diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 14:19:36 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 14:19:54 -0400 |
commit | 8a0fb1ecc1bd4f421f18ad10edd8e6f2c78dc003 (patch) | |
tree | 1a4929b08f7e8c6bdd4f216e13f5e114ca804564 /config/osdf_config.yaml | |
parent | 8ea30a38468373dfd9715d720c085c8a6ac4ee29 (diff) |
Updating the VNF policy translation
Updating the VNF policy translation
Issue-ID: OPTFRA-239
Change-Id: Iadce865b35ec94613502063d718a317aba798bc4
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 3ca3ad3..29228c2 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -3,7 +3,7 @@ soUsername: "" # SO username for call back. soPassword: "" # SO password for call back. # Credentials for Conductor -conductorUrl: https://localhost:8091/v1/plans/ +conductorUrl: http://172.17.0.6:8091/v1/plans/ conductorUsername: admin1 conductorPassword: plan.15 conductorPingWaitTime: 60 # seconds to wait before calling the conductor retry URL |