diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-23 09:28:26 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-23 09:28:26 +0800 |
commit | efdeb2380eabba94c916aa56091a29fe0b29a559 (patch) | |
tree | 23687b895095800100f49b447dcdaa1ba372bd16 | |
parent | b5250240f5c8faddf449e850ef1bff7091ae3044 (diff) |
Remove catalog nouse config item
Change-Id: I1342d8d76d79608b1647df14db8ba85e5f8aaa7a
Issue-Id: VFC-436
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | catalog/pub/config/config.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/catalog/pub/config/config.py b/catalog/pub/config/config.py index 0f418942..4a3618b3 100644 --- a/catalog/pub/config/config.py +++ b/catalog/pub/config/config.py @@ -16,11 +16,6 @@ MSB_SERVICE_IP = '127.0.0.1' MSB_SERVICE_PORT = '80' -# [aai config] -AAI_BASE_URL = "https://127.0.0.1:8443/aai/v11" -AAI_USER = "AAI" -AAI_PASSWD = "AAI" - # [REDIS] REDIS_HOST = '127.0.0.1' REDIS_PORT = '6379' @@ -58,10 +53,7 @@ SDC_BASE_URL = "https://127.0.0.1:8443/api/sdc/v1" SDC_USER = "SDC" SDC_PASSWD = "SDC" -# [nslcm config] -NFVOLCM_BASE_URL = "http://127.0.0.1:8403/api" -NFVOLCM_USER = "admin" -NFVOLCM_PASSWD = "admin" + |