diff options
Diffstat (limited to 'openstack')
-rw-r--r-- | openstack/usr/share/openstack/keystone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/keystone.yml b/openstack/usr/share/openstack/keystone.yml index 69bfb834..a6476862 100644 --- a/openstack/usr/share/openstack/keystone.yml +++ b/openstack/usr/share/openstack/keystone.yml @@ -61,7 +61,7 @@ type=identity description="Keystone Identity Service" publicurl={{ KEYSTONE_PUBLIC_URL }} - internalurl={{ KEYSONTE_INTERNAL_URL | default('http://127.0.0.1:5000/v2.0') }} + internalurl={{ KEYSONTE_INTERNAL_URL }} adminurl={{ KEYSTONE_ADMIN_URL }} region='RegionOne' token={{ KEYSTONE_TEMPORARY_ADMIN_TOKEN }} |