cinder: Configure [nova] options

These options are required to use some features in cinder (live
extension of attached volumes).

Change-Id: I0f3b89e8ba174ffd0588269e3024d2f1367a6108
This commit is contained in:
Takashi Kajinami 2024-11-03 18:44:38 +09:00
parent c39f49ed70
commit 4d165a20f7

View File

@ -142,6 +142,10 @@ class openstack_integration::cinder (
class { 'cinder::glance':
allowed_direct_url_schemes => ['cinder'],
}
class { 'cinder::nova':
password => 'a_big_secret',
auth_url => $::openstack_integration::config::keystone_admin_uri,
}
case $backend {
'iscsi': {
class { 'cinder::setup_test_volume':