From 2268ea9a7f813c4cf5de09aff38eb3c9454458d5 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 1 Apr 2016 11:26:12 +1300 Subject: [PATCH] add openstack.yml to CONFIG_FILES to be consistent with documentation --- contrib/inventory/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/openstack.py b/contrib/inventory/openstack.py index e8687788505..cb4f0558fc3 100755 --- a/contrib/inventory/openstack.py +++ b/contrib/inventory/openstack.py @@ -55,7 +55,7 @@ import os_client_config import shade import shade.inventory -CONFIG_FILES = ['/etc/ansible/openstack.yaml'] +CONFIG_FILES = ['/etc/ansible/openstack.yaml', '/etc/ansible/openstack.yml'] def get_groups_from_server(server_vars, namegroup=True):