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
(cherry picked from commit fd7587d71f)
This commit is contained in:
Keigo Noha 2019-04-11 13:17:18 +09:00
parent c43691a5b7
commit 1ee84054ff
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class nova::scheduler(
include ::nova::deps
include ::nova::db
include ::nova::params
include ::nova::availability_zone
nova::generic_service { 'scheduler':
enabled => $enabled,