From 519b0cac34c403fcc482dba2b41ed614f122ddf2 Mon Sep 17 00:00:00 2001 From: Ikram Ikramullah Date: Fri, 23 Mar 2018 09:38:24 -0400 Subject: Accommodate Changes for Music 2.4.x Issue-ID: OPTFRA-199 Change-Id: Ieadb1ae38621cd406af384458a9fce6ffdd15f0c Signed-off-by: Ikram Ikramullah --- conductor.conf | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'conductor.conf') diff --git a/conductor.conf b/conductor.conf index d6e85e5..1a2dfac 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_rui_test_active +keyspace = conductor_ikram # # From oslo.log @@ -165,6 +165,15 @@ certificate_authority_bundle_file =/usr/local/bin/bundle.pem # Minimum value: 1 #default_api_return_limit = 100 +[conductor_api] + +# Basic Authentication Username (string value) +username = admin1 + +# Basic Authentication Password (string value) +password = plan.15 + +basic_auth_secure = True [controller] @@ -207,7 +216,7 @@ concurrent = true # # Music keyspace for messages (string value) -#keyspace = conductor_rpc +keyspace = conductor_ikram_rpc # Wait interval while checking for a message response. Default value is 1 # second. (integer value) @@ -236,9 +245,14 @@ timeout = 300 # # From conductor # - +music_new_version = True # Base URL for Music REST API without a trailing slash. (string value) -server_url = http://135.25.84.108:8080/MUSIC/rest +server_url = http://135.197.226.30:8080/MUSIC/rest/v2 +version = v2 +music_version = "2.4.21" +aafuser = conductor +aafpass = c0nduct0r +aafns = conductor # DEPRECATED: List of hostnames (round-robin access) (list value) # This option is deprecated for removal. @@ -260,7 +274,7 @@ server_url = http://135.25.84.108:8080/MUSIC/rest # Lock timeout (integer value) #lock_timeout = 10 - +replication_factor = 3 # Log debug messages. Default value is False. (boolean value) #debug = false @@ -326,3 +340,4 @@ concurrent = true [reservation] concurrent = true + -- cgit 1.2.3-korg