From: Fatih Degirmenci Date: Tue, 5 Dec 2017 00:49:34 +0000 (-0800) Subject: Do not execute ironic node-list X-Git-Tag: 6.0.0~222^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9f1a6b0a499ac90a70fc417e6c1eaaa44d1e25e5;p=releng-xci.git Do not execute ironic node-list This command has been removed in order to solve the issue caused by executing the command outside of venv. Apart from that, it doesn't add much value to the process in general either. Change-Id: Ice7edc5adbd3dd2e2bbde57b8cebd92416825597 Signed-off-by: Fatih Degirmenci --- diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index fde2944e..42f836b6 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -169,9 +169,6 @@ cd ${OPENSTACK_BIFROST_PATH} bash ./scripts/bifrost-provision.sh echo "-----------------------------------------------------------------------" echo "Info: VM nodes are provisioned!" -source $OPENSTACK_BIFROST_PATH/env-vars -ironic node-list -echo #------------------------------------------------------------------------------- # Configure localhost #-------------------------------------------------------------------------------