From: Varma, Vikas Date: Sat, 8 Sep 2018 02:00:19 +0000 (-0400) Subject: Add credentials for VFC placement request X-Git-Tag: 1.2.2~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F65337%2F1;p=optf%2Fosdf.git Add credentials for VFC placement request Change-Id: I74ae1c1821ca4fabdf82a55c74f91f56d88d3703 Signed-off-by: Varma, Vikas Issue-ID: OPTFRA-338 --- 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