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:
parent
7dabbf8809
commit
3ffeba5a20
@ -177,8 +177,8 @@ def bootstrap_server(server, key, name, volume_device, keep,
|
|||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
inventory_list = (
|
inventory_list = (
|
||||||
'/etc/ansible/hosts/openstack.yaml',
|
'/home/zuul/src/opendev.org/opendev/system-config/inventory/base/hosts.yaml',
|
||||||
'/etc/ansible/hosts/groups.yaml',
|
'/home/zuul/src/opendev.org/opendev/system-config/inventory/service/groups.yaml',
|
||||||
'/etc/ansible/hosts/emergency.yaml',
|
'/etc/ansible/hosts/emergency.yaml',
|
||||||
jobdir.inventory_root,
|
jobdir.inventory_root,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user