Restart cinder services after changing cinder config on controllers

Change-Id: I5f8324eb9639f9000b2eed40b8d64562a564eddd
Closes-bug: #1522370
This commit is contained in:
Denis Egorenko 2015-12-03 14:47:24 +03:00
parent a939e0db0e
commit d3aba6b2a8
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ notice('MODULAR: block-device/cinder-scheduler-filters.pp')
class { 'cinder::scheduler::filter':
scheduler_default_filters => [ 'InstanceLocalityFilter', 'AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter' ],
}
Cinder_config<||> ~> Service<| title == 'cinder-api' |>
Cinder_config<||> ~> Service<| title == 'cinder-scheduler' |>