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