~yolanda.robla/glance/precise-security

« back to all changes in this revision

Viewing changes to doc/source/man/glanceapi.rst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-04-12 09:52:06 UTC
  • mto: (50.1.2 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20110412095206-8ynvol4gw0phuu30
Tags: upstream-2011.2~bzr108
ImportĀ upstreamĀ versionĀ 2011.2~bzr108

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========
 
2
glance-api
 
3
==========
 
4
 
 
5
---------------------------------------
 
6
Server for the Glance Image Service API
 
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-api [options]
 
20
 
 
21
DESCRIPTION
 
22
===========
 
23
 
 
24
glance-api is a server daemon that serves the Glance API
 
25
 
 
26
OPTIONS
 
27
=======
 
28
 
 
29
  **General options**
 
30
 
 
31
  **-v, --verbose**
 
32
        Print more verbose output
 
33
 
 
34
  **--api_host=HOST**
 
35
        Address of host running ``glance-api``. Defaults to `0.0.0.0`.
 
36
 
 
37
  **--api_port=PORT**
 
38
        Port that ``glance-api`` listens on. Defaults to `9292`.
 
39
 
 
40
  **--default_store=STORE**
 
41
        The default backend store that Glance should use when storing virtual
 
42
        machine images. The default value is `filesystem`. Choices are any of
 
43
        `filesystem`, `swift`, or `s3`
 
44
 
 
45
  **--filesystem_store_datadir=DIR**
 
46
        The directory that the `filesystem` backend store should use to write
 
47
        virtual machine images. This directory should be writeable by the user
 
48
        running ``glance-api``
 
49
 
 
50
FILES
 
51
=====
 
52
 
 
53
None
 
54
 
 
55
SEE ALSO
 
56
========
 
57
 
 
58
* `OpenStack Glance <http://glance.openstack.org>`__
 
59
 
 
60
BUGS
 
61
====
 
62
 
 
63
* Glance is sourced in Launchpad so you can view current bugs at `OpenStack Glance <http://glance.openstack.org>`__