Commit Graph

62070 Commits

Author SHA1 Message Date
Vishvananda Ishaya b1f4c7b2d3 use logger to print trace of unhandled exceptions 2010-06-24 04:12:00 +01:00
Vishvananda Ishaya 86f8138620 add exit status to nova-manage 2010-06-24 04:12:00 +01:00
Vishvananda Ishaya 3dcc46bc5c fix fakeldap so it can use redis keeper 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya c4c3167178 fix is_running failing because state was stored as a string 2010-06-24 04:11:59 +01:00
andy c32625c4bd more commands in nova-manage for projects and roles
Conflicts:

	bin/nova-manage
2010-06-24 04:11:59 +01:00
Vishvananda Ishaya fc5492bf3f More volume test fixes 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 20bc71348d typo in reboot instances 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 1c9c2ce227 Fix mount of drive for test image 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya f8f408c06a don't need sudo anymore 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 4bc38342cb Cleaning up smoketests 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 042eba0308 boto uses instance_type not size 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 4338f30114 Fix to volume smoketests 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 2793fc76e9 fix display of project name for admin in describe instances 2010-06-24 04:11:59 +01:00
Vishvananda Ishaya 08619dd37a make sure to deexpress before we remove the host since deexpress uses the host 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya e9e767ac1b fix error in disassociate address 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 9862d03914 fixed reversed filtering logic 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 933157bdc5 filter keypairs for vpn keys 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya fe4f0d3ffd allow multiple vpn connections with the same credentials 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 4f36ee72cb Added admin command to restart networks 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 8475e0b590 hide vpn instances unless you are an admin and allow run_instances to launch vpn image even if it is private 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 97c372a3fe typo in my ping call 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 4fb44e9d9e try to ping vpn instances 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 3eaab92123 sensible defaults for instance types 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya fb36a6ffa6 add missing import to pipelib 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 24a68b54d9 Give vpns the proper ip address 2010-06-24 04:11:58 +01:00
Vishvananda Ishaya 46337d3681 Fix format addresses 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 5718e8fca3 Release 0.2.2-2 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya e3b6e0537e fix more casing errors and make attachment set print 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 79549993f6 removed extraneous .volume_id 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 9ebd49fa09 don't allow volumes to be attached to the same mountpoint 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 9d5f9e12e2 fix case for volume attributes 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 090186c12f fix sectors off by one 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 49acf8b49a Don't use keeper for instances 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya bb2af5d05e fix default state to be 0 instead of pending 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya f746487575 Release 0.2.2 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 3007901ba8 Fix for mpi cpu reporting 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 38e92818f3 fix detach volume 2010-06-24 04:11:57 +01:00
Vishvananda Ishaya 1bdd2b01de fix status code printing in cloud 2010-06-24 04:11:56 +01:00
Vishvananda Ishaya d658b59128 add project ids to volumes 2010-06-24 04:11:56 +01:00
Vishvananda Ishaya ab7c965153 add back accidentally removed bridge name.
str is reserved, so don't use it as a variable name
2010-06-24 04:11:56 +01:00
Vishvananda Ishaya 011a274554 whitespace fixes and format instances set of object fixes 2010-06-24 04:11:56 +01:00
Vishvananda Ishaya f2a507ad6d Use instdir to iterate through instances 2010-06-24 04:11:56 +01:00
andy f02df04fb0 fix bridge name
Conflicts:

	nova/endpoint/cloud.py
2010-06-24 04:11:56 +01:00
Joshua McKenty 0912a1c2d5 Adding basic validation of volume size on creation, plus tests for it. 2010-06-24 04:11:56 +01:00
Vishvananda Ishaya a17abe20d3 finished gutting keeper from volume 2010-06-24 04:11:56 +01:00
Joshua McKenty 108f97f5d7 First pass at validation unit tests. Haven't figured out class methods yet. 2010-06-24 04:11:56 +01:00
Joshua McKenty 6ebd603773 Removing keeper sludge. 2010-06-24 04:11:56 +01:00
Joshua McKenty c168754e1a Set volume status properly, first pass at validation decorators. 2010-06-24 04:11:56 +01:00
Joshua McKenty 8c535fae46 Adding missing default values and fixing bare Redis fetch for volume list. 2010-06-24 04:11:55 +01:00
Vishvananda Ishaya 9526e1b3f1 one more handler typo 2010-06-24 04:11:55 +01:00