No formal statement of project name restrictions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Steve Martinelli |
Bug Description
I am unable to find any official documentation on project name restrictions. The only two that can be found are 1. It must be uniqe within the domain and 2. No more than 64 characters.
http://
"name: The name of the project, which must be unique within the owning domain. A project can have the same name as its domain."
https:/
The name must be sent in a valid json which could be any utf-8 character, but does that always work within limits of all backends that use MySQL. MySQL's restrictions state utf-8, but "can contain only characters in the Basic Multilingual Plane (BMP). Supplementary characters are not permitted in identifiers."
https:/
Please add documentation for restrictions on project names beyond uniqueness and character count.
affects: | openstack-api-site → keystone |
Changed in keystone: | |
milestone: | none → ocata-1 |
importance: | Undecided → Low |
tags: | added: documentation |
tags: | added: api-ref |
Fix proposed to branch: master /review. openstack. org/385241
Review: https:/