diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-02-12 08:53:36 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-12 08:53:36 -0500 |
commit | fbb729828fd73113e530478719b47a98878c0f10 (patch) | |
tree | 0554a4c27669f05a970e0a94e1c2d8d60010a8c1 /puppet/services | |
parent | b7c71387bf3a2b5dbe4e7b172b80e92d324e4884 (diff) |
placement: switch service to use NovaPlacementNetwork
... instead of using NovaApiNetwork.
Change-Id: I34043c68c24b05bac98f864bc2ac2fc4743617ab
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 |