placement: switch service to use NovaPlacementNetwork
authorEmilien Macchi <emilien@redhat.com>
Sun, 12 Feb 2017 13:53:36 +0000 (08:53 -0500)
committerEmilien Macchi <emilien@redhat.com>
Sun, 12 Feb 2017 13:53:36 +0000 (08:53 -0500)
... instead of using NovaApiNetwork.

Change-Id: I34043c68c24b05bac98f864bc2ac2fc4743617ab

puppet/services/nova-placement.yaml

index 82b8356..359a54f 100644 (file)
@@ -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