Patchset addresses reviewer's comments, rebase against master,
and follows new guidance from Foundation:
http://wiki.openstack.org/Documentation/Copyright
Change-Id: I94367461505778973528eb8835d991f4fb796dab
Link out to the necessary python-glanceclient resources rather than
maintain docs on legacy usage.
Related to bp glance-folsom-docs-cleanup
Change-Id: I769cd21b900df353e7eee3d675989b1ad32f8edf
This page is duplicated several times over on the wiki, let's get rid of
it rather than worry about keeping it up to date.
Change-Id: I09a9c093b708526d6c73eb270b05131bfb715af0
* Rewords how we refer to to our 'reference' implementation of the registry
API. glance-registry is an implementation detail of the main glance API, not
an example of a community-driven API spec
* Remove duplicate 'gettingstarted' information
* Fixes bug 954554
Change-Id: I889f61a399c398897f2146b756b2c3c310847718
Adds documentation on managing the image cache
Adds a simple CLI program to queue an image for
caching.
Change-Id: I2b4c9708c521fdcfaf1c6b8f07505e130923c4b7
properly with invalid or mismatched disk and container formats.
Adds documentation on disk and container formats. Updates
existing documentation to remove references to the now-gone
type column and replaces these references with disk_format
and container_format.
Reworked the validates_image() method in the registry.db.api
to be like what Rick was describing in reviews.
a user to administer the Glance server:
* add images
* update image metadata
* delete images and metadata
* delete all images (clear)
* show an image
* list public images
* show detailed info on public images
Adds documentation for the tool and cleans up a few issues
that came up in initial testing.
program based on Swift's swift-init script.
Adds a crap-ton of documentation on installing Glance and
controlling Glance's server programs.
This was necessary since when glance.common.server was removed
from Glance and paste.deploy used, we lost the ability to control
server daemonization with CLI options. This adds back some of that
functionality while still using paste.deploy like Swift does.
* Makes HEAD /images/<ID> return metadata in headers
* Make GET /images/<ID> return image data with metadata
in headers
Updates docs some (more needed)
Next steps:
* Update main GlanceClient class to encapsulate entire Glance API
and hide RegistryClient from normal usage
* Refactor registry database API and schema