From ddc6bbd811d8617b2a2a1dde571f3937c0a81b5b Mon Sep 17 00:00:00 2001 From: "Ikramullah, Ikram" Date: Thu, 19 Apr 2018 20:56:38 +0000 Subject: Added AAI Certs Heat based implementation changes added Issue-ID: INT-444 Change-Id: Ic3096422c9997be66d6d967c8938e35c6e2b2e0f Signed-off-by: Ikramullah, Ikram --- conductor.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conductor.conf') 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 -- cgit 1.2.3-korg