summaryrefslogtreecommitdiffstats
path: root/bin/nova-manage
Commit message (Expand)AuthorAgeFilesLines
* added new class Instances for managaging instancesChristian Berendt2011-03-161-8/+57
|\
| * fixed pep8 errors (with version 0.5.0)Christian Berendt2011-03-161-6/+3
| * merged with trunk and removed conflictsChristian Berendt2011-03-151-6/+337
| |\
| * | added listing of instances running on a specific hostChristian Berendt2011-02-271-1/+7
| * | beautification...Christian Berendt2011-02-261-5/+5
| * | added new class Instances to manage instances and added a new listing method ...Christian Berendt2011-02-181-1/+42
| * | added functionality to list only fixed ip addresses of one node and added exc...Christian Berendt2011-02-181-7/+12
* | | small typo in nova-manage vm live-migrationKen Pepple2011-03-141-1/+1
| |/ |/|
* | Merge trunk, resolve conflicts, and rename 010_ migrate file to 011_ since an...jaypipes@gmail.com2011-03-141-1/+4
|\ \
| * | Fix instructions for setting up the initial database.Soren Hansen2011-03-131-1/+1
| * | remerge trunk (again). fix issues caused by changes to deserialization calls ...Monsyne Dragon2011-03-111-2/+164
| |\ \
| * \ \ Remerged trunk, fixed a few conflicts. Monsyne Dragon2011-03-031-1/+77
| |\ \ \
| * | | | Add in multi-tenant support in openstack api. Monsyne Dragon2011-03-031-0/+3
* | | | | merged to trunk rev781Kei Masumoto2011-03-101-2/+164
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merged trunkVishvananda Ishaya2011-03-101-0/+9
| |\ \ \ \
| | * | | | Fixed pep8 issuesRicardo Carrillo Cruz2011-03-091-2/+3
| | * | | | fixed lp715427Ricardo Carrillo Cruz2011-03-091-3/+4
| | * | | | Added ability to remove networks on nova-manage commandRicardo Carrillo Cruz2011-03-081-1/+5
| | * | | | deleted network_is_associated from nova.db apiRicardo Carrillo Cruz2011-03-071-2/+2
| | * | | | added network_get_by_cidr method to nova.db apiRicardo Carrillo Cruz2011-03-071-8/+1
| | * | | | Added initial support to delete networks nova-manageRicardo Carrillo Cruz2011-03-041-0/+10
| | | |/ / | | |/| |
| * | | | update code to work with new container and disk formats from glanceVishvananda Ishaya2011-03-081-15/+30
| * | | | move the images_dir out of the way when convertingVishvananda Ishaya2011-03-071-0/+10
| * | | | pep8Vishvananda Ishaya2011-03-071-1/+0
| * | | | rework register commands based on reviewVishvananda Ishaya2011-03-071-7/+9
| * | | | make compute get the new images properly, fix a bunch of tests, and provide c...Vishvananda Ishaya2011-03-071-2/+129
| * | | | Replace objectstore images with S3 image service backending to glance or localVishvananda Ishaya2011-03-041-1/+1
| |/ / /
* | | | fixed based on reviewer's comment.Kei Masumoto2011-03-101-4/+4
* | | | Merged to trunk rev 757. Main changes are below.Kei Masumoto2011-03-041-2/+2
* | | | merged to trunk rev757Kei Masumoto2011-03-031-1/+77
|\| | |
| * | | pep8Ken Pepple2011-03-021-1/+1
| * | | fixed coding style per devcamcar review notesKen Pepple2011-03-021-29/+8
| * | | refactored nova-manage list (-all, <name>) and fixed docsKen Pepple2011-02-281-19/+18
| * | | merge trunkKen Pepple2011-02-281-1/+1
| |\| |
| * | | merge trunkKen Pepple2011-02-241-2/+4
| |\ \ \
| * | | | added purge option and tightened up testingKen Pepple2011-02-181-5/+10
| * | | | completed doc and added --purge option to instance type deleteKen Pepple2011-02-171-3/+8
| * | | | Merged trunkJosh Kearney2011-02-171-4/+49
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merged trunkJosh Kearney2011-02-161-0/+7
| |\ \ \ \
| * \ \ \ \ merge jk0 branch (with trunk merge) which added additional columns for instan...Ken Pepple2011-02-141-10/+36
| |\ \ \ \ \
| | * \ \ \ \ Merged trunkJosh Kearney2011-02-111-2/+2
| | |\ \ \ \ \
| | * | | | | | Added more columns to instance_types tablesJosh Kearney2011-02-111-7/+34
| * | | | | | | updated tests and added more error checkingKen Pepple2011-02-111-9/+6
| |/ / / / / /
| * | | | | | testing refactorKen Pepple2011-02-101-1/+1
| * | | | | | added testing for instance_types.py and refactored nova-manage to use instanc...Ken Pepple2011-02-081-33/+30
| * | | | | | additional error checking for nova-manage instance_typeKen Pepple2011-02-081-22/+35
| * | | | | | aliased flavor to instance_types in nova-manage. will probably need to make f...Ken Pepple2011-02-061-2/+3
| * | | | | | simplified instance_types db calls to return entire row - we may need these e...Ken Pepple2011-02-061-3/+7
| * | | | | | rewrote nova-manage instance_type to use correct db.api returned objects and ...Ken Pepple2011-02-051-13/+34
| * | | | | | corrected db.instance_types to return expect dict instead of lists. updated o...Ken Pepple2011-02-051-2/+3