Fix OOF configuration 95/50195/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 4 Jun 2018 12:14:38 +0000 (05:14 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 4 Jun 2018 19:26:55 +0000 (19:26 +0000)
Added missing multicloud section in conductor.conf
Updated music version to reflect the latest version

Change-Id: I7e943c4344c63d4e18df9f00f6b61600e97295a7
Issue-ID: OPTFRA-232
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor.conf

index 16907ed..a2a4765 100755 (executable)
@@ -252,11 +252,11 @@ timeout = 300
 #
 # From conductor
 #
-music_new_version = True 
+music_new_version = True
 # Base URL for Music REST API without a trailing slash. (string value)
 server_url = http://localhost:8080/MUSIC/rest/v2
 version = v2
-music_version = "2.4.21"
+music_version = "2.5.3"
 aafuser = conductor
 aafpass = c0nduct0r
 aafns = conductor
@@ -348,3 +348,31 @@ concurrent = true
 [reservation]
 concurrent = true
 
+
+[multicloud]
+
+#
+# From conductor
+#
+
+# Base URL for Multicloud without a trailing slash. (string value)
+server_url = http://msb.onap.org:80/api/multicloud
+
+# Timeout for Multicloud Rest Call (string value)
+multicloud_rest_timeout = 30
+
+# Number of retry for Multicloud Rest Call (string value)
+multicloud_retries = 3
+
+# The version of Multicloud API. (string value)
+server_url_version = v0
+
+
+[vim_controller]
+#
+# From conductor
+#
+
+# Extensions list to use (list value)
+extensions = multicloud
+