Merge "Use python3 and modern ansible for launch node"

This commit is contained in:
Zuul 2018-08-29 19:21:01 +00:00 committed by Gerrit Code Review
commit 37adace72b
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ Launching a node currently requires a different version of ansible
than what is generally used on the puppetmaster. Set up a
virtualenv::
virtualenv -p python2 ~/launch-env/
python3 /usr/lib/python3/dist-packages/virtualenv.py --python=python3 ~/launch-env
. ~/launch-env/bin/activate
pip install ansible==2.1.1.0 shade
pip install ansible shade
To launch a node in the OpenStack CI account (production servers)::

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Launch a new OpenStack project infrastructure node.