Finish updating the glance manpages: - Update and modernize all files and references - Add a new manpage for glance-replicator - Move the common configuration options to common files for easier maintenance and less redundancy Change-Id: If2cbcc30f2761b187038f39324c7698de4eb2ab9 Closes-Bug: #1238366
1.7 KiB
glance-manage
Glance Management Utility
- Author
- Date
-
2014-01-16
- Copyright
-
OpenStack LLC
- Version
-
2014.1
- Manual section
-
1
- Manual group
-
cloud computing
SYNOPSIS
glance-manage [options]
DESCRIPTION
glance-manage is a utility for managing and configuring a Glance installation. One important use of glance-manage is to setup the database. To do this run:
glance-manage db_sync
Note: glance-manage commands can be run either like this:
glance-manage db sync
or with the db commands concatenated, like this:
glance-manage db_sync
COMMANDS
- db
This is the prefix for the commands below when used with a space rather than a _. For example "db version".
- db_version
This will print the current migration level of a glance database.
- db_upgrade <VERSION>
This will take an existing database and upgrade it to the specified VERSION.
- db_downgrade <VERSION>
This will take an existing database and downgrade it to the specified VERSION.
- db_version_control
Place the database untder migration control.
- db_sync <VERSION> <CURRENT_VERSION>
Place a database under migration control and upgrade, creating it first if necessary.
OPTIONS
General Options
- --sql_connection=CONN_STRING
A proper SQLAlchemy connection string as described here