change install_non_bb to install target in devstack

change install_non_bb to install due to
I431b733030444185cc51a8b5352492926170a4c3 change
Force to use xenial(nodeset:openstack-single-node-xenial)

Closes-bug: 1812785

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 558a0b5c71
commit 83023a2d18
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
---
- project:
templates:
- build-openstack-docs-pti
@ -25,6 +26,7 @@
# This job is to begin testing a DevStack run here
- job:
name: stx-devstack-base
nodeset: openstack-single-node-xenial
parent: devstack
description: |
Base job for StarlingX DevStack tests
@ -67,6 +69,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
}