← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1621392] [NEW] emit_event() is failing when locale/language is changed to other than english

 

Public bug reported:

https://github.com/openstack/nova/blob/master/nova/virt/driver.py#L1439
is causing emit_event() failure

Even though debug is not on, this line is causing emit_event() method
failure.

2016-09-07 01:57:36.286 89568 INFO nova_powervm.virt.powervm.driver [req-9ef673ff-6d82-4a8e-b1fc-b7b635bc5bc8 - - - - -] [instance: bbb4890e-4e7f-47aa-b18f-cac527085966] Sending life cycle event for instance state change to: running
2016-09-07 01:57:36.287 89568 ERROR nova.virt.driver [req-9ef673ff-6d82-4a8e-b1fc-b7b635bc5bc8 - - - - -] Exception dispatching event <LifecycleEvent: 1473227856.29, bbb4890e-4e7f-47aa-b18f-cac527085966 => [G'Startedฏูİı|]>: 'ascii' codec can't encode characters in position 82-86: ordinal not in range(128)

** Affects: nova
     Importance: Undecided
         Status: New

** Project changed: tacker => nova

-- 
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/1621392

Title:
  emit_event() is failing when locale/language is changed to other than
  english

Status in OpenStack Compute (nova):
  New

Bug description:
  https://github.com/openstack/nova/blob/master/nova/virt/driver.py#L1439
  is causing emit_event() failure

  Even though debug is not on, this line is causing emit_event() method
  failure.

  2016-09-07 01:57:36.286 89568 INFO nova_powervm.virt.powervm.driver [req-9ef673ff-6d82-4a8e-b1fc-b7b635bc5bc8 - - - - -] [instance: bbb4890e-4e7f-47aa-b18f-cac527085966] Sending life cycle event for instance state change to: running
  2016-09-07 01:57:36.287 89568 ERROR nova.virt.driver [req-9ef673ff-6d82-4a8e-b1fc-b7b635bc5bc8 - - - - -] Exception dispatching event <LifecycleEvent: 1473227856.29, bbb4890e-4e7f-47aa-b18f-cac527085966 => [G'Startedฏูİı|]>: 'ascii' codec can't encode characters in position 82-86: ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1621392/+subscriptions


Follow ups