flavor name is restricted to ascii characters

Bug #1241625 reported by Danielle Carmon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
Luis A. Garcia

Bug Description

Flavor name is restricted to [a-zA-Z0-9_.- ] during create. This will not allow characters from languages other than english.

Luis A. Garcia (luisg-8)
Changed in nova:
assignee: nobody → Luis A. Garcia (luisg-8)
Luis A. Garcia (luisg-8)
summary: - [Work Item 169361] [Globalization] flavor name is restricted to be
- alphanumeric
+ flavor name is restricted to be alphanumeric
summary: - flavor name is restricted to be alphanumeric
+ flavor name is restricted to ascii characters
Changed in nova:
status: New → In Progress
Mark McLoughlin (markmc)
Changed in nova:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/52550
Committed: http://github.com/openstack/nova/commit/825499fffc7a320466e976d2842e175c2d158c0e
Submitter: Jenkins
Branch: master

commit 825499fffc7a320466e976d2842e175c2d158c0e
Author: Luis A. Garcia <email address hidden>
Date: Thu Oct 17 23:38:19 2013 +0000

    Enable non-ascii characters in flavor names

    The current implementation provided under commit e6b42d made it so that
    flavor names did not have special characters (e.g. *&^%$ etc. except for
    -._ and space) however it also limited names to only ascii letters.

    This patch makes it so that special characters are still not allowed,
    except the ones currently allowed, but it allows the use of non-ascii
    characters so that flavor names can be created in locales other than
    English.

    Change-Id: I056451a5e8b7a49f86e0a11d0011393dc769db34
    Closes-bug: #1241625

Changed in nova:
status: In Progress → Fix Committed
Changed in nova:
milestone: none → icehouse-1
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: icehouse-1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.