diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-19 18:38:26 -0400 |
---|---|---|
committer | Varma, Vikas <vv8305@att.com> | 2018-09-20 07:33:49 -0400 |
commit | e7199cef05b7bad04f3ec2b7815423d5d07aa642 (patch) | |
tree | e8ed1dc8ea851b31ba228ca5295ca74ab7d27a12 /config/osdf_config.yaml | |
parent | 6ae89d5df37c626d7bd6f1fcf94571e718f10b02 (diff) |
Disabling policy retrieval for pci opt
Fixing the pci optimization response.
Disable policy retrieval until the policies are loaded.
Fix merge issues with optfapp.py
Change-Id: I2acb82aac1cd6d154abf37f58755016bc377e475
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-342
Diffstat (limited to 'config/osdf_config.yaml')
-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 636b6ad..c484fb4 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -81,3 +81,7 @@ configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList' # Credentials for PCIHandler pciHMSUsername: "" # pcihandler username for call back. pciHMSPassword: "" # pcihandler password for call back. + +# Credentials for the OOF PCI Opt service +osdfPCIOptUsername: pci_test +osdfPCIOptPassword: pci_testpwd |