aio: Enable nova-cinder integration
AIO has both nova and cinder enabled, so we can enable the integration between these services. Change-Id: Id4dca3ac05ca2f69bb6da48ab8ef224af09c1502
This commit is contained in:
parent
76fe779acc
commit
eda12cd256
@ -23,12 +23,14 @@ include openstack_integration::keystone
|
||||
include openstack_integration::glance
|
||||
include openstack_integration::neutron
|
||||
include openstack_integration::placement
|
||||
include openstack_integration::nova
|
||||
class { 'openstack_integration::nova':
|
||||
cinder_enabled => true,
|
||||
}
|
||||
include openstack_integration::cinder
|
||||
include openstack_integration::horizon
|
||||
include openstack_integration::provision
|
||||
|
||||
class { 'openstack_integration::tempest':
|
||||
horizon => true,
|
||||
cinder => true,
|
||||
horizon => true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user