Merge "ironic: Configure cinder options"

This commit is contained in:
Zuul 2024-05-06 15:48:56 +00:00 committed by Gerrit Code Review
commit 505b1c5720
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ class openstack_integration::ironic (
password => 'a_big_secret',
send_power_notifications => $send_power_notifications,
}
class { 'ironic::cinder':
auth_url => $::openstack_integration::config::keystone_admin_uri,
password => 'a_big_secret',
}
class { 'ironic':
default_transport_url => os_transport_url({