Do not symlink ceph libraries for distro path

ceph_client role checks length of the `openstack_service_venv_bin` variable
to determine if libraries symlinking into venv should occur. So for
distro path this should be empty string as no symlinking should be done.

Change-Id: I6c46414fe773b85cea6d8e90d67450f712f96937
This commit is contained in:
Dmitriy Rabotyagov 2020-10-30 17:40:54 +02:00
parent 9d6e010006
commit 9ae55e0ebb
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
name: ceph_client
vars:
openstack_service_system_user: "{{ manila_system_user_name }}"
openstack_service_venv_bin: "{{ manila_bin }}"
openstack_service_venv_bin: "{{ (manila_install_method == 'source') | ternary(manila_bin, '') }}"
when:
- manila_services['manila-share']['group'] in group_names
- manila_backend_rbd_inuse | bool