~jaypipes/glance/bug713126

« back to all changes in this revision

Viewing changes to doc/source/man/glancemanage.py

  • Committer: Tarmac
  • Author(s): Rick Harris
  • Date: 2011-02-03 19:16:45 UTC
  • mfrom: (61.2.13 registry_db_migration)
  • Revision ID: tarmac-20110203191645-dcaymryuqsntw9u0
Adds sqlalchemy migrations.

Also adds a glance-manage utility for managing migrations.

Potentially glance-manage (and glance-upload) could be merged into glance-admin when that lands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============
 
2
glance-manage
 
3
=============
 
4
 
 
5
-------------------------
 
6
Glance Management Utility
 
7
-------------------------
 
8
 
 
9
:Author: glance@lists.launchpad.net
 
10
:Date:   2010-11-16
 
11
:Copyright: OpenStack LLC
 
12
:Version: 0.1.2
 
13
:Manual section: 1
 
14
:Manual group: cloud computing
 
15
 
 
16
SYNOPSIS
 
17
========
 
18
 
 
19
  glance-manage [options]
 
20
 
 
21
DESCRIPTION
 
22
===========
 
23
 
 
24
glance-manage is a utility for managing and configuring a Glance installation.
 
25
One important use of glance-manage is to setup the database. To do this run::
 
26
 
 
27
    glance-manage db_sync
 
28
 
 
29
OPTIONS
 
30
=======
 
31
 
 
32
  **General options**
 
33
 
 
34
  **-v, --verbose**
 
35
        Print more verbose output
 
36
 
 
37
  **--sql_connection=CONN_STRING**
 
38
        A proper SQLAlchemy connection string as described
 
39
        `here <http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html?highlight=engine#sqlalchemy.create_engine>`_
 
40
 
 
41
FILES
 
42
=====
 
43
 
 
44
None
 
45
 
 
46
SEE ALSO
 
47
========
 
48
 
 
49
* `OpenStack Glance <http://glance.openstack.org>`__
 
50
 
 
51
BUGS
 
52
====
 
53
 
 
54
* Glance is sourced in Launchpad so you can view current bugs at `OpenStack Glance <http://glance.openstack.org>`__