From a6f81e0f1483057f83f16af2d51c2f91d49d31c3 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Wed, 8 Oct 2014 15:35:21 -0400 Subject: [PATCH] Explicitly set $NODE_DIST to fedora. This will enable selinux on the undercloud, since devtest_variables otherwise sets it to 'fedora selinux-permissive' --- scripts/instack-virt-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/instack-virt-setup b/scripts/instack-virt-setup index 857c470e3..8b5297363 100755 --- a/scripts/instack-virt-setup +++ b/scripts/instack-virt-setup @@ -39,6 +39,7 @@ fi export NODE_CNT=${NODE_CNT:-4} +export NODE_DIST=${NODE_DIST:-"fedora"} export NODE_ARCH=${NODE_ARCH:-x86_64} export NODE_MEM=${NODE_MEM:-3072}