diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-12-14 16:31:56 +0530 |
---|---|---|
committer | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-12-18 12:04:02 +0000 |
commit | b49dc8f14dbe1c0d4208f177084a22e5d6a1f63e (patch) | |
tree | ed95f3d0d20fc0d17409435d8529e783c4750fc7 /controlloop/common/feature-controlloop-utils/src/main/feature | |
parent | 07e3b4e48315294a5827e5b5faa38c3ecad831a4 (diff) |
Add sdnc simulator in controlloop-utils
Add sdnc simulator in controlloop-utils
Issue-ID: POLICY-1356
Change-Id: I999a402370c2ebeeff75d647bd1d72c42dd598f7
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-utils/src/main/feature')
-rw-r--r-- | controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment index cfe957b4c..c51e8cfb3 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment @@ -3,6 +3,7 @@ # ONAP # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2018 Huawei Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,3 +36,7 @@ vfc.password=policy guard.url=http://localhost:6669/pdp/api/getDecision guard.disabled=true +sdnc.url=http://localhost:6670 +sdnc.username=policy +sdnc.password=policy + |