diff options
author | Ikramullah, Ikram <ikram@research.att.com> | 2018-04-19 20:56:38 +0000 |
---|---|---|
committer | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2018-04-23 19:43:42 +0000 |
commit | ddc6bbd811d8617b2a2a1dde571f3937c0a81b5b (patch) | |
tree | 2c8edd5e50c4d4251619bd45333ffc2e72ecd00c /conductor.conf | |
parent | 7a13812797390d461c23f7ec9a3487e537ff1981 (diff) |
Added AAI Certs
Heat based implementation changes added
Issue-ID: INT-444
Change-Id: Ic3096422c9997be66d6d967c8938e35c6e2b2e0f
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conductor.conf b/conductor.conf index 1a2dfac..150d78b 100755 --- a/conductor.conf +++ b/conductor.conf @@ -8,7 +8,7 @@ #api_paste_config = api_paste.ini # Music keyspace for content (string value) -keyspace = conductor_ikram +keyspace = conductor # # From oslo.log @@ -135,10 +135,10 @@ complex_cache_refresh_interval = 60 # Base URL for A&AI, up to and not including the version, and without a # trailing slash. (string value) -server_url = https://aai-conexus-e2e.ecomp.cci.att.com:8443/aai +server_url = https://aai.api.simpledemo.onap.org:8443/aai # The version of A&AI in v# format. (string value) -server_url_version = v11 +server_url_version = v13 # SSL/TLS certificate file in pem format. This certificate must be registered # with the A&AI endpoint. (string value) @@ -150,7 +150,7 @@ certificate_key_file = /usr/local/bin/aai_key.key # Certificate Authority Bundle file in pem format. Must contain the appropriate # trust chain for the Certificate file. (string value) #certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem -certificate_authority_bundle_file =/usr/local/bin/bundle.pem +certificate_authority_bundle_file = /opt/optf-has/aai_cert.cer [api] @@ -216,7 +216,7 @@ concurrent = true # # Music keyspace for messages (string value) -keyspace = conductor_ikram_rpc +keyspace = conductor_rpc # Wait interval while checking for a message response. Default value is 1 # second. (integer value) @@ -247,7 +247,7 @@ timeout = 300 # music_new_version = True # Base URL for Music REST API without a trailing slash. (string value) -server_url = http://135.197.226.30:8080/MUSIC/rest/v2 +server_url = http://localhost:8080/MUSIC/rest/v2 version = v2 music_version = "2.4.21" aafuser = conductor |