Add keystone::wsgi::apache::api_port
This will be the parameter controlling the ports for the Keystone WSGI vhost in Apache when this [1] rework is done. This is to make sure Keystone is still deployed with both ports in TripleO until it's moved over. [1] https://review.openstack.org/#/c/619257/ Change-Id: I1c69b27adf450489290a9f8b64f533de1cb28d8b
This commit is contained in:
parent
0b5de70375
commit
105ae9db35
@ -485,6 +485,9 @@ outputs:
|
||||
value: 'keystone.contrib.ec2.backends.sql.Ec2'
|
||||
keystone::service_name: 'httpd'
|
||||
keystone::enable_ssl: {get_param: EnableInternalTLS}
|
||||
keystone::wsgi::apache::api_port:
|
||||
- 5000
|
||||
- {get_param: [EndpointMap, KeystoneAdmin, port]}
|
||||
keystone::wsgi::apache::admin_port: {get_param: [EndpointMap, KeystoneAdmin, port]}
|
||||
keystone::wsgi::apache::ssl: {get_param: EnableInternalTLS}
|
||||
keystone::wsgi::apache::servername:
|
||||
|
Loading…
x
Reference in New Issue
Block a user