Comment 1 for bug 1241625

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