Take 'host' parameter from neutron manifest into use
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 31 May 2016 11:25:17 +0000 (14:25 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 1 Jun 2016 08:41:59 +0000 (11:41 +0300)
Recently the 'host' parameter was added to the neutron manifest. So we
no longer need to manually add it to the configuration.

Change-Id: I6cb73c6d5da8b99680dec97e03ac4805451835fb
Depends-On: I81b86208826e99beccafd2871ce2afd45394e37f

puppet/hieradata/compute.yaml
puppet/manifests/overcloud_compute.pp

index 1e888f3..dd5df1e 100644 (file)
@@ -22,4 +22,6 @@ nova::compute::reserved_host_memory: 2048
 ceilometer::agent::auth::auth_tenant_name: 'service'
 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
 
+neutron::host: "%{::fqdn}"
+
 compute_classes: []
index cf20c0c..8863f42 100644 (file)
@@ -198,10 +198,6 @@ if hiera('step') >= 4 {
     }
   }
 
-  neutron_config {
-    'DEFAULT/host': value => $fqdn;
-  }
-
   include ::ceilometer
   include ::ceilometer::config
   include ::ceilometer::agent::compute