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