diff options
author | xg353y <xg353y@intl.att.com> | 2019-02-11 13:50:16 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-02-13 13:17:53 +0100 |
commit | aef5d4ba9128c0cc4418b6dd9e12533b3d76bc84 (patch) | |
tree | 4c4b0392966510c2635bf05e7c4071dd06ad5ede /docs/index.rst | |
parent | 95d45aa4490b09f7ddf229141501befa5a0d3d55 (diff) |
Remove SDC query
Remove the query to SDC to get Service/VF related parameters. Also
remove the UI which triggers the SDC query.
Issue-ID: CLAMP-290
Change-Id: Ie7864942b91c022a3a7329c17ab2785448aae9ff
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index 677c32b12..03859a994 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -116,11 +116,6 @@ There are one datasource for Clamp. By default, it will try to connect to the lo "spring.datasource.cldsdb.username": "admin", "spring.datasource.cldsdb.password": "password", - "clamp.config.sdc.catalog.url": "https://sdchost:8443/sdc/v1/catalog/", - "clamp.config.sdc.hostUrl": "https://sdchost:8443/", - "clamp.config.sdc.serviceUrl": "https://sdchost:8443/sdc/v1/catalog/services", - "clamp.config.sdc.serviceUsername": "clamp", - "clamp.config.sdc.servicePassword": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", "clamp.config.dcae.inventory.url": "http://dcaegen2.host:8080", "clamp.config.dcae.dispatcher.url": "http://dcaegen2.host:8188", "clamp.config.policy.pdpUrl1": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", |