Remove unused python path calculation from vmtp
Its use was removed in If801f54709114b931677adb605dffb75cfab25cd. Change-Id: I577d74a5971dbdf7e4c8288d5742e8bd340680b0
This commit is contained in:
parent
70008536a3
commit
72779d4df4
@ -12,16 +12,6 @@
|
||||
- item.value.enabled | bool
|
||||
with_dict: "{{ vmtp_services }}"
|
||||
|
||||
- name: Register binary python path
|
||||
command: echo /usr/lib/python2.7/site-packages
|
||||
register: python_path
|
||||
when: vmtp_install_type == 'binary'
|
||||
|
||||
- name: Register source python path
|
||||
command: echo /var/lib/kolla/venv/lib/python2.7/site-packages
|
||||
register: python_path
|
||||
when: vmtp_install_type != 'binary'
|
||||
|
||||
- name: Copying over configuration file for vmtp
|
||||
vars:
|
||||
service: "{{ vmtp_services['vmtp'] }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user