summaryrefslogtreecommitdiffstats
path: root/ci/openstack.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-09-01 17:30:42 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-09-01 17:47:10 -0500
commitc7b95f1cdee6d3df0577664ea511a746968add4a (patch)
tree71e8afa344f39f0e602037e6be2e89519398f3bf /ci/openstack.sh
parent48687e6ae064286cd0d607220d7726d228bac8ea (diff)
modified to autostart the VMs created for bootstrap and virtual
deployment. Change-Id: I7afcc6e382f7575fbd2741cded3915763aafe6f6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/openstack.sh')
-rwxr-xr-xci/openstack.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh
index 9d7b7857..55f8186f 100755
--- a/ci/openstack.sh
+++ b/ci/openstack.sh
@@ -138,6 +138,8 @@ export OS_PROJECT_NAME=$3
export OS_PASSWORD=$2
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=$5
+#export OS_INSECURE=true
+#export OS_CASSL=~/joid_config/ca.pem
EOF
}