From c86692784eb06f7d14928fe41de3810860fa7509 Mon Sep 17 00:00:00 2001 From: Dave Lewis Date: Fri, 24 Apr 2020 15:11:49 +0100 Subject: [PATCH] Updated data/inventory/scripts/openstack/files/file_reference Update file_references due to the inclution of project_domain_name in the openstack credentails. --- .../tests/data/inventory/plugins/openstack/files/file_reference | 1 + .../tests/data/inventory/scripts/openstack/files/file_reference | 1 + 2 files changed, 2 insertions(+) diff --git a/awx/main/tests/data/inventory/plugins/openstack/files/file_reference b/awx/main/tests/data/inventory/plugins/openstack/files/file_reference index daf13976f4..895a1eb8a8 100644 --- a/awx/main/tests/data/inventory/plugins/openstack/files/file_reference +++ b/awx/main/tests/data/inventory/plugins/openstack/files/file_reference @@ -8,6 +8,7 @@ clouds: auth_url: https://foo.invalid domain_name: fooo password: fooo + project_domain_name: fooo project_name: fooo username: fooo private: false diff --git a/awx/main/tests/data/inventory/scripts/openstack/files/file_reference b/awx/main/tests/data/inventory/scripts/openstack/files/file_reference index 92a624965e..57b5f18197 100644 --- a/awx/main/tests/data/inventory/scripts/openstack/files/file_reference +++ b/awx/main/tests/data/inventory/scripts/openstack/files/file_reference @@ -10,6 +10,7 @@ clouds: auth_url: https://foo.invalid domain_name: fooo password: fooo + project_domain_name: fooo project_name: fooo username: fooo private: false