diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-13 15:54:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-13 15:54:54 +0000 |
commit | c194ea731ddd4f385dc81ea2a310e2bc8fbd01f1 (patch) | |
tree | 837b8bba08f49737c1af733c8ab53054e498ef6e /puppet/services | |
parent | d7972df765eb049bc17c2b8f922476dda95cfcc7 (diff) | |
parent | fbb729828fd73113e530478719b47a98878c0f10 (diff) |
Merge "placement: switch service to use NovaPlacementNetwork"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/nova-placement.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml index 82b83561..359a54fe 100644 --- a/puppet/services/nova-placement.yaml +++ b/puppet/services/nova-placement.yaml @@ -86,13 +86,13 @@ outputs: # internal_api -> IP # internal_api_uri -> [IP] # internal_api_subnet - > IP/CIDR - nova::wsgi::apache_placement::bind_host: {get_param: [ServiceNetMap, NovaApiNetwork]} + nova::wsgi::apache_placement::bind_host: {get_param: [ServiceNetMap, NovaPlacementNetwork]} nova::wsgi::apache_placement::servername: str_replace: template: "%{hiera('fqdn_$NETWORK')}" params: - $NETWORK: {get_param: [ServiceNetMap, NovaApiNetwork]} + $NETWORK: {get_param: [ServiceNetMap, NovaPlacementNetwork]} - if: - nova_workers_zero |