The TC is removing the tag framework and has already removed most
of the tags mentioned in the README. This removes the link and
references.
Change-Id: Ia7c95728e3ee4cf7455dc2b7f663d36bb6759fcb
Now that we are using gitea the contents of our README.rst are
more prominently displayed. Starting it with a "Team and repository
tags" title is a bit confusing. This change makes it start with the
name of the project instead.
Change-Id: I538c8db4b45eb3f65dfe48f0c3ce006a8dfee4df
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I17c97cb7655bdedc3927f4883b45ba4dcfc55516
The release notes link was failing twine linting checks. This updates
the link to be anonymous which avoid the conflict.
Change-Id: I9d0a9f47d8c7a6de91a0fb35e2862e92d511dc72
Delete tag: "team:diverse-affiliation";
Add release notes information and update other old links in README.
Change-Id: I5b165a81cedbbc83f99ba339a5ac695f6dcef21b
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