summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/servers.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken config_drive image_href support.Chris Behrens2013-06-261-0/+3
* Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-181-4/+4
|\
| * Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-4/+4
* | Remove _is_precooked pre-cells Zones hacksChris Behrens2013-06-181-5/+2
* | Merge "Fix to disallow server name with all blank spaces"Jenkins2013-06-151-0/+2
|\ \ | |/ |/|
| * Fix to disallow server name with all blank spacesPrem Karat2013-06-111-0/+2
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
* | Cleanup nova exception message conversionChris Yeoh2013-06-081-4/+4
|/
* Merge "Disallow resize if image not available"Jenkins2013-05-241-0/+11
|\
| * Disallow resize if image not availableNikola Dipanov2013-05-211-0/+11
* | Merge "Remove ImageTooLarge exception"Jenkins2013-05-231-2/+0
|\ \
| * | Remove ImageTooLarge exceptionRick Harris2013-05-221-2/+0
* | | Merge "Move ImageTooLarge check to Compute API"Jenkins2013-05-231-18/+13
|\| |
| * | Move ImageTooLarge check to Compute APIRick Harris2013-05-221-18/+13
* | | Merge "Added validation for networks parameter value"Jenkins2013-05-231-0/+3
|\ \ \ | |/ / |/| |
| * | Added validation for networks parameter valueSatyanarayana Patibandla2013-05-201-0/+3
* | | Add ImageNotActive check for instance rebuildRick Harris2013-05-201-6/+4
|/ /
* / Added attribute 'ip' to server search options.Satyanarayana Patibandla2013-05-191-1/+1
|/
* Merge "Remove usage of locals() for formatting from nova.api.*"Jenkins2013-05-171-4/+3
|\
| * Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-181-4/+3
* | Revert "Include list of attached volumes with instance info"Russell Bryant2013-05-151-14/+0
* | Merge "Include list of attached volumes with instance info"Jenkins2013-05-151-0/+14
|\ \
| * | Include list of attached volumes with instance infoOleg Bondarev2013-05-081-0/+14
* | | Use Oslo's `bool_from_string`Rick Harris2013-05-141-4/+6
| |/ |/|
* | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
|/
* Call format_message on InstanceTypeNotFound exceptionAndrew Laski2013-05-011-1/+1
* Merge "Catch glance image create exceptions"Jenkins2013-05-011-0/+2
|\
| * Catch glance image create exceptionsChris Yeoh2013-05-011-0/+2
* | Don't swallow PolicyNotAuthorized for resize/reboot actionsAndrew Laski2013-04-181-9/+0
|/
* Use format_message on exceptions instead of str()Nikola Dipanov2013-03-271-14/+18
* Merge "Fix more OS-DCF:diskConfig XML handling"Jenkins2013-03-191-2/+11
|\
| * Fix more OS-DCF:diskConfig XML handlingChristopher Yeoh2013-03-131-2/+11
* | Merge "Fix OS-DCF:diskconfig XML handling"Jenkins2013-03-151-2/+2
|\ \
| * | Fix OS-DCF:diskconfig XML handlingChristopher Yeoh2013-03-091-2/+2
* | | Makes safe xml data calls raise 400 http error instead of 500Matthew Sherborne2013-03-141-2/+2
* | | Merge "Server create will only process "networks" if os-networks is loaded."Jenkins2013-03-111-1/+2
|\ \ \ | |_|/ |/| |
| * | Server create will only process "networks" if os-networks is loaded.Phil Day2013-03-111-1/+2
| |/
* / Add MultipleCreate template and fix conflict with other templatesMauro S. M. Rodrigues2013-03-071-8/+10
|/
* Merge "Fix 'to integer' conversion of max and min count values"Jenkins2013-03-051-2/+2
|\
| * Fix 'to integer' conversion of max and min count valuesMauro S. M. Rodrigues2013-03-051-2/+2
* | Standarize ip validation along the codeMauro S. M. Rodrigues2013-03-051-7/+2
|/
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Add a safe_minidom_parse_string function.Dan Prince2013-02-191-3/+2
* Correct spelling of quantumAaron Rosen2013-02-161-1/+1
* Check the length of flavor name in "flavor-create"Haiwei Xu2013-02-131-12/+5
* Forces flavorRef to be string in servers resize apiTiago Mello2013-02-121-1/+1
* Fix inject_files for storing binary file.Ken'ichi Ohmichi2013-02-071-2/+1
* Update HACKING.rst per recent changesZhongyue Luo2013-02-041-1/+1
* Merge "Removes retry of set_admin_password"Jenkins2013-02-011-1/+5
|\