diff options
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/conductor.conf b/conductor.conf index 16907ed..a2a4765 100755 --- a/conductor.conf +++ b/conductor.conf @@ -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 + |