diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-05-31 07:13:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-31 07:13:26 +0000 |
commit | a7e9257bbfd20739069272e89bc50f5ba6dba831 (patch) | |
tree | 7e6b38c1cadb0d8b9fa6581285af0fdc42444795 /mcp/config/states/neutron_gateway | |
parent | 430a0aee9e8c7400d698f460406152aa70349b6c (diff) | |
parent | 61c1ff928d01e4d18589877c455c57c802cdecc5 (diff) |
Merge "Revert "Patch dhcp agent to avoid unwanted resync""
Diffstat (limited to 'mcp/config/states/neutron_gateway')
-rwxr-xr-x | mcp/config/states/neutron_gateway | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mcp/config/states/neutron_gateway b/mcp/config/states/neutron_gateway index 06f9b7725..77b1167de 100755 --- a/mcp/config/states/neutron_gateway +++ b/mcp/config/states/neutron_gateway @@ -9,5 +9,4 @@ CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x -$(dirname "${BASH_SOURCE[0]}")/neutron_dhcp_agent_patch salt -I 'neutron:gateway' state.sls neutron |