clean up ubuntu versions
oneiric is long dead, remove references to it whenever possible
(one more subtle issue in cinder should be a seperate patch). This
includes removing the oneiric only tool build_uec.sh.
also remove the bulk of references to quantal, which is 8 months
out of support. note: raring only has support for the rest of the
month.
Change-Id: Ib17502be7572af76dc95560615221b48b970a547
diff --git a/lib/rpc_backend b/lib/rpc_backend
index ae83e85..f59c800 100644
--- a/lib/rpc_backend
+++ b/lib/rpc_backend
@@ -192,9 +192,8 @@
GetDistro
fi
- # Qpid was introduced to Ubuntu in precise, disallow it on oneiric; it is
- # not in openSUSE either right now.
- ( ! ([[ "$DISTRO" = "oneiric" ]] || is_suse) )
+ # Qpid is not in openSUSE
+ ( ! is_suse )
}