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

Kolla should not be running against the seed hypervisor.

Change-Id: Ifb6abb784b0791794e25059334f28e4f24003add
TrivialFix
This commit is contained in:
Mark Goddard 2018-05-10 09:17:50 +01:00
parent b80e94ca36
commit ce4d098571

View File

@ -3,7 +3,7 @@
# when running kolla-ansible.
- name: Ensure a virtualenv exists for kolla-ansible
hosts: seed:seed-hypervisor:overcloud
hosts: seed:overcloud
gather_facts: False
tags:
- kolla-ansible