From e0092e9b4435fb2af70cec08732f557d8847293b Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 14 Apr 2020 12:09:38 +0530 Subject: [PATCH] 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 --- packstack/puppet/modules/packstack/manifests/glance.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/glance.pp b/packstack/puppet/modules/packstack/manifests/glance.pp index 923842845..db061d406 100644 --- a/packstack/puppet/modules/packstack/manifests/glance.pp +++ b/packstack/puppet/modules/packstack/manifests/glance.pp @@ -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,