diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 9b1b2a5cf4..c112cce867 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -378,6 +378,7 @@ outputs: keystone::endpoint::admin_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} keystone::endpoint::region: {get_param: KeystoneRegion} keystone::endpoint::version: '' + keystone::admin_port: {get_param: [EndpointMap, KeystoneAdmin, port]} keystone_enable_db_purge: {get_param: KeystoneEnableDBPurge} keystone::rabbit_heartbeat_timeout_threshold: 60 keystone::cron::token_flush::maxdelay: 3600 @@ -389,6 +390,7 @@ outputs: value: 'keystone.contrib.ec2.backends.sql.Ec2' keystone::service_name: 'httpd' keystone::enable_ssl: {get_param: EnableInternalTLS} + keystone::wsgi::apache::admin_port: {get_param: [EndpointMap, KeystoneAdmin, port]} keystone::wsgi::apache::ssl: {get_param: EnableInternalTLS} keystone::wsgi::apache::servername: str_replace: @@ -412,8 +414,7 @@ outputs: dport: - 5000 - 13000 - - 35357 - - 13357 + - {get_param: [EndpointMap, KeystoneAdmin, port]} keystone::admin_bind_host: str_replace: template: