yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23844
[Bug 1382318] [NEW] NoValidHost failure when trying to spawn instance with unicode name
Public bug reported:
Using the libvirt driver on Juno RC2 code, trying to create an instance
with unicode name:
"\uff21\uff22\uff23\u4e00\u4e01\u4e03\u00c7\u00e0\u00e2\uff71\uff72\uff73\u0414\u0444\u044d\u0628\u062a\u062b\u0905\u0907\u0909\u20ac\u00a5\u5642\u30bd\u5341\u8c79\u7af9\u6577"
Blows up:
http://paste.openstack.org/show/121560/
The libvirt config code shouldn't be casting values to str(), it should
be using six.text_type.
** Affects: nova
Importance: Medium
Assignee: Matt Riedemann (mriedem)
Status: Triaged
** Tags: i18n juno-backport-potential libvirt
** Changed in: nova
Importance: Undecided => Medium
** Changed in: nova
Status: New => Triaged
** Changed in: nova
Assignee: (unassigned) => Matt Riedemann (mriedem)
** Tags added: juno-backport-potential
--
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/1382318
Title:
NoValidHost failure when trying to spawn instance with unicode name
Status in OpenStack Compute (Nova):
Triaged
Bug description:
Using the libvirt driver on Juno RC2 code, trying to create an
instance with unicode name:
"\uff21\uff22\uff23\u4e00\u4e01\u4e03\u00c7\u00e0\u00e2\uff71\uff72\uff73\u0414\u0444\u044d\u0628\u062a\u062b\u0905\u0907\u0909\u20ac\u00a5\u5642\u30bd\u5341\u8c79\u7af9\u6577"
Blows up:
http://paste.openstack.org/show/121560/
The libvirt config code shouldn't be casting values to str(), it
should be using six.text_type.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1382318/+subscriptions
Follow ups
References