Commit Graph

11 Commits

Author SHA1 Message Date
Doug Hellmann 1c7f556d4f rearrange existing documentation to follow the new layout standard
This change moves existing files, updates a few of the cross-references
and paths, and fixes some formatting. It is not meant to be the final
word on how the main page looks or how the other files are organized,
but it gets everything roughly into shape. If the glance team wants to
make changes, please do those as follow-up patches

This change depends on the spec and on a feature of pbr that allows us
to move where the auto-generated class reference documentation ends up
in the tree.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb
Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Atsushi SAKAI 60d3146965 Fix five typos on doc
manangement => management
varibles    => variables
VMWare      => VMware
specificed  => specified
succeeed    => succeed

Change-Id: I5e2d904f11be4c3366c1ae943c33599be411a5e8
2016-08-22 10:13:09 +09:00
Niall Bunting 61ffb49f9e Cache documentation about differences in files.
This patch adds more details to the documentation about the
``glance-api.conf`` and ``glance-cache.conf``.

Closes-Bug: 1531906
Change-Id: I2bfd2a44992850dd74b9e835f803fd878706ccad
2016-02-16 09:50:16 +00:00
Niall Bunting 3ab790a720 Update the cache documentation
This adds all the configuration options to the documentation. To
make it easier in future to see what a user has control over.

Change-Id: Ib68ccb793f68b05e7d9fd89bb91211206e33959a
Closes-Bug: 1531906
2016-01-08 12:02:55 +00:00
Yusuke Ide 4f64c00547 Add detail description of image_cache_max_size
The description of 'image_cache_max_size' was ambiguous. There was not
the certainty that the 'image_cache_max_size' parameter was about the
aggregate size of the cache or a per image limit.
The 'image_cache_max_size' is an upper limit beyond which pruner,
if running, starts cleaning the images cache.
Hence added detail description of 'image_cache_max_size' in document
and configuration file.

Bug: #1411813
Change-Id: Ide8e087db544aeea1990bac92c97cb9ca9f0b522
2015-02-07 09:00:47 +09:00
Nassim Babaci 70d2c8c2d8 fix comments and docstrings misspelled words
Change-Id: I355b6fedf372b1273ceaebe22e8e890aa9c913c9
Closes-bug: #1267103
2014-01-08 17:03:44 +01:00
annegentle a2b9bed75d Updates OpenStack LLC with OpenStack Foundation
Patchset addresses reviewer's comments, rebase against master,
and follows new guidance from Foundation:
http://wiki.openstack.org/Documentation/Copyright

Change-Id: I94367461505778973528eb8835d991f4fb796dab
2013-02-17 19:19:43 -08:00
Brian Waldon d453def814 Remove glance-cache-queue-image
* bin/glance-cache-queue-image duplicates functionality provided by
  bin/ glance-cache-manage, and it is currently broken. Let's just remove it.

Change-Id: Ib18be2116055154047df6ca9b4c335323c8b2dde
2012-03-15 14:26:59 -07:00
Brian Waldon d9f4cbfa75 General docs cleanup
Change-Id: If60b8f4bca81add9353fe1e0c6e26eb3d4230d53
2012-03-14 14:07:24 -07:00
Jay Pipes 8878046089 Fixes LP Bug#837817 - bin/glance cache disabled
This patch removes the cache management commands
from the main bin/glance client and puts them in
a bin/glance-cache-manage program. It also adds
a number of cache management calls to manage the
cache queue via the HTTP API.

The reason I moved the cache management commands
into a separate utility is that I'm thinking towards
the future, where we have a separate admin API, and
having a separate management utility seemed like the
best way to go.

Change-Id: Ic916a72f39516a06be27ea6c8ef69eb9e1a70936
2011-11-15 07:02:02 -05:00
Jay Pipes 2a5a0e9a35 Fixes LP Bug#878411 - No docs for image cache
Adds documentation on managing the image cache

Adds a simple CLI program to queue an image for
caching.

Change-Id: I2b4c9708c521fdcfaf1c6b8f07505e130923c4b7
2011-11-09 13:40:49 -05:00