aboutsummaryrefslogtreecommitdiffstats
path: root/juju/adapter.sh
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-02-25 15:56:38 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-02-25 15:56:57 +0800
commitda008451297c461788d098f58da9419ed6fcb52c (patch)
tree214caf86a7bbccd7faf3c6d5f3f5f1255bc4d3b1 /juju/adapter.sh
parent420fbebbec6185e662818711bee7b23aec458100 (diff)
Adjust juju bootstrap
1. use openstack default security group 2. change security group rules to allow all ports access of both tcp and udp 3. bootstrap juju controller using floating ip and default security group Change-Id: I81c943105187fd8ffbde3f3d4e6d96ae24c07e53 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'juju/adapter.sh')
-rwxr-xr-xjuju/adapter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/juju/adapter.sh b/juju/adapter.sh
index 2f1d8f7..2bf9e2b 100755
--- a/juju/adapter.sh
+++ b/juju/adapter.sh
@@ -20,7 +20,7 @@ function generate_compass_openrc()
echo -e "export OS_PASSWORD=console \n\
export OS_PROJECT_NAME=admin \n\
-export OS_AUTH_URL=http://$PUBLIC_VIP:35357/v2.0 \n\
+export OS_AUTH_URL=http://$PUBLIC_VIP:5000/v2.0 \n\
export OS_USERNAME=admin \n\
export OS_VOLUME_API_VERSION=2 \n\
export OS_REGION_NAME=RegionOne " > $WORK_DIR/admin-openrc.sh