keystone/releasenotes/notes/project-tags-1e72a6779d9d02c5.yaml
Gage Hugo 0579dec0b9 Add project tags api-ref documentation and reno
This change creates a new page describing the usage of project tags
as well as adds in project tag information into existing projects
refs. The added document highlights the properties of a project
tag, the new API calls created, filtering/searching uses, and examples
for each.

This change also creates a release note for the changes made
that add project tags.

Change-Id: Icff11da9412378ae59c6f392f98b05475c7c501d
Partially-Implements: bp project-tags
2017-10-17 17:56:29 -05:00

19 lines
750 B
YAML

---
features:
- |
[`blueprint project-tags <https://blueprints.launchpad.net/keystone/+spec/project-tags>`_]
Projects have a new property called tags. These tags
are simple strings that can be used to allow projects
to be filtered/searched. Project tags will have the
following properties:
* Tags are case sensitive
* '/' and ',' are not allowed to be in a tag
* Each project can have up to 100 tags
* Each tag can be up to 255 characters
See `Project Tags <https://developer.openstack.org/api-ref/identity/v3/#project-tags>`_
Project tags are implemented following the guidelines
set by the `API Working Group <https://specs.openstack.org/openstack/api-wg/guidelines/tags.html>`_