Remove nova_catalog*_info params for cinder::api

nova_catalog_admin_info removed in [1], nova_catalog_info
removed in [2], stop configuring them via packstack.

[1] https://review.openstack.org/#/c/559974
[2] https://review.openstack.org/#/c/600164/

Change-Id: Ia284af18b9ca2e7777ef9d4ea84ed9758fc4ab19
This commit is contained in:
yatin 2018-09-07 10:20:55 +05:30
parent 7641dd5ee3
commit a20e7865e3
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ class packstack::cinder ()
class { '::cinder::api':
bind_host => $bind_host,
nova_catalog_info => 'compute:nova:publicURL',
nova_catalog_admin_info => 'compute:nova:adminURL',
service_workers => hiera('CONFIG_SERVICE_WORKERS'),
default_volume_type => $default_volume_type,
}