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:
parent
acfee6d99a
commit
a6f81e0f14
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user