diff --git a/manifests/init.pp b/manifests/init.pp index 5afc6e843..6d6ff377d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -397,9 +397,6 @@ # # DEPRECATED PARAMETERS # -# [*image_service*] -# (optional) Service used to search for and retrieve images. -# # [*auth_strategy*] # (optional) The strategy to use for auth: noauth or keystone. # Defaults to undef @@ -516,7 +513,6 @@ class nova( $my_ip = $::os_service_default, $cross_az_attach = $::os_service_default, # DEPRECATED PARAMETERS - $image_service = undef, $auth_strategy = undef, $glance_api_servers = undef, $database_min_pool_size = undef, @@ -545,11 +541,6 @@ in a future release. Use nova::cinder::os_region_name instead') in a future release. Use nova::cinder::catalog_info instead') } - if $image_service { - warning('The unused image_service parameter is deprecated, as we are \ -already using python-glanceclient instead of old glance client.') - } - if $upgrade_level_console != undef { warning('The upgrade_level_console parameter is deprecated, and has \ no effect.') diff --git a/releasenotes/notes/remove-nova-image_service-850481867b070ce9.yaml b/releasenotes/notes/remove-nova-image_service-850481867b070ce9.yaml new file mode 100644 index 000000000..566d3ed73 --- /dev/null +++ b/releasenotes/notes/remove-nova-image_service-850481867b070ce9.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + The deprecated ``nova::image_service`` parameter has been removed.