From 056ce2374851e4e96dd3fd822de9da76b35e1eb7 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 12 Apr 2016 15:44:49 -0500 Subject: Explicitly set nova and neutron host on controllers In I7d07c57b7276815c72d08acaa86f673e43eb0498 we set this for compute nodes, but we also need it for controllers. Otherwise when a controller reboots it may come back up with a different host value, which seems to break networking for anything that was created before the reboot. In my case, it changes from the short hostname (without domain name) to the fqdn. Since we set it to fqdn for the compute nodes, let's do the same for controllers. This moves all of the host setting to the base yaml of the nova and neutron profiles. Change-Id: Ieb793b9e9fd2dfc98584691412f9991aa99e0b47 Closes-Bug: 1604907 --- puppet/services/neutron-base.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/services/neutron-base.yaml') diff --git a/puppet/services/neutron-base.yaml b/puppet/services/neutron-base.yaml index 8bd8d989..73f707cc 100644 --- a/puppet/services/neutron-base.yaml +++ b/puppet/services/neutron-base.yaml @@ -60,3 +60,4 @@ outputs: params: PLUGINS: {get_param: NeutronServicePlugins} neutron::debug: {get_param: Debug} + neutron::host: '"%{::fqdn}"' -- cgit 1.2.3-korg