nova/nova
Todd Willey 831f398653 Fix renaming of instance fields using update_instance method. 2011-03-04 14:01:25 -05:00
..
api Fix renaming of instance fields using update_instance method. 2011-03-04 14:01:25 -05:00
auth changed from 003-004 migration 2011-02-17 17:39:03 -04:00
cloudpipe Merge trunk and handle flagfiles with kid-gloves in nova-api. Rename some flags for clarity. 2011-01-12 17:35:09 -05:00
compute Use %s in case instance_id came through as a string 2011-03-03 18:21:54 +00:00
console fixes for various logging errors and issues 2011-02-20 23:16:10 -08:00
db moved migration to 008 (sigh) 2011-03-02 17:54:04 -08:00
image Updates to that S3ImageService kernel_id and ramdisk_id mappings work with 2011-02-14 19:51:51 -05:00
network Fixed pep8 issues, applied jaypipes suggestion 2011-03-01 21:58:28 +01:00
objectstore replace context.user.is_admin() with context.is_admin because it is much faster 2011-02-18 22:49:13 -08:00
scheduler makes sure that : is in the availability zone before it attempts to use it to send instances to a particular host 2011-01-27 14:14:10 -08:00
tests Updated DescribeKeyPairs response tag checked in nova/tests/test_cloud.py 2011-03-04 00:30:19 +09:00
virt Fix regression in the way libvirt_conn gets its instance_types 2011-03-03 13:55:01 +01:00
volume Documentation fixes so that output looks better 2011-02-23 22:47:57 -08:00
__init__.py more smoketest fixes 2011-01-20 00:14:42 -08:00
adminclient.py Fix copypasta pep8 violation. 2011-02-24 14:36:15 -05:00
context.py woops 2011-01-30 16:04:52 -08:00
crypto.py Apply logging changes as a giant patch to work around the cloudpipe delete + add issue in the original patch. 2011-01-04 00:23:35 -05:00
exception.py Fixes NotFound messages in api to show the ec2_id. 2011-01-27 10:48:00 -08:00
fakememcache.py clean up tests and add overriden time method to utils 2010-12-15 11:23:33 -08:00
fakerabbit.py Completed first pass at converting all localized strings with multiple format substitutions. 2011-01-18 21:00:28 -05:00
flags.py Make tests start with a clean database for every test. 2011-02-25 01:04:25 +00:00
log.py Removes processName from debug output since we aren't using multiprocessing and it doesn't exist in python 2.6.1 2011-02-24 19:50:27 +00:00
manager.py updates per review 2010-12-14 16:05:39 -08:00
quota.py Initial support for per-instance metadata, though the OpenStack API. Key/value pairs can be specified at instance creation time and are returned in the details view. Support limits based on quota system. 2011-02-17 15:00:18 -08:00
rpc.py Add error message to the error report so we know why the AMQP server is unreachable 2011-03-25 05:30:36 +00:00
service.py updates to nova.flags to get help working better 2011-02-23 15:14:16 -08:00
test.py replaced ugly INSTANCE_TYPE constant with (slightly less ugly) stubs 2011-02-28 16:28:46 -08:00
twistd.py switch to explicit call to logging.setup() 2011-02-21 13:46:41 -08:00
utils.py Helper function that supports XPath style selectors to traverse an object tree e.g. 2011-02-23 22:50:33 +00:00
version.py Open Cactus development. 2011-02-02 11:23:08 +01:00
wsgi.py Merged trunk 2011-02-22 17:16:43 +01:00