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

Don't create a virtualenv for kolla on the seed hypervisor

Kolla should not be running against the seed hypervisor.

Change-Id: Ifb6abb784b0791794e25059334f28e4f24003add
TrivialFix
parent b80e94ca
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# when running kolla-ansible. # when running kolla-ansible.
- name: Ensure a virtualenv exists for kolla-ansible - name: Ensure a virtualenv exists for kolla-ansible
hosts: seed:seed-hypervisor:overcloud hosts: seed:overcloud
gather_facts: False gather_facts: False
tags: tags:
- kolla-ansible - kolla-ansible
......
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