Merge "Do not symlink ceph libraries for distro path"

This commit is contained in:
Zuul 2020-11-02 19:24:47 +00:00 committed by Gerrit Code Review
commit 93bb8c26b8

View File

@ -235,7 +235,7 @@
name: ceph_client
vars:
openstack_service_system_user: "{{ nova_system_user_name }}"
openstack_service_venv_bin: "{{ nova_bin }}"
openstack_service_venv_bin: "{{ (nova_install_method == 'source') | ternary(nova_bin, '') }}"
when:
- nova_virt_type != 'ironic'
- nova_services['nova-compute']['group'] in group_names