Switch default virtualenv to python3

Change-Id: I3e52273517a8857446a0446aa8229ce86c21d261
This commit is contained in:
Jonathan Rosser 2021-03-10 08:38:26 +00:00
parent d681cd30fc
commit fe9a859de5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ barbican_package_state: "{{ package_state | default('latest') }}"
# Set installation method.
barbican_install_method: "{{ service_install_method | default('source') }}"
barbican_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
barbican_venv_python_executable: "{{ openstack_venv_python_executable | default('python3') }}"
# Toggle keystone authentication for barbican
barbican_keystone_auth: "{{ (groups['keystone_all'] is defined) and (groups['keystone_all'] | length > 0) }}"