Skip to content
Snippets Groups Projects
Commit 72779d4d authored by Mark Goddard's avatar Mark Goddard
Browse files

Remove unused python path calculation from vmtp

Its use was removed in If801f54709114b931677adb605dffb75cfab25cd.

Change-Id: I577d74a5971dbdf7e4c8288d5742e8bd340680b0
parent 70008536
No related branches found
No related tags found
No related merge requests found
......@@ -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'] }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment