Commit Graph

1800 Commits

Author SHA1 Message Date
Vishvananda Ishaya 21d4fce6dd merged and fixed conflicts 2010-10-27 16:37:40 -07:00
Vishvananda Ishaya 0211ec7d61 updates to auth, concepts, and network, fix of docstring 2010-10-27 16:33:25 -07:00
Todd Willey a1287cf4e1 cleanup rrd doc generation. 2010-10-27 17:31:46 -04:00
Todd Willey 55a0cfc96b Doc skeleton from collaborative etherpad hack session. 2010-10-27 15:52:06 -04:00
Todd Willey 32a75c0181 Doc updates. 2010-10-27 13:49:27 -04:00
Todd Willey 8e12d65af4 New structure for documentation. 2010-10-27 00:05:42 -04:00
Anne Gentle fd68eec136 Adding Google Analytics code to nova.openstack.org. 2010-10-26 18:04:05 +00:00
Vishvananda Ishaya 4f05f148e6 Fixes service unit tests after tornado excision. 2010-10-26 16:49:10 +00:00
Anne Gentle cce61a2d29 Added Google Analytics code 2010-10-26 09:06:37 -05:00
Vishvananda Ishaya 23ab6ceedd merged gundlach's excision 2010-10-25 23:08:57 -07:00
Michael Gundlach f0d79d7d60 Oops, didn't mean to check this one in. Ninja-patch 2010-10-26 11:58:46 -04:00
Michael Gundlach ba6d929320 Delete BaseTestCase and with it the last reference to tornado.
Requires commenting out some service_unittest tests which were silently failing under BaseTestCase and which now fail under TrialTestCase.  vishy says he wrote the code and thinks he knows what is going wrong.
2010-10-26 11:48:20 -04:00
Vishvananda Ishaya 627a968e79 fix completely broken ServiceTestCase 2010-10-25 23:04:49 -07:00
Vishvananda Ishaya 11802b76c0 Removes some cruft from sqlalchemy/models.py like unused imports and the unused str_id method. 2010-10-26 01:38:53 +00:00
Vishvananda Ishaya a1d907d567 Adds rescue and unrescue commands. 2010-10-26 00:44:23 +00:00
Vishvananda Ishaya 8ccdae9755 actually remove the conditional 2010-10-25 17:20:10 -07:00
Vishvananda Ishaya 5318bf1100 fix tests by removing missed reference to prefix and unnecessary conditional in generate_uid 2010-10-25 17:15:56 -07:00
Jesse Andrews ebffd9cb35 validates device parameter for attach-volume 2010-10-25 21:44:02 +00:00
Andy Smith 954c91e315 Remove the last vestigial bits of tornado code still in use.
An IP lawyer may want to comment on whether we need to assign copyright for the relavent 5 lines.
2010-10-25 20:44:19 +00:00
Jesse Andrews 02e0b75e85 update error message 2010-10-25 10:43:03 -07:00
Michael Gundlach c3fbd2f095 Exceptions in the OpenStack API will be converted to Faults as they should be, rather than barfing a stack trace to the user. 2010-10-25 16:34:22 +00:00
Michael Gundlach daa2569eda pep8 2010-10-25 12:25:50 -04:00
Michael Gundlach e2746b3e4a pep8 2010-10-25 12:23:55 -04:00
Michael Gundlach 1d5e07419f Merge from trunk 2010-10-25 12:22:29 -04:00
Andy Smith 2e67031ffb Duplicate the two trivial escaping functions remaining from tornado's code and remove the dependency. 2010-10-25 19:21:09 +09:00
Vishvananda Ishaya 0e98d027d1 Removed unused imports and left over references to str_id 2010-10-24 23:26:03 -07:00
Vishvananda Ishaya 0c7b1ea797 logging.warn not raise logging.Warn 2010-10-24 19:52:02 -07:00
Vishvananda Ishaya 9ee74816c0 add NotFound to fake.py and document it 2010-10-24 17:22:29 -07:00
Vishvananda Ishaya a80b06285d add in the xen rescue template 2010-10-24 17:18:24 -07:00
Vishvananda Ishaya 4948fed24d pep 8 cleanup and typo in resize 2010-10-24 16:04:35 -07:00
Vishvananda Ishaya eecef70fcd add methods to cloud for rescue and unrescue 2010-10-24 15:37:55 -07:00
Vishvananda Ishaya 5fdcbd6c83 update tests 2010-10-24 15:06:42 -07:00
Vishvananda Ishaya 23e81319f8 merged trunk and fixed conflicts/changes 2010-10-24 14:57:37 -07:00
Eric Day 81e8c5256c Another pep8 cleanup branch for nova/tests, should be merged after lp:~eday/nova/pep8-fixes-other. After this, the pep8 violation count is 0! 2010-10-23 00:04:02 +00:00
Vishvananda Ishaya 84797205fc Changes block size for dd to a reasonable number. 2010-10-22 22:09:10 +00:00
Eric Day e8ffba4d23 Another pep8 cleanup branch for nova/api, should be merged after lp:~eday/nova/pep8-fixes. 2010-10-22 21:58:59 +00:00
Rick Clark 685e2a1b4b Created Authors file. 2010-10-22 19:18:52 +00:00
Rick Clark 947203a467 Actually adding Authors file. 2010-10-22 14:06:34 -05:00
Rick Clark 0d10dcadc1 Created Authors file and added to manifest for Austin Release 2010-10-22 13:47:22 -05:00
Vishvananda Ishaya 48fcb75785 speed up disk generation by increasing block size 2010-10-22 01:54:58 -07:00
Eric Day a53aea8fed PEP8 cleanup in nova/tests, except for tests. There should be no functional changes here, just style changes to get violations down. 2010-10-22 00:48:27 -07:00
Eric Day 8c6ef13804 PEP8 cleanup in nova/*, except for tests. There should be no functional changes here, just style changes to get violations down. 2010-10-21 17:15:21 -07:00
Eric Day 7af25f1476 PEP8 cleanup in nova/db. There should be no functional changes here, just style changes to get violations down. 2010-10-21 16:15:26 -07:00
Eric Day 777b14c27b PEP8 cleanup in nova/api. There should be no functional changes here, just style changes to get violations down. 2010-10-21 15:26:06 -07:00
Eric Day e012a2b737 PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down. 2010-10-21 11:49:51 -07:00
Jesse Andrews 943e8bcda4 validate device in AttachDisk 2010-10-21 08:42:15 -07:00
Anne Gentle 3e3407f2e4 Cleanup of doc for dependencies (redis optional, remove tornado, etc). Please check for accuracy. 2010-10-21 00:49:01 +00:00
Vishvananda Ishaya f94bdc1c7b Delays the creation of the looping calls that that check the queue until startService is called. 2010-10-21 00:39:01 +00:00
Anne Gentle 7233ed2e35 Made updates based on review comments. 2010-10-20 17:06:51 -05:00
Todd Willey 8f55f8a93b Authorize image access instead of just blindly giving it away. 2010-10-20 21:34:27 +00:00