diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/multicloud')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/multicloud | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/multicloud b/bootstrap/vagrant-onap/lib/multicloud index d2b09f2aa..ff6f9708c 100755 --- a/bootstrap/vagrant-onap/lib/multicloud +++ b/bootstrap/vagrant-onap/lib/multicloud @@ -25,9 +25,7 @@ function get_multicloud_images { # install_multicloud() - function install_multicloud { - #pushd ${src_folders[multicloud]}/openstack/$openstack_release - #/opt/docker/docker-compose up -d - #popd + #run_docker_compose ${src_folders[multicloud]}/openstack/$openstack_release if [[ "$build_image" == "True" ]]; then multicloud-api --port 9003 --host 0.0.0.0 & else |