Command-line flag library.
Emulates gflags by wrapping cfg.ConfigOpts.
The idea is to move fully to cfg eventually, and this wrapper is a
stepping stone.
-
DECLARE(name, module_string, flag_values=<nova.flags.NovaConfigOpts object at 0x8cd7cac>)
-
class NovaConfigOpts(*args, **kwargs)
Bases: nova.openstack.common.cfg.CommonConfigOpts
-
exception UnrecognizedFlag
Bases: exceptions.Exception