Cleans up the create_conf tool
* Makes it adhere to the config file format * Puts the sample output in etc/nova/nova.conf.sample * Updating sample is as easy as ./tools/conf/generate_sample.sh Change-Id: I01e72cb58dd598a74f50c2c17f102d24df325f2e
This commit is contained in:
@@ -44,9 +44,6 @@ class NovaConfigOpts(cfg.CommonConfigOpts):
|
||||
with flagfile.handle_flagfiles_managed(argv[1:]) as args:
|
||||
return argv[:1] + super(NovaConfigOpts, self).__call__(args)
|
||||
|
||||
def retrieve_opt(self, opt_name, group=None):
|
||||
return self._get_opt_info(opt_name, group)
|
||||
|
||||
|
||||
FLAGS = NovaConfigOpts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user