add forgotten cinder::scheduler

This commit is contained in:
Vladimir Kuklin
2012-11-07 22:21:13 +04:00
parent 336075fbb1
commit 95d5bc4847

View File

@@ -34,9 +34,10 @@ class openstack::cinder(
keystone_password => $cinder_user_password,
bind_host => $bind_host,
}
class { 'cinder::scheduler':
package_ensure => $::openstack_version['cinder'],
enabled => true,
}
if $manage_volumes {
class { 'cinder::volume':