Remove deprecated os_region_name for glance::api

Deprecated with https://review.opendev.org/#/c/719338/.

Depends-On: https://review.opendev.org/#/c/719759/
Change-Id: I446057c3258d57bcd272979152b076e92f840877
This commit is contained in:
yatinkarel 2020-04-14 12:09:38 +05:30 committed by yatin
parent 322e746f3d
commit e0092e9b44
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class packstack::glance ()
registry_host => $registry_host,
pipeline => 'keystone',
database_connection => "mysql+pymysql://glance:${glance_ks_pw}@${glance_mariadb_host}/glance",
os_region_name => hiera('CONFIG_KEYSTONE_REGION'),
workers => hiera('CONFIG_SERVICE_WORKERS'),
stores => ['file', 'http', 'swift'],
default_store => $default_store,