From 22f4aedb857073cf29923c78d5185df4e2e03539 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 18 Jul 2017 17:47:22 -0400 Subject: [PATCH] Do not mention that tags are case sensitive in docs Because MySQL is case insensitive by default, and this is something that depends on the database backend in the cloud, let's not mention that tags are case sensitive in the API. Change-Id: I6efa9d6a5c598ac7a5c898d63b6a4b1934560b80 Related-Bug: #1538011 --- api-ref/source/os-server-tags.inc | 2 -- api-ref/source/parameters.yaml | 2 -- nova/api/openstack/compute/rest_api_version_history.rst | 1 - 3 files changed, 5 deletions(-) diff --git a/api-ref/source/os-server-tags.inc b/api-ref/source/os-server-tags.inc index c672ccedc8..96fbad73fb 100644 --- a/api-ref/source/os-server-tags.inc +++ b/api-ref/source/os-server-tags.inc @@ -15,8 +15,6 @@ Tags have the following restrictions: - Tag is a non-empty string. -- Tags are case sensitive. - - '/' is not allowed to be in a tag name - Comma is not allowed to be in a tag name in order to simplify requests that diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index da3ef90ce4..14f5fa47d6 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -4978,8 +4978,6 @@ server_tags_create: - Tag is a non-empty string. - - Tags are case sensitive. - - '/' is not allowed to be in a tag name - Comma is not allowed to be in a tag name in order to simplify diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index aa8b7be0a4..1c974a8642 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -231,7 +231,6 @@ user documentation. * Tag is a Unicode bytestring no longer than 60 characters. * Tag is a non-empty string. - * Tags are case sensitive. * '/' is not allowed to be in a tag name * Comma is not allowed to be in a tag name in order to simplify requests that specify lists of tags