Fix the gate.

Change-Id: I462a80e28b04899ad22d0bbcc9107deb519a5483
This commit is contained in:
Kevin Fox 2018-02-12 13:07:12 -08:00
parent d434f4a41e
commit 131e771549
2 changed files with 4 additions and 1 deletions

View File

@ -135,7 +135,7 @@ sudo vbmc show vm-1 > $WORKSPACE/logs/vbmc_show.txt
#
# Ironic realted logs
#
$DIR/tools/build_local_admin_keystonerc.sh
[ ! -f ~/keystonerc_admin ] && $DIR/tools/build_local_admin_keystonerc.sh
. ~/keystonerc_admin
openstack baremetal node list > $WORKSPACE/logs/baremetal_node_list.txt
node_id=$(openstack baremetal node list -c "UUID" -f value)

View File

@ -50,6 +50,9 @@ case "$BRANCH" in
;;
esac
# TODO Super ugly. Its on in gate but don't do this without a python venv.
sudo pip install python-openstackclient
#
# If TYPE is 'source', kolla_install_type 'source' must be added
# to kolla_config, to generate source based configs and not binary