yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32942
[Bug 1455730] [NEW] i18n module not importing
Public bug reported:
I've recently upgraded my test cluster from juno to kilo-rc1 and I've
run into the following error on Ubuntu 14.04. When running glance-manage
--debug db_sync I get the following report:
Traceback (most recent call last):
File "/usr/bin/glance-manage", line 6, in <module>
from glance.cmd.manage import main
File "/usr/lib/python2.7/dist-packages/glance/cmd/__init__.py", line 21, in <module>
from glance import i18n
File "/usr/lib/python2.7/dist-packages/glance/i18n.py", line 16, in <module>
from oslo.i18n import * # noqa
I believe that I've got the correct packages installed, dpkg -l gives me:
python-oslo.i18n 1.5.0-0ubuntu1~cloud0
and pip list:
oslo.i18n (1.5.0)
I'm running the most recent version of kilo-rc1
(1:2015.1.0-0ubuntu1~cloud0). Like I said, I'm upgrading from a working
juno cluster and my upgrade process has been to loop in the ppa and do
an automated upgrade.
Happy to provide any additional information or logs.
** Affects: glance
Importance: Undecided
Status: New
** Tags: glance-manage oslo
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1455730
Title:
i18n module not importing
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Bug description:
I've recently upgraded my test cluster from juno to kilo-rc1 and I've
run into the following error on Ubuntu 14.04. When running glance-
manage --debug db_sync I get the following report:
Traceback (most recent call last):
File "/usr/bin/glance-manage", line 6, in <module>
from glance.cmd.manage import main
File "/usr/lib/python2.7/dist-packages/glance/cmd/__init__.py", line 21, in <module>
from glance import i18n
File "/usr/lib/python2.7/dist-packages/glance/i18n.py", line 16, in <module>
from oslo.i18n import * # noqa
I believe that I've got the correct packages installed, dpkg -l gives me:
python-oslo.i18n 1.5.0-0ubuntu1~cloud0
and pip list:
oslo.i18n (1.5.0)
I'm running the most recent version of kilo-rc1
(1:2015.1.0-0ubuntu1~cloud0). Like I said, I'm upgrading from a
working juno cluster and my upgrade process has been to loop in the
ppa and do an automated upgrade.
Happy to provide any additional information or logs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1455730/+subscriptions
Follow ups
References