yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38901
[Bug 1499091] [NEW] Cannot create flavor with printable characters outside of 0xFFFF range
Public bug reported:
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'\U000200B', it will fail with this error.
HTTP exception thrown: Invalid input received: Flavor names can only
contain printable characters and horizontal spaces.
** Affects: nova
Importance: Undecided
Assignee: Christine Wang (ijuwang)
Status: New
** Changed in: nova
Assignee: (unassigned) => Christine Wang (ijuwang)
--
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):
New
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'\U000200B', 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
Follow ups