nova/releasenotes/notes/bp-instance-tags-3acb227083320796.yaml
Sergey Nikitin 537df23d85 Added server tags support in nova-api
Added new API microversion which allows the following:
- add tag to the server
- replace set of server tags with new set of tags
- get information about server, including list of tags for server
- get just list of tags for server
- check if tag exists on a server
- remove specified tag from server
- remove all tags from server
- search servers by tags

DocImpact
APIImpact

Implements: blueprint tag-instances

Change-Id: I9573aa52aae9f49945d8806ca5e52ada29fb087a
2016-04-06 16:38:21 +03:00

5 lines
146 B
YAML

---
features:
- Microversion v2.26 allows to create/update/delete simple string tags.
They can be used for filtering servers by these tags.