summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/config/auth/osauth.json
diff options
context:
space:
mode:
authorNorm Traxler <normant@amdocs.com>2018-11-27 22:18:16 +0000
committerNorm Traxler <norman.traxler@amdocs.com>2018-11-28 14:24:42 -0500
commit9a0c9790a1dc31dcc2db199b6f0ff76e796c2597 (patch)
tree836a34fb2e4a8d1dd78cc9ed18553278c5a2ca1f /pomba/network-discovery/config/auth/osauth.json
parent2f93fe9cf3c05d6606e37576121801dbdb98dd68 (diff)
ND get VM info from Openstack
Issue-ID: SDNC-533 Change-Id: If50c4ae02349824a4e179e30ea1ee29d3afe6ab2 Signed-off-by: Norm Traxler <normant@amdocs.com>
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