Fix launch-node to work with the new inventory reorg

We moved some of these, but didnt' catch in launch-node
where we reference them.

Change-Id: I5939fc0c3cc5f49a99d99f91bca12186a5be2652
This commit is contained in:
Monty Taylor 2020-06-11 17:21:43 -05:00
parent 7dabbf8809
commit 3ffeba5a20
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ def bootstrap_server(server, key, name, volume_device, keep,
t.start()
inventory_list = (
'/etc/ansible/hosts/openstack.yaml',
'/etc/ansible/hosts/groups.yaml',
'/home/zuul/src/opendev.org/opendev/system-config/inventory/base/hosts.yaml',
'/home/zuul/src/opendev.org/opendev/system-config/inventory/service/groups.yaml',
'/etc/ansible/hosts/emergency.yaml',
jobdir.inventory_root,
)