The diverse-affiliation tag was restored to Glance on 2017-09-05
by change I9c61fb6d09a51adbe0a3b4bf2098ec1c98ea33e1
This reverts commit f1f1e9f21df703e3afed518269713fdd73dccda3.
Change-Id: I37ef1756328254f5d2cd867907b29b25d4d286d4
The RST image directive takes an alt parameter that's used to supply an
alt attribute for the HTML image element that's generated during RST
to HTML conversion. The alt text is useful for accessibility purposes
and is also displayed if the image source is unavailable when the HTML
is generated. Because of the latter point, we can't rely on the
accessibility features of the SVG image, we need to maintain some info
here in the README.rst file.
Change-Id: I598a99237b8581995e79be96172a42a752107357
Adding readme.rst information for developers and operators
to better learning and development. A lot of information
is copied from the new Nova README file. Also updated the
description of Glance to be consistent with the current
mission statement.
Change-Id: I77583203ed88fec8ec598aa9f979502c094fc596
Implements: blueprint metadata-schema-catalog
A common API hosted by the Glance service for vendors, admins,
services, and users to meaningfully define available key / value
pair and tag metadata. The intent is to enable better metadata
collaboration across artifacts, services, and projects for
OpenStack users.
This is about the definition of the available metadata that can
be used on different types of resources (images, artifacts,
volumes, flavors, aggregates, etc). A definition includes the
properties type, its key, it's description, and it's constraints.
This catalogue will not store the values for specific instance
properties.
Change-Id: Ib1c1abf80879fb6dcd5ee30c7d2bc65b0ba720d5
DocImpact
Co-Authored-By: Lakshmi N Sampath <lakshmi.sampath@hp.com>
Co-Authored-By: Wayne Okuma <wayne.okuma@hp.com>
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Co-Authored-By: Pawel Koniszewski <pawel.koniszewski@intel.com>
Co-Authored-By: Michal Jastrzebski <michal.jastrzebski@intel.com>
Co-Authored-By: Michal Dulko <michal.dulko@intel.com>
* Adds HACKING.rst -- with some modifications that do not apply
to Glance
* Renames README to README.rst
* Remove old cruft with rfc.sh and BZR stuff
Change-Id: I1ff640fcee71e4d9bafa28ddd83c779ac4d702d2