Switch default virtualenv to python3
Change-Id: I2d33757ad418977894de205899baa219865fc124
This commit is contained in:
parent
6e0ac66be3
commit
e856ad62da
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#python venv executable
|
#python venv executable
|
||||||
rally_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
rally_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
|
||||||
|
|
||||||
# Set the package install state for distribution and pip packages
|
# Set the package install state for distribution and pip packages
|
||||||
# Options are 'present' and 'latest'
|
# Options are 'present' and 'latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user