diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-12-04 16:49:34 -0800 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2017-12-05 08:33:17 -0800 |
commit | 9f1a6b0a499ac90a70fc417e6c1eaaa44d1e25e5 (patch) | |
tree | f6a3afbb3e41dc53b3f235520d44a7a9a99bef89 | |
parent | 1de24fc5ac68ac4857a6dfb345fa405c42ba95f1 (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>
-rwxr-xr-x | xci/xci-deploy.sh | 3 |
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 #------------------------------------------------------------------------------- |