Merge "rgw keystone setup fix python interpreter"

This commit is contained in:
Zuul 2019-06-02 10:16:10 +00:00 committed by Gerrit Code Review
commit 039d043bb3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
- "defaults/{{ install_method }}_install.yml"
vars:
ansible_python_interpreter: >-
{{ ((openstack_service_setup_host | default('localhost')) == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable']) }}
{{ openstack_service_setup_host_python_interpreter | default((openstack_service_setup_host | default('localhost') == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable'])) }}
tags:
- ceph-rgw
- ceph-rgw-setup