gantt/gantt/openstack/common
Don Dugger 459faeb361 Rename nova subdirectory to gantt
This is the new repo for the scheduler service, based upon the original nova
scheduler but pared down to only include the scheduler code.  As such, rename
the nova sub-tree to the more appropriatly named gantt.

Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2013-12-11 14:10:58 -07:00
..
config Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
db Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
fixture Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
middleware Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
notifier Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
rootwrap Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
rpc Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
README Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
__init__.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
cliutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
context.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
eventlet_backdoor.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
excutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
fileutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
gettextutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
imageutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
importutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
jsonutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
local.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
lockutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
log.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
log_handler.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
loopingcall.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
memorycache.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
network_utils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
periodic_task.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
policy.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
processutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
service.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
sslutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
strutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
threadgroup.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
timeutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
uuidutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
versionutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07:00
xmlutils.py Rename nova subdirectory to gantt 2013-12-11 14:10:58 -07: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.