aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2018-09-08 15:33:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-08 15:33:27 +0000
commit02390e7240f796075ea4ed4d0486f28806e4afd3 (patch)
treebee24cc369ee4f170ae0034bd937fe5c85126ba0
parent9992adb0a32416050c5f90090cde7f2550f29553 (diff)
parent7d76c79e24ccdf5fd1e18894ff1f98877e11f2ce (diff)
Merge "Add credentials for VFC placement request"
-rwxr-xr-xconfig/osdf_config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml
index 29228c2..34855df 100755
--- a/config/osdf_config.yaml
+++ b/config/osdf_config.yaml
@@ -37,6 +37,10 @@ osdfPlacementPassword: testpwd
osdfPlacementSOUsername: so_test
osdfPlacementSOPassword: so_testpwd
+# Credentials for the OOF placement service - VFC
+osdfPlacementVFCUsername: vfc_test
+osdfPlacementVFCPassword: vfc_testpwd
+
# Credentials for the OOF CM scheduling service - Generic
osdfCMSchedulerUsername: test1
osdfCMSchedulerPassword: testpwd1 \ No newline at end of file