summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/server_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Use format_message on exceptions instead of str()Nikola Dipanov2013-03-271-4/+6
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Prevent metadata updates until instance is active.Brian Elliott2013-01-191-0/+9
* Fix N402 for nova/apiSean Dague2013-01-081-4/+4
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-4/+4
* Fix Incorrect Exception when metadata is over 255 charactersDavanum Srinivas2012-10-241-0/+3
* Provide better quota error messages.Alex Meade2012-05-021-18/+5
* Fixed metadata validation err. Fixes bug 965102.Unmesh Gurjar2012-04-121-2/+12
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Remove unused imports and variables from OS APIChris Behrens2012-02-291-6/+2
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-1/+1
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+175