5
---------------------------------------
6
Server for the Glance Image Service API
7
---------------------------------------
9
:Author: glance@lists.launchpad.net
11
:Copyright: OpenStack LLC
14
:Manual group: cloud computing
24
glance-api is a server daemon that serves the Glance API
32
Print more verbose output
35
Address of host running ``glance-api``. Defaults to `0.0.0.0`.
38
Port that ``glance-api`` listens on. Defaults to `9292`.
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`
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``
58
* `OpenStack Glance <http://glance.openstack.org>`__
63
* Glance is sourced in Launchpad so you can view current bugs at `OpenStack Glance <http://glance.openstack.org>`__