diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2018-09-08 15:33:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-08 15:33:27 +0000 |
commit | 02390e7240f796075ea4ed4d0486f28806e4afd3 (patch) | |
tree | bee24cc369ee4f170ae0034bd937fe5c85126ba0 /config | |
parent | 9992adb0a32416050c5f90090cde7f2550f29553 (diff) | |
parent | 7d76c79e24ccdf5fd1e18894ff1f98877e11f2ce (diff) |
Merge "Add credentials for VFC placement request"
Diffstat (limited to 'config')
-rwxr-xr-x | config/osdf_config.yaml | 4 |
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 |