cinder: Configure glance user for service-to-service communication

Depends-on: https://review.opendev.org/963724
Change-Id: I84e4adc509d01943125a763d6c0f1718eb6e23e1
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025年10月11日 01:06:57 +09:00
parent cdfbcbf968
commit b03c8b87fc

View File

@@ -140,6 +140,9 @@ class openstack_integration::cinder (
class{ 'cinder::cron::db_purge': }
class{ 'cinder::glance':
allowed_direct_url_schemes => ['cinder'],
auth_type => 'password',
auth_url => $openstack_integration::config::keystone_admin_uri,
password => 'a_big_secret',
}
class{ 'cinder::nova':
password => 'a_big_secret',
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.