heat/heat/openstack/common
Shane Wang 8a688c0aaa Fix misspellings in heat
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I554143f00fe82154472e7eb6391291730dd3ddd4
Closes-Bug: #1257295
Closes-Bug: #1277515
2014-02-11 08:29:37 +08:00
..
config Sort the output of config/generator.py by group name 2014-01-02 13:13:55 +08:00
crypto Update base oslo modules 2014-01-24 21:06:31 +10:00
db Update oslo db 2014-01-24 21:06:31 +10:00
fixture Update base oslo modules 2014-01-24 21:06:31 +10:00
notifier Update base oslo modules 2014-01-24 21:06:31 +10:00
py3kcompat Update base oslo modules 2014-01-24 21:06:31 +10:00
rpc Update base oslo modules 2014-01-24 21:06:31 +10:00
README Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
__init__.py Update openstack-common in prep for pulling in common.rpc 2012-07-13 16:17:36 -07:00
context.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
eventlet_backdoor.py Update base oslo modules 2014-01-24 21:06:31 +10:00
excutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
fileutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
gettextutils.py Update olso gettextutils 2014-01-24 21:06:31 +10:00
importutils.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
jsonutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
local.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
lockutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
log.py Update base oslo modules 2014-01-24 21:06:31 +10:00
log_handler.py Update base oslo modules 2014-01-24 21:06:31 +10:00
loopingcall.py Update base oslo modules 2014-01-24 21:06:31 +10:00
network_utils.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
policy.py Update base oslo modules 2014-01-24 21:06:31 +10:00
processutils.py Fix misspellings in heat 2014-02-11 08:29:37 +08:00
service.py Update base oslo modules 2014-01-24 21:06:31 +10:00
sslutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
strutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
test.py Update base oslo modules 2014-01-24 21:06:31 +10:00
threadgroup.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
timeutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00
uuidutils.py oslo: update the remainder of the modules 2013-12-11 09:05:33 +11:00
versionutils.py Update base oslo modules 2014-01-24 21:06:31 +10:00

README

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.