summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/config/auth/osauth.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-11-28 22:42:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-28 22:42:51 +0000
commit704b6ab2b6b919993d6b048bea821e229cc12b67 (patch)
tree03d9f930261a043c052af8ae75a935a48809736a /pomba/network-discovery/config/auth/osauth.json
parent33d1f5de2733b1b0c27082b5cf4fb491fbc9cf35 (diff)
parent9a0c9790a1dc31dcc2db199b6f0ff76e796c2597 (diff)
Merge "ND get VM info from Openstack"
Diffstat (limited to 'pomba/network-discovery/config/auth/osauth.json')
-rw-r--r--pomba/network-discovery/config/auth/osauth.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/pomba/network-discovery/config/auth/osauth.json b/pomba/network-discovery/config/auth/osauth.json
new file mode 100644
index 0000000..95dec53
--- /dev/null
+++ b/pomba/network-discovery/config/auth/osauth.json
@@ -0,0 +1,18 @@
+{
+ "auth": {
+ "identity": {
+ "methods": [
+ "password"
+ ],
+ "password": {
+ "user": {
+ "name": "%USER%",
+ "domain": {
+ "name": "Default"
+ },
+ "password": "%PASSWORD%"
+ }
+ }
+ }
+ }
+} \ No newline at end of file