From c76d5e92d9e6cdfc614be4a1ed7b9e630c711008 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 26 Sep 2017 13:21:23 +0400 Subject: [virtual] Switch compute nodes to uca repo Test of snaps_health_check gets console output of instance, which is empty (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1667033), therefore take affected packages of computes from UCA repo. Change-Id: I4e13a40dd47caf305efd9f393b3c3cf5a17ef312 Signed-off-by: Michael Polenchuk --- mcp/config/states/neutron_compute | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcp/config/states/neutron_compute') diff --git a/mcp/config/states/neutron_compute b/mcp/config/states/neutron_compute index d58162100..6266b0f18 100755 --- a/mcp/config/states/neutron_compute +++ b/mcp/config/states/neutron_compute @@ -2,3 +2,5 @@ set -x salt -I 'neutron:compute' state.sls neutron +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' -- cgit 1.2.3-korg