add global python settings to multinode call

One can use virtenv with multinode.  Without
using the global python environment a user
will hit libselinux-python errors.

Closes-Bug: #1743140
Change-Id: I3c90f98cf2ef3d748fb695a26094f5201bd8fb67
This commit is contained in:
Wes Hayutin 2018-01-16 09:36:13 -05:00
parent 6d9fdaa2c8
commit 38fca37c1b
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ fi
ansible-playbook $WORKSPACE/tripleo-quickstart-extras/playbooks/provision_multinodes.yml \
-e local_working_dir=$WORKSPACE \
-e subnode_count=$SUBNODE_COUNT \
-e ansible_python_interpreter="/usr/bin/python" \
-e prefix=$NODESTACK_PREFIX
# Run the playbook to setup the undercloud/subnodes to look like nodepool nodes