From 714f7312ef66123ae7cf5a01dbb1c57701733294 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Tue, 23 Oct 2018 09:43:26 -0400 Subject: default cloud owner now configurable default cloud owner can now be set via a property Change-Id: I9b900cb2a5c7176a78e889ad2ce31a4ed9d38585 Issue-ID: SO-1158 Signed-off-by: Benjamin, Max (mb388a) --- common/src/test/resources/application-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/src/test/resources/application-test.yaml (limited to 'common/src/test/resources') diff --git a/common/src/test/resources/application-test.yaml b/common/src/test/resources/application-test.yaml new file mode 100644 index 0000000000..cf386cb6fc --- /dev/null +++ b/common/src/test/resources/application-test.yaml @@ -0,0 +1,4 @@ +org: + onap: + so: + cloud-owner: CloudOwner \ No newline at end of file -- cgit 1.2.3-korg