|
...
|
...
|
@@ -178,6 +178,7 @@ function configure_keystone() {
|
|
178
|
178
|
# Set the URL advertised in the ``versions`` structure returned by the '/' route
|
|
179
|
179
|
iniset $KEYSTONE_CONF DEFAULT public_endpoint "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:%(public_port)s/"
|
|
180
|
180
|
iniset $KEYSTONE_CONF DEFAULT admin_endpoint "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:%(admin_port)s/"
|
|
|
181
|
+ iniset $KEYSTONE_CONF DEFAULT admin_bind_host "$KEYSTONE_SERVICE_HOST"
|
|
181
|
182
|
|
|
182
|
183
|
# Register SSL certificates if provided
|
|
183
|
184
|
if is_ssl_enabled_service key; then
|