yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46623
[Bug 1499091] Re: Cannot create flavor with printable characters outside of 0xFFFF range
No back end storage works with 5 byte utf8 atm. So changing input
validation is not useful. This is a won't fix until mysql does support 5
byte utf8.
** Changed in: nova
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1499091
Title:
Cannot create flavor with printable characters outside of 0xFFFF range
Status in OpenStack Compute (nova):
Won't Fix
Bug description:
There are a lot of printable character outside of 0xFFFF range. With
the current flavor validation check, it would only allow characters
within the 0xFFFF range.
For example, if we create a flavor with character like '𠀋' which is
u'\U0002000B', it will fail with this error.
HTTP exception thrown: Invalid input received: Flavor names can only
contain printable characters and horizontal spaces.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1499091/+subscriptions
References