summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/server.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove tenant round 3 - other commands"0.2.alpha1Jenkins2013-07-311-4/+4
|\
| * Remove tenant round 3 - other commandsDean Troyer2013-07-311-4/+4
* | Merge "Add security group commands"Jenkins2013-07-311-0/+73
|\ \ | |/ |/|
| * Add security group commandsDean Troyer2013-07-291-0/+73
* | Merge "Begin Python 3 compatability"Jenkins2013-07-311-4/+4
|\ \
| * | Begin Python 3 compatabilityDean Troyer2013-07-291-4/+4
| |/
* | Add server ssh commandDean Troyer2013-07-291-0/+159
|/
* Add server resize commandDean Troyer2013-07-291-64/+115
* Add server migrate commandDean Troyer2013-07-291-0/+92
* Add server commands: (un)lock, (un)rescue, (un)set, add/remove volumeDean Troyer2013-07-291-26/+317
* Merge "Fix --password in server rebuild"Jenkins2013-07-261-2/+2
|\
| * Fix --password in server rebuildDean Troyer2013-07-221-2/+2
* | Add server diagnose for compute apiSteve Martinelli2013-07-231-3/+15
* | Clean up properties (metadata) formattingDean Troyer2013-07-211-19/+57
|/
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-9/+0
* Remove python3 incompatible exception syntax.Monty Taylor2013-06-301-2/+2
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-141-1/+1
* Rename all instances of 'metadata' to 'property'.Josh Kearney2013-05-071-3/+3
* metadata is one wordDean Troyer2013-04-081-2/+2
* Clean up args and help strings in server commandsDean Troyer2013-03-061-9/+9
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-109/+66
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* Clean up test environment and remove unused imports.Josh Kearney2013-01-221-1/+0
* Update compute client bitsDean Troyer2012-09-051-32/+546
* Refactor cliff.Command.run()Dean Troyer2012-06-201-7/+7
* Clean up tenant and serverDean Troyer2012-05-161-12/+9
* Revise command boolean flagsDean Troyer2012-05-111-2/+2
* Add tenant CRUD commandsDean Troyer2012-05-111-25/+1
* Fix "help" command and implement "list server" and "show server"Doug Hellmann2012-05-041-46/+143
* Add openstack-common and test infrastructure.James E. Blair2012-04-281-0/+3
* Begin to add Keystone authDean Troyer2012-04-271-4/+5
* Clean up command outputDean Troyer2012-04-261-6/+2
* Use cliffDean Troyer2012-04-251-6/+42
* Set up common utilsDean Troyer2012-04-251-1/+7
* Add openstackclient bitsDean Troyer2012-04-191-0/+55