Fixing devstack-gate failure
* Due to https://review.openstack.org/#/c/181478/1 python-nose is not installed by default anymore. Need to install it manually Change-Id: Ie8bad1412cd1874a5cf3382d1ea17e71119afe1e
This commit is contained in:
parent
ca8beb200f
commit
263fa3949b
@ -155,6 +155,9 @@ function install_mistral {
|
||||
# both functions (setup_develop and setup_package) are defined at:
|
||||
# http://git.openstack.org/cgit/openstack-dev/devstack/tree/functions-common
|
||||
setup_package $MISTRAL_DIR -e
|
||||
|
||||
# installing python-nose.
|
||||
real_install_package python-nose
|
||||
}
|
||||
|
||||
function install_mistral_pythonclient {
|
||||
|
Loading…
x
Reference in New Issue
Block a user