diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-10-23 09:43:26 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-10-23 11:12:46 -0400 |
commit | 714f7312ef66123ae7cf5a01dbb1c57701733294 (patch) | |
tree | 0137314f502dd9d9ae083faa76fab0072b693de7 /common/src/test/resources | |
parent | ad99d2f0c59ce54e7283c210418d1f234191718b (diff) |
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) <mb388a@us.att.com>
Diffstat (limited to 'common/src/test/resources')
-rw-r--r-- | common/src/test/resources/application-test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |