summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2017-12-04 16:49:34 -0800
committerFatih Degirmenci <fdegir@gmail.com>2017-12-05 08:33:17 -0800
commit9f1a6b0a499ac90a70fc417e6c1eaaa44d1e25e5 (patch)
treef6a3afbb3e41dc53b3f235520d44a7a9a99bef89 /xci/xci-deploy.sh
parent1de24fc5ac68ac4857a6dfb345fa405c42ba95f1 (diff)
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 <fdegir@gmail.com>
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh3
1 files changed, 0 insertions, 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
#-------------------------------------------------------------------------------