bbeb53771264dc95e57f96a6fe2a747d5a550b6c
Commit Graph

23315 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
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
Vishvananda Ishaya
316435cce0 fix objectstore handler typo 2010年06月24日 04:11:55 +01:00
andy
4d81110e10 fix modify image attribute typo
Conflicts:
	nova/endpoint/cloud.py
2010年06月24日 04:11:55 +01:00
Vishvananda Ishaya
bf9b83278f NetworkNode doesn't exist anymore 2010年06月24日 04:11:55 +01:00
Joshua McKenty
5d5e460ac8 Added back in missing gateway property on networks. 2010年06月24日 04:11:55 +01:00
andy
ec621ee9a7 Refactored Instance to get rid of _s bits, and fixed some bugs in state management.
Conflicts:
	nova/compute/node.py
2010年06月24日 04:11:55 +01:00