bbeb53771264dc95e57f96a6fe2a747d5a550b6c
23315 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Vishvananda Ishaya
|
fc5492bf3f | More volume test fixes | ||
|
Vishvananda Ishaya
|
20bc71348d | typo in reboot instances | ||
|
Vishvananda Ishaya
|
1c9c2ce227 | Fix mount of drive for test image | ||
|
Vishvananda Ishaya
|
f8f408c06a | don't need sudo anymore | ||
|
Vishvananda Ishaya
|
4bc38342cb | Cleaning up smoketests | ||
|
Vishvananda Ishaya
|
042eba0308 | boto uses instance_type not size | ||
|
Vishvananda Ishaya
|
4338f30114 | Fix to volume smoketests | ||
|
Vishvananda Ishaya
|
2793fc76e9 | fix display of project name for admin in describe instances | ||
|
Vishvananda Ishaya
|
08619dd37a | make sure to deexpress before we remove the host since deexpress uses the host | ||
|
Vishvananda Ishaya
|
e9e767ac1b | fix error in disassociate address | ||
|
Vishvananda Ishaya
|
9862d03914 | fixed reversed filtering logic | ||
|
Vishvananda Ishaya
|
933157bdc5 | filter keypairs for vpn keys | ||
|
Vishvananda Ishaya
|
fe4f0d3ffd | allow multiple vpn connections with the same credentials | ||
|
Vishvananda Ishaya
|
4f36ee72cb | Added admin command to restart networks | ||
|
Vishvananda Ishaya
|
8475e0b590 | hide vpn instances unless you are an admin and allow run_instances to launch vpn image even if it is private | ||
|
Vishvananda Ishaya
|
97c372a3fe | typo in my ping call | ||
|
Vishvananda Ishaya
|
4fb44e9d9e | try to ping vpn instances | ||
|
Vishvananda Ishaya
|
3eaab92123 | sensible defaults for instance types | ||
|
Vishvananda Ishaya
|
fb36a6ffa6 | add missing import to pipelib | ||
|
Vishvananda Ishaya
|
24a68b54d9 | Give vpns the proper ip address | ||
|
Vishvananda Ishaya
|
46337d3681 | Fix format addresses | ||
|
Vishvananda Ishaya
|
5718e8fca3 | Release 0.2.2-2 | ||
|
Vishvananda Ishaya
|
e3b6e0537e | fix more casing errors and make attachment set print | ||
|
Vishvananda Ishaya
|
79549993f6 | removed extraneous .volume_id | ||
|
Vishvananda Ishaya
|
9ebd49fa09 | don't allow volumes to be attached to the same mountpoint | ||
|
Vishvananda Ishaya
|
9d5f9e12e2 | fix case for volume attributes | ||
|
Vishvananda Ishaya
|
090186c12f | fix sectors off by one | ||
|
Vishvananda Ishaya
|
49acf8b49a | Don't use keeper for instances | ||
|
Vishvananda Ishaya
|
bb2af5d05e | fix default state to be 0 instead of pending | ||
|
Vishvananda Ishaya
|
f746487575 | Release 0.2.2 | ||
|
Vishvananda Ishaya
|
3007901ba8 | Fix for mpi cpu reporting | ||
|
Vishvananda Ishaya
|
38e92818f3 | fix detach volume | ||
|
Vishvananda Ishaya
|
1bdd2b01de | fix status code printing in cloud | ||
|
Vishvananda Ishaya
|
d658b59128 | add project ids to volumes | ||
|
Vishvananda Ishaya
|
ab7c965153 |
add back accidentally removed bridge name.
str is reserved, so don't use it as a variable name |
||
|
Vishvananda Ishaya
|
011a274554 | whitespace fixes and format instances set of object fixes | ||
|
Vishvananda Ishaya
|
f2a507ad6d | Use instdir to iterate through instances | ||
|
andy
|
f02df04fb0 |
fix bridge name
Conflicts: nova/endpoint/cloud.py |
||
|
Joshua McKenty
|
0912a1c2d5 | Adding basic validation of volume size on creation, plus tests for it. | ||
|
Vishvananda Ishaya
|
a17abe20d3 | finished gutting keeper from volume | ||
|
Joshua McKenty
|
108f97f5d7 | First pass at validation unit tests. Haven't figured out class methods yet. | ||
|
Joshua McKenty
|
6ebd603773 | Removing keeper sludge. | ||
|
Joshua McKenty
|
c168754e1a | Set volume status properly, first pass at validation decorators. | ||
|
Joshua McKenty
|
8c535fae46 | Adding missing default values and fixing bare Redis fetch for volume list. | ||
|
Vishvananda Ishaya
|
9526e1b3f1 | one more handler typo | ||
|
Vishvananda Ishaya
|
316435cce0 | fix objectstore handler typo | ||
|
andy
|
4d81110e10 |
fix modify image attribute typo
Conflicts: nova/endpoint/cloud.py |
||
|
Vishvananda Ishaya
|
bf9b83278f | NetworkNode doesn't exist anymore | ||
|
Joshua McKenty
|
5d5e460ac8 | Added back in missing gateway property on networks. | ||
|
andy
|
ec621ee9a7 |
Refactored Instance to get rid of _s bits, and fixed some bugs in state management.
Conflicts: nova/compute/node.py |