Include nova::availability_zone in scheduler.pp
nova-scheduler uses CONF.default_availabiliy_zone. However, the required class was not included in scheduler.pp This patch includes nova::availability_zone class in scheduler.pp. Signed-off-by: Keigo Noha <knoha@redhat.com> Closes-Bug: #1824273 Change-Id: Ia94a5d7baf1dd2efc8339475176a1e1c24ad99d0
This commit is contained in:
@@ -41,6 +41,7 @@ class nova::scheduler(
|
||||
include ::nova::deps
|
||||
include ::nova::db
|
||||
include ::nova::params
|
||||
include ::nova::availability_zone
|
||||
|
||||
nova::generic_service { 'scheduler':
|
||||
enabled => $enabled,
|
||||
|
Reference in New Issue
Block a user