Merge "Fix missing libffi-devel for python-glanceclient"
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
gcc
|
gcc
|
||||||
libffi-dev # testonly
|
libffi-dev
|
||||||
libmysqlclient-dev # testonly
|
libmysqlclient-dev # testonly
|
||||||
libpq-dev # testonly
|
libpq-dev # testonly
|
||||||
libssl-dev # testonly
|
libssl-dev # testonly
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
gcc
|
gcc
|
||||||
libffi-devel # testonly
|
libffi-devel
|
||||||
libxml2-devel # testonly
|
libxml2-devel # testonly
|
||||||
libxslt-devel # testonly
|
libxslt-devel # testonly
|
||||||
mysql-devel # testonly
|
mysql-devel # testonly
|
||||||
|
@@ -98,6 +98,10 @@ if [[ $DISTRO =~ (rhel6) ]]; then
|
|||||||
sudo setenforce 0
|
sudo setenforce 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make sure we have the "optional" repo enabled; it provides some
|
||||||
|
# packages like libffi-devel for example
|
||||||
|
sudo yum-config-manager --enable rhel-6-server-optional-rpms
|
||||||
|
|
||||||
# If the ``dbus`` package was installed by DevStack dependencies the
|
# If the ``dbus`` package was installed by DevStack dependencies the
|
||||||
# uuid may not be generated because the service was never started (PR#598200),
|
# uuid may not be generated because the service was never started (PR#598200),
|
||||||
# causing Nova to stop later on complaining that ``/var/lib/dbus/machine-id``
|
# causing Nova to stop later on complaining that ``/var/lib/dbus/machine-id``
|
||||||
|
Reference in New Issue
Block a user