Drop usage of cinder v2 params

These params were deprecated and are now removed
with [1], let's clear it's usage from packstack.

[1] https://review.opendev.org/c/openstack/puppet-cinder/+/803874

Change-Id: If05c4880dcd6ce4c61f43efbad67f59af7794981
This commit is contained in:
yatinkarel 2021-08-26 13:57:10 +05:30
parent d100111965
commit 3bc4d7e722
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ class packstack::keystone::cinder ()
class { 'cinder::keystone::auth':
region => hiera('CONFIG_KEYSTONE_REGION'),
password => hiera('CONFIG_CINDER_KS_PW'),
public_url_v2 => "${cinder_url}/v2/%(tenant_id)s",
internal_url_v2 => "${cinder_url}/v2/%(tenant_id)s",
admin_url_v2 => "${cinder_url}/v2/%(tenant_id)s",
public_url_v3 => "${cinder_url}/v3/%(tenant_id)s",
internal_url_v3 => "${cinder_url}/v3/%(tenant_id)s",
admin_url_v3 => "${cinder_url}/v3/%(tenant_id)s",