commit | affd067e8a48d3834d0a62b02ad29a3915c323a7 | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Thu Sep 17 16:22:04 2015 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Thu Sep 17 16:22:04 2015 -0400 |
tree | 15cb68ebd9ef2971cc218361424c4bd1c1f3282a | |
parent | 000adf134e61ba31c16294037b4d9986971e3224 [diff] [blame] |
Use https with Keystone
diff --git a/templates/admin-openrc.sh.j2 b/templates/admin-openrc.sh.j2 index 8baeebf..260f035 100644 --- a/templates/admin-openrc.sh.j2 +++ b/templates/admin-openrc.sh.j2
@@ -1,5 +1,5 @@ export OS_USERNAME=admin export OS_PASSWORD={{ keystone_password.stdout }} export OS_TENANT_NAME=admin -export OS_AUTH_URL=http://{{ keystone_ip.stdout }}:5000/v2.0 +export OS_AUTH_URL=https://{{ keystone_ip.stdout }}:5000/v2.0 export OS_REGION_NAME=RegionOne