Merge "Remove redundant override of vhost tcp port"

This commit is contained in:
Zuul 2022-08-25 04:14:17 +00:00 committed by Gerrit Code Review
commit 8e34b58d70
2 changed files with 0 additions and 2 deletions

View File

@ -185,7 +185,6 @@ outputs:
nova::keystone::authtoken::interface: 'internal'
nova::keystone::authtoken::memcache_use_advanced_pool: {get_param: MemcacheUseAdvancedPool}
nova::wsgi::apache_metadata::access_log_format: 'forwarded'
nova::wsgi::apache_metadata::api_port: '8775'
nova::wsgi::apache_metadata::ssl: {get_param: EnableInternalTLS}
nova::metadata::local_metadata_per_cell: {get_param: NovaLocalMetadataPerCell}
# NOTE: bind IP is found in Heat replacing the network name with the local node IP

View File

@ -194,7 +194,6 @@ outputs:
- {get_param: Debug}
placement::policy::policies: {get_param: PlacementPolicies}
placement::wsgi::apache::access_log_format: 'forwarded'
placement::wsgi::apache::api_port: '8778'
placement::wsgi::apache::path: '/placement'
placement::wsgi::apache::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP