ironic: Configure cinder options
Scenario 002 has cinder enabled. Although we do not run actual tests using cinder storage driver, enabling these options may allow us to ensure at least the configuration can be applied without any error. Change-Id: I2180b11fe640f20161beeedef3b2b44a1825ea08
This commit is contained in:
parent
c3fddea87d
commit
9af824a5ca
@ -78,6 +78,10 @@ class openstack_integration::ironic (
|
|||||||
password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
send_power_notifications => $send_power_notifications,
|
send_power_notifications => $send_power_notifications,
|
||||||
}
|
}
|
||||||
|
class { 'ironic::cinder':
|
||||||
|
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||||
|
password => 'a_big_secret',
|
||||||
|
}
|
||||||
|
|
||||||
class { 'ironic':
|
class { 'ironic':
|
||||||
default_transport_url => os_transport_url({
|
default_transport_url => os_transport_url({
|
||||||
|
Loading…
Reference in New Issue
Block a user