From 8ba3a1a4ed0ce41a76fa6d712778904bb56b60ac Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 24 Nov 2017 12:10:08 +0400 Subject: Switch nofeature-ha compute nodes to UCA repo Employ UCA repo on computes nodes for nosdn-nofeature-ha scenario as well to prevent a regression (creation of ports failed for 1+n instances) of neutron ovs agent from mcp/openstack repos. Change-Id: Ie65ae122096c0d3a93c09d46191787a934bd7d4f Signed-off-by: Michael Polenchuk --- mcp/config/states/neutron_compute | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mcp/config/states/neutron_compute') 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 -- cgit 1.2.3-korg