diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-11-24 18:55:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-24 18:55:14 +0000 |
commit | ce617afaf0c3e5bd455f33cfade26072d1c56ab8 (patch) | |
tree | e729fe86e026f7858a433f4c8c0101a7d7c9c794 /mcp/config/states | |
parent | f0d5de1c3ccb8f422f51e63f14a113ee1a39e270 (diff) | |
parent | 307beb5c9a5ef1d5e202c078e3daed3e47d1a645 (diff) |
Merge "Switch nofeature-ha compute nodes to UCA repo" into stable/euphrates
Diffstat (limited to 'mcp/config/states')
-rwxr-xr-x | mcp/config/states/neutron_compute | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mcp/config/states/neutron_compute b/mcp/config/states/neutron_compute index f1285479e..c6b90e20d 100755 --- a/mcp/config/states/neutron_compute +++ b/mcp/config/states/neutron_compute @@ -9,6 +9,4 @@ CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x -salt -I 'neutron:compute' state.sls neutron || true -salt -I 'neutron:compute' file.append /etc/sudoers.d/neutron_sudoers \ - args='neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +salt -I 'neutron:compute' state.sls neutron |