Explicitly set $NODE_DIST to fedora. This will enable selinux on the undercloud, since devtest_variables otherwise sets it to 'fedora selinux-permissive'

This commit is contained in:
James Slagle 2014-10-08 15:35:21 -04:00
parent acfee6d99a
commit a6f81e0f14

View File

@ -39,6 +39,7 @@ fi
export NODE_CNT=${NODE_CNT:-4} export NODE_CNT=${NODE_CNT:-4}
export NODE_DIST=${NODE_DIST:-"fedora"}
export NODE_ARCH=${NODE_ARCH:-x86_64} export NODE_ARCH=${NODE_ARCH:-x86_64}
export NODE_MEM=${NODE_MEM:-3072} export NODE_MEM=${NODE_MEM:-3072}