gantt/nova/openstack/common
daisy-ycguo 146ca0db8c Wrap log messages with _()
bug 1075082

There are a few log messages without _(), but a lot messages with _().
Wrap these log messages with _() in order to make the code consistent.

Change-Id: Ibaff2c352df925f7e00d5a62d111ef73f60c944b
2012-11-21 23:37:53 +08:00
..
notifier Sync latest code from oslo-incubator. 2012-11-13 14:25:31 -05:00
plugin Sync changes from openstack common 2012-08-16 18:09:46 -07:00
rpc Wrap log messages with _() 2012-11-21 23:37:53 +08:00
__init__.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
cfg.py Sync latest code from oslo-incubator. 2012-11-13 14:25:31 -05:00
context.py Switch to common notifiers. 2012-07-06 22:08:42 -05:00
eventlet_backdoor.py Sync eventlet_backdoor from oslo. 2012-11-16 09:45:07 -05:00
excutils.py Sync some updates from openstack-common 2012-09-05 11:24:50 +01:00
fileutils.py Migrate to fileutils and lockutils. 2012-10-25 09:20:46 +11:00
gettextutils.py Sync latest code from oslo-incubator. 2012-11-13 14:25:31 -05:00
importutils.py Sync some updates from openstack-common 2012-09-05 11:24:50 +01:00
iniparser.py Sync with latest version of openstack.common.cfg 2012-08-10 11:57:58 +01:00
jsonutils.py Update jsonutils from openstack-common. 2012-07-23 12:26:55 -04:00
local.py Use thread local storage from openstack.common. 2012-04-04 11:47:55 -04:00
lockutils.py Sync latest code from oslo-incubator. 2012-11-13 14:25:31 -05:00
log.py sync deprecated log method from openstack-common 2012-11-02 09:15:58 -04:00
network_utils.py Support for several HA RabbitMQ servers. 2012-09-26 18:59:20 +00:00
policy.py Update policies 2012-10-19 15:25:33 +00:00
README Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
setup.py Sync latest code from oslo-incubator. 2012-11-13 14:25:31 -05:00
timeutils.py Sync with latest version of openstack.common.timeutils 2012-10-23 16:39:03 +08:00
uuidutils.py Update uuidutils from openstack common. 2012-11-12 18:50:12 -05:00

openstack-common
----------------

A number of modules from openstack-common are imported into this project.

These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:

  http://wiki.openstack.org/CommonLibrary#Incubation

The copy of the code should never be directly modified here. Please
always update openstack-common first and then run the script to copy
the changes across.