diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-04 19:08:54 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-04 19:29:45 +0400 |
commit | 24ebffe4d0920d7c3c14d29dbe15f69cfdf732c1 (patch) | |
tree | 10992811c4067954dc344970e291ad935b74658f /mcp/config | |
parent | d35d6cc6a14800508b5a4e360d51efda1ddb91d8 (diff) |
[baremetal] Restart gateway networking service
Make sure all missing interfaces/links are up & running
(e.g. br-ex <-> float-to-ex <-> br-floating).
Fix (for https://github.com/saltstack/salt/issues/40262)
into linux formula brought in a weird behaviour with
network/interfaces.u/ items.
Change-Id: Ic13f0ed2063455ae191bbc99920f97c5ecaa61fd
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config')
-rwxr-xr-x | mcp/config/states/openstack_ha | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha index fbddc6e83..1bd1a9d5a 100755 --- a/mcp/config/states/openstack_ha +++ b/mcp/config/states/openstack_ha @@ -50,6 +50,7 @@ salt -I 'cinder:volume' state.sls cinder salt -I 'neutron:server' state.sls neutron -b 1 salt -I 'neutron:gateway' state.sls neutron.gateway +salt -I 'neutron:gateway' service.restart networking salt -I 'nova:compute' state.sls nova |