Skip to content

Commit

Permalink
Update api-ref for enhanced tag mechanism
Browse files Browse the repository at this point in the history
Tag mechanism has two extensions. They supports networks,
subnets, ports, subnet pools, and routers.
This patch describes which extensions supports them.

Change-Id: I0eff6f69ab71066fc9a5c4ea35d6d9af11e37571
Related-Bug: #1662102
  • Loading branch information
Hirofumi Ichihara committed Feb 8, 2017
1 parent b04cca9 commit 4683585
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions api-ref/source/v2/tags.inc
Expand Up @@ -3,13 +3,24 @@
Tag extension (tags)
====================

Shows details for, updates, and deletes tags. This extension is
available since Mitaka release.
Shows details for, updates, and deletes tags.

The maximum number of characters allowed in a tag is 60. If the length
is longer than 60, the API returns the HTTP ``Bad Request (400)`` response
code with 'invalid input for operation' error message.

Tag Extension
=============

The ``tag`` extension allows users to set tags on their networks.
This extension supports networks only.

Enhanced Tag Extension
======================

The ``tag-ext`` extension allows users to set tags on their resources.
This extension supports subnets, ports, routers, and subnet pools.

Replace all tags
================

Expand Down

0 comments on commit 4683585

Please sign in to comment.