The nova-manage client is the command-line interface (CLI) for Compute service management utility.
This chapter documents nova-manage version 13.0.0
.
For help on a specific nova-manage command, enter:
$ nova-manage COMMAND --help
usage: nova-manage [-h] [--remote_debug-host REMOTE_DEBUG_HOST]
[--remote_debug-port REMOTE_DEBUG_PORT] [--config-dir DIR]
[--config-file PATH] [--debug] [--log-config-append PATH]
[--log-date-format DATE_FORMAT] [--log-dir LOG_DIR]
[--log-file PATH] [--nodebug] [--nouse-syslog]
[--noverbose] [--nowatch-log-file]
[--syslog-log-facility SYSLOG_LOG_FACILITY] [--use-syslog]
[--verbose] [--version] [--watch-log-file]
{version,bash-completion,project,account,shell,logs,
service,cell_v2,db,vm,agent,cell,network,host,floating,
fixed,vpn,api_db}
...
-h, --help
--config-dir DIR
*.conf
files from.
This file set is sorted, so as to provide a
predictable parse order if individual options are
over-ridden. The set is parsed after the file(s)
specified via previous --config-file, arguments hence
over-ridden options in the directory take precedence.--config-file PATH
--debug, -d
--log-config-append PATH, --log_config PATH
--log-date-format DATE_FORMAT
--log-dir LOG_DIR, --logdir LOG_DIR
--log-file PATH, --logfile PATH
--nodebug
--nouse-syslog
--noverbose
--nowatch-log-file
--syslog-log-facility SYSLOG_LOG_FACILITY
--use-syslog
--verbose, -v
--version
--watch-log-file
usage: nova-manage account [-h] {quota,scrub} ...
Positional arguments:
{quota,scrub}
Optional arguments:
-h, --help
usage: nova-manage agent [-h] {create,delete,list,modify} ...
Positional arguments:
{create,delete,list,modify}
Optional arguments:
-h, --help
usage: nova-manage api_db [-h] {sync,version} ...
Positional arguments:
{sync,version}
Optional arguments:
-h, --help
usage: nova-manage cell [-h] {create,delete,list} ...
Positional arguments:
{create,delete,list}
Optional arguments:
-h, --help
usage: nova-manage cell_v2 [-h] {map_cell_and_hosts,map_instances} ...
Positional arguments:
{map_cell_and_hosts,map_instances}
Optional arguments:
-h, --help
usage: nova-manage db [-h]
{archive_deleted_rows,null_instance_uuid_scan,online_data_migrations,sync,version}
...
Positional arguments:
{archive_deleted_rows,null_instance_uuid_scan,online_data_migrations,sync,version}
Optional arguments:
-h, --help
usage: nova-manage fixed [-h] {list,reserve,unreserve} ...
Positional arguments:
{list,reserve,unreserve}
Optional arguments:
-h, --help
usage: nova-manage floating [-h] {address_to_hosts,create,delete,list} ...
Positional arguments:
{address_to_hosts,create,delete,list}
Optional arguments:
-h, --help
usage: nova-manage host [-h] {list} ...
Positional arguments:
{list}
Optional arguments:
-h, --help
usage: nova-manage logs [-h] {errors,syslog} ...
Positional arguments:
{errors,syslog}
Optional arguments:
-h, --help
usage: nova-manage network [-h] {create,delete,list,modify} ...
Positional arguments:
{create,delete,list,modify}
Optional arguments:
-h, --help
usage: nova-manage project [-h] {quota,scrub} ...
Positional arguments:
{quota,scrub}
Optional arguments:
-h, --help
usage: nova-manage shell [-h] {bpython,ipython,python,run,script} ...
Positional arguments:
{bpython,ipython,python,run,script}
Optional arguments:
-h, --help
usage: nova-manage vm [-h] {list} ...
Positional arguments:
{list}
Optional arguments:
-h, --help
usage: nova-manage vpn [-h] {change} ...
Positional arguments:
{change}
Optional arguments:
-h, --help
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.