Add nova::scheduler::filter

Add nova::scheduler::filter into nova.pp so we have more configuration
coverage.

Change-Id: I4cd07368c0ea5bbfede72555a3e1cbc8cf01a9f0
This commit is contained in:
Emilien Macchi 2016-03-11 07:57:43 -05:00
parent 4e58043c79
commit 58b5c418d9

View File

@ -91,6 +91,7 @@ class openstack_integration::nova (
Exec['create-nova'] -> Service['nova-compute']
}
class { '::nova::scheduler': }
class { '::nova::scheduler::filter': }
class { '::nova::vncproxy': }
class { '::nova::network::neutron':