From 9f1a6b0a499ac90a70fc417e6c1eaaa44d1e25e5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 4 Dec 2017 16:49:34 -0800 Subject: 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 --- xci/xci-deploy.sh | 3 --- 1 file changed, 3 deletions(-) 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 #------------------------------------------------------------------------------- -- cgit 1.2.3-korg