Common and Misc Libraries
Libraries common throughout Nova or just ones that haven’t been categorized
very well yet.
The nova.adminclient Module
The nova.context Module
The nova.exception Module
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 0x8ff2f8c>)
-
class NovaConfigOpts(*args, **kwargs)
Bases: nova.openstack.common.cfg.CommonConfigOpts
-
exception UnrecognizedFlag
Bases: exceptions.Exception
The nova.process Module
The nova.rpc Module
The nova.server Module
The nova.test Module
The nova.utils Module
The nova.validate Module
The nova.wsgi Module
Tests
The declare_flags Module
The fake_flags Module
The flags_unittest Module
The process_unittest Module
The real_flags Module
The rpc_unittest Module
The runtime_flags Module
The validator_unittest Module