Switch default virtualenv to python3
Change-Id: Id28e42c69d2e0a7f9688080d9bc8943c71744e26
This commit is contained in:
parent
b4df743cfe
commit
9adda06789
@ -19,7 +19,7 @@
|
||||
debug: False
|
||||
|
||||
#python venv executable
|
||||
ironic_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
ironic_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||
|
||||
# Set the host which will execute the shade modules
|
||||
# for the service setup. The host must already have
|
||||
|
Loading…
Reference in New Issue
Block a user