diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-12 00:14:13 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-12 00:14:13 -0600 |
commit | d4fd012b772ec31afa6663d666f20627120f0ac5 (patch) | |
tree | 14b426b057645cb63ee149d89bc93efd5aafa8bd | |
parent | c1fdaf8a80199d91b73abd54a43f1662667035cb (diff) |
modified to use default option which is use local VMS for install.
Change-Id: I63287c2c035dbd0ff71d0a96c2b3a70ff81d0e76
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 97e4a575..89e18eab 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -120,8 +120,8 @@ createopenrc() } if [ "$#" -eq 0 ]; then - echo "This installtion will use deploy.yaml" - read_config + echo "This installtion will use default options" + #read_config fi echo "...... deployment started ......" |