| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes for nova-manage vpn list | Vishvananda Ishaya | 2011-05-04 | 1 | -1/+1 |
| |\ | |||||
| | * | fix display of vpn instance id and add output rule so it can be tested from n... | Vishvananda Ishaya | 2011-04-20 | 1 | -1/+1 |
| * | | Expose AuthManager.list_projects user filter to nova-manage. | Todd Willey | 2011-04-30 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Let nova-mange limit project list by user. | Todd Willey | 2011-04-26 | 1 | -3/+3 |
| * | | | pep8 | Ken Pepple | 2011-04-28 | 1 | -0/+1 |
| * | | | fixed docstring per jsb | Ken Pepple | 2011-04-28 | 1 | -1/+1 |
| * | | | added version list command to nova-manage | Ken Pepple | 2011-04-28 | 1 | -1/+12 |
| * | | | added nova version output to usage printout for nova-manage | Ken Pepple | 2011-04-27 | 1 | -0/+3 |
| |/ / | |||||
| * | | merge trunk, resolved conflict | Ken Pepple | 2011-04-22 | 2 | -11/+9 |
| |\ \ | |||||
| | * | | Pylinted nova-compute. | Josh Kearney | 2011-04-20 | 1 | -3/+3 |
| | * | | Pylinted nova-manage | Josh Kearney | 2011-04-20 | 1 | -7/+6 |
| | |/ | |||||
| * | | merge trunk | Ken Pepple | 2011-04-22 | 1 | -5/+5 |
| |\| | |||||
| | * | Change '== None' to 'is None' | Jason Koelker | 2011-04-18 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Change '== None' to 'is None' | Jason Koelker | 2011-04-18 | 1 | -4/+4 |
| | * | | it is rename not move | Vishvananda Ishaya | 2011-04-18 | 1 | -1/+1 |
| | |/ | |||||
| * | | revamped spacing per Rick Harris suggestion. Added exact error to nova-manage... | Ken Pepple | 2011-04-19 | 1 | -0/+1 |
| * | | pep8 | Ken Pepple | 2011-04-13 | 1 | -1/+2 |
| * | | merge trunk | Ken Pepple | 2011-04-10 | 1 | -55/+44 |
| |\| | |||||
| | * | pep8 | Ken Pepple | 2011-04-08 | 1 | -1/+1 |
| | * | merge trunk | Ken Pepple | 2011-04-08 | 1 | -31/+21 |
| | |\ | |||||
| | | * | merge trunk | Ken Pepple | 2011-04-07 | 1 | -21/+21 |
| | | |\ | |||||
| | | * | | removed log command from nova-manage. no longer applicable with multiple logf... | Ken Pepple | 2011-04-07 | 1 | -10/+0 |
| | * | | | removed unused instance parameter from vm list ... as it is unused. added par... | Ken Pepple | 2011-04-07 | 1 | -2/+6 |
| | * | | | moved -manage instance list command to -manage vm list to avoid lazy match co... | Ken Pepple | 2011-04-07 | 1 | -45/+40 |
| | |/ / | |||||
| * | | | merge trunk | Ken Pepple | 2011-04-07 | 1 | -20/+20 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | merged trunk | Vishvananda Ishaya | 2011-04-07 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | unite the filtering done by glance client and s3 | Vishvananda Ishaya | 2011-04-05 | 1 | -8/+6 |
| | * | | | review cleanup | Vishvananda Ishaya | 2011-03-30 | 1 | -1/+2 |
| | * | | | remove all references to image_type and change nova-manage upload to set cont... | Vishvananda Ishaya | 2011-03-30 | 1 | -13/+14 |
| | | |/ | |/| | |||||
| * | | | reminde admins of --purge option | Ken Pepple | 2011-04-07 | 1 | -2/+4 |
| * | | | merged trunk and resolved conflict | Ken Pepple | 2011-04-07 | 1 | -3/+3 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Refactor so that instances.instance_type is now instances.instance_type_id. | Dan Prince | 2011-04-04 | 1 | -1/+1 |
| | |/ | |||||
| | * | Fixes metadata for ec2_api to specify owner_id so that it filters properly. | Vishvananda Ishaya | 2011-03-30 | 1 | -2/+2 |
| | |\ | |||||
| | | * | conversion of properties should set owner as owner_id not owner | Vishvananda Ishaya | 2011-03-29 | 1 | -2/+2 |
| * | | | slight typo | Ken Pepple | 2011-04-07 | 1 | -1/+0 |
| * | | | clarified nova-manage instance_type create error output on duplicate flavorid | Ken Pepple | 2011-04-07 | 1 | -3/+7 |
| |/ / | |||||
| * | | TopicAdapterConsumer uses a different callback model than TopicConsumer. Thi... | Anthony Young | 2011-03-30 | 1 | -10/+9 |
| |\ \ | |||||
| | * | | fix for lp742650 | Anthony Young | 2011-03-29 | 1 | -10/+9 |
| * | | | The VNC Proxy is an OpenStack component that allows users of Nova to access | Anthony Young | 2011-03-30 | 1 | -0/+101 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | incorporate feedback from termie | Anthony Young | 2011-03-29 | 1 | -2/+2 |
| | * | | use manager pattern for auth token proxy | Anthony Young | 2011-03-29 | 1 | -13/+18 |
| | * | | address some of termie's recommendations | Anthony Young | 2011-03-28 | 1 | -0/+3 |
| | * | | add period, test github | Anthony Young | 2011-03-28 | 1 | -1/+1 |
| | * | | merge trunk, add unit test | Anthony Young | 2011-03-24 | 1 | -6/+9 |
| | |\ \ | |||||
| | * \ \ | merge trunk | Anthony Young | 2011-03-24 | 8 | -65/+452 |
| | |\ \ \ | |||||
| | * | | | | incorporate feedback from termie | Anthony Young | 2011-03-24 | 1 | -3/+2 |
| | * | | | | make missing noVNC error condition a bit more fool-proof | Anthony Young | 2011-03-23 | 1 | -5/+7 |
| | * | | | | general cleanup, use whitelist for webserver security | Anthony Young | 2011-03-23 | 1 | -4/+18 |
| | * | | | | more progress | Anthony Young | 2011-03-23 | 1 | -3/+11 |
| | * | | | | use the nova Server object | Anthony Young | 2011-03-23 | 1 | -13/+5 |
