diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-07 22:00:19 -0400 |
---|---|---|
committer | Varma, Vikas <vv8305@att.com> | 2018-09-07 22:00:29 -0400 |
commit | 7d76c79e24ccdf5fd1e18894ff1f98877e11f2ce (patch) | |
tree | d0121317776de3f2d6443323de15370497dda022 | |
parent | a3a7de12007c0f004cb0e2e49e5831ae99ac1b41 (diff) |
Add credentials for VFC placement request
Change-Id: I74ae1c1821ca4fabdf82a55c74f91f56d88d3703
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-338
-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 |