Sync latest cfg from oslo-incubator
The main change is: c5984ba Move logging config options into the log module Re-generate nova.conf.sample to reflect the options move. Change-Id: I3913ea54465658d93dc56e014dfe5d911b0541d6
This commit is contained in:
@@ -63,10 +63,6 @@ def main(srcfiles):
|
||||
# The options list is a list of (module, options) tuples
|
||||
opts_by_group = {'DEFAULT': []}
|
||||
|
||||
opts_by_group['DEFAULT'].append(
|
||||
(cfg.__name__ + ':' + cfg.CommonConfigOpts.__name__,
|
||||
_list_opts(cfg.CommonConfigOpts)[0][1]))
|
||||
|
||||
for pkg_name in pkg_names:
|
||||
mods = mods_by_pkg.get(pkg_name)
|
||||
mods.sort()
|
||||
|
||||
@@ -42,6 +42,7 @@ cleaner_opts = [
|
||||
]
|
||||
CONF = cfg.CONF
|
||||
CONF.register_opts(cleaner_opts)
|
||||
CONF.import_opt('verbose', 'nova.openstack.common.log')
|
||||
CONF.import_opt("resize_confirm_window", "nova.compute.manager")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user