The nova.flags 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.openstack.common.cfg.CommonConfigOpts object at 0x94aad2c>)
exception UnrecognizedFlag

Bases: exceptions.Exception

parse_args(argv, default_config_files=None)

Previous topic

The nova.exception Module

Next topic

The nova.image.glance Module

This Page