diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index 1af3496237..bec27fd894 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -118,7 +118,6 @@ outputs: cinder::api::enable_proxy_headers_parsing: true cinder::api::nova_catalog_info: 'compute:nova:internalURL' - cinder::api::nova_catalog_admin_info: 'compute:nova:adminURL' # TODO(emilien) move it to puppet-cinder cinder::config: DEFAULT/swift_catalog_info: diff --git a/releasenotes/notes/Deprecate-cinder-API-nova_catalog_admin_info-006ebda240f730a2.yaml b/releasenotes/notes/Deprecate-cinder-API-nova_catalog_admin_info-006ebda240f730a2.yaml new file mode 100644 index 0000000000..ff85e84ba3 --- /dev/null +++ b/releasenotes/notes/Deprecate-cinder-API-nova_catalog_admin_info-006ebda240f730a2.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + The nova_catalog_admin_info parameter is no longer being configured for + cinder since it was deprecated.