Fix localhost python interpreter.

Change-Id: I4278ea0ac3513b59b59fe19a11095278ee8e86c6
This commit is contained in:
Marc Gariepy 2017-07-04 08:07:19 -04:00
parent 255c489d83
commit 6777032fe2
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
upgrade_scripts: "{{ playbook_dir }}/../scripts"
repo_root_dir: "{{ playbook_dir }}/../../../"
source_series: "ocata"
ansible_python_interpreter: "/usr/bin/python"
tasks:
- name: Create an old copy of openstack_deploy
copy:

View File

@ -43,3 +43,4 @@
shell: "{{ playbook_dir }}/../../../scripts/pw-token-gen.py --file /etc/openstack_deploy/{{ _osa_secrets_file_name }}"
vars:
_osa_secrets_file_name: "{{ osa_secrets_file_name | default('user_secrets.yml') }}"
ansible_python_interpreter: "/usr/bin/python"