change install_non_bb to install target in devstack

change install_non_bb to install due to
I431b733030444185cc51a8b5352492926170a4c3 change
Force to use bionic

Change-Id: I61338a79f09d59b1f1e36a4911ecadad4a3453e8
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2019-01-22 09:09:28 +08:00
parent 845f41a85c
commit 7c5caebd0b
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@
postgresql: true
devstack_localrc:
LIBS_FROM_GIT: cinder,glance,keystone,neutron,nova
FORCE:yes
- job:
name: stx-devstack-fault

View File

@ -249,7 +249,7 @@ function install_fm_common {
INC_DIR=/include \
MAJOR=$major \
MINOR=$minor \
install_non_bb
install
sudo python setup.py install \
--root=/ \
@ -291,7 +291,7 @@ function install_fm_mgr {
INC_DIR=/include \
MAJOR=$major \
MINOR=$minor \
install_non_bb
install
popd
}