Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Christopher Armstrong
On Tue, Feb 18, 2014 at 11:14 AM, Jay S Bryant wrote: > All, > > Myself and Jim Carey have been working on getting the right solution for > making lazy_translation work through Nova and Cinder. > > The patch should have also had changes to remove the use of str() in any > LOG or exception message

Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Jay S Bryant
t: Re: [openstack-dev] [Heat] lazy translation is breaking Heat On 2014-02-18 09:15, Christopher Armstrong wrote: This change was recently merged: https://review.openstack.org/#/c/69133/ Unfortunately it didn't enable lazy translations for the unit tests, so it didn't catch

Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Ben Nemec
On 2014-02-18 09:15, Christopher Armstrong wrote: > This change was recently merged: > > https://review.openstack.org/#/c/69133/ [1] > > Unfortunately it didn't enable lazy translations for the unit tests, so it > didn't catch the many places in Heat that won't work when lazy translations

Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Christopher Armstrong
I've filed a bug about this, https://bugs.launchpad.net/heat/+bug/1281644 On Tue, Feb 18, 2014 at 9:15 AM, Christopher Armstrong < chris.armstr...@rackspace.com> wrote: > This change was recently merged: > > https://review.openstack.org/#/c/69133/ > > Unfortunately it didn't enable lazy translat

Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Thomas Herve
> This change was recently merged: > > https://review.openstack.org/#/c/69133/ > > Unfortunately it didn't enable lazy translations for the unit tests, so it > didn't catch the many places in Heat that won't work when lazy translations > are enabled. Notably there are a lot of cases where the cod

[openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Christopher Armstrong
This change was recently merged: https://review.openstack.org/#/c/69133/ Unfortunately it didn't enable lazy translations for the unit tests, so it didn't catch the many places in Heat that won't work when lazy translations are enabled. Notably there are a lot of cases where the code adds the res