diff options
-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 |