diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-27 14:45:22 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-27 16:33:55 -0400 |
commit | 95a50096eb97081065c0c547ce4c959213153754 (patch) | |
tree | 282d9ecea93bba45633971e3f19cc2fb0d286db9 | |
parent | 674ede70299865f257ab48fa7b264dc28793514f (diff) |
Update Configs
Update wrong authorization information
Issue-ID: SO-918
Change-Id: I2e0c2114dceb63dacee407c18e16b81e70d5aa07
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r-- | volumes/so/config/bpmn-infra/onapheat/override.yaml | 4 | ||||
-rw-r--r-- | volumes/so/config/openstack-adapter/onapheat/override.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 9bc56cc..06a076e 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -110,9 +110,9 @@ mso: aai: version: '14' cloud-region: - version: '9' + version: '14' generic-vnf: - version: '9' + version: '14' v14: customer: uri: /aai/v14/business/customers/customer diff --git a/volumes/so/config/openstack-adapter/onapheat/override.yaml b/volumes/so/config/openstack-adapter/onapheat/override.yaml index e56b168..7292177 100644 --- a/volumes/so/config/openstack-adapter/onapheat/override.yaml +++ b/volumes/so/config/openstack-adapter/onapheat/override.yaml @@ -93,7 +93,7 @@ mso: spring: endpoint: http://c1.vm1.mso.simpledemo.onap.org:8082 db: - auth: Basic YnBlbDptc28tZGItMTUwNyE= + auth: Basic YnBlbDpwYXNzd29yZDEk site-name: localDevEnv async: core-pool-size: 50 |