Make sure that default_ntp_server option is exported

After this change, like all other configuration options,
it is written down by oslo-config-generator.

Story: 2004848
Task: 29060
Change-Id: Idf06726160ad789fe097a91eab315949bcae0059
This commit is contained in:
Luigi Toscano 2019-01-24 18:59:38 +01:00
parent 1c16c48b71
commit e51dd01096
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@ def list_opts():
from sahara.service.edp import job_utils
from sahara.service.heat import heat_engine
from sahara.service.heat import templates
from sahara.service import ntp_service
from sahara.service import periodic
from sahara.swift import swift_helper
from sahara.utils import cluster_progress_ops as cpo
@ -182,6 +183,7 @@ def list_opts():
job_utils.opts,
periodic.periodic_opts,
coordinator.coordinator_opts,
ntp_service.ntp_opts,
proxy.opts,
cpo.event_log_opts,
base.opts,