summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/contrib/consoles.py
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial mismatch of license headerDirk Mueller2013-06-251-1/+1
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-2/+0
* Use format_message on exceptions instead of str()Nikola Dipanov2013-03-271-3/+3
* Don't log traceback on expected console error.Russell Bryant2013-03-131-1/+2
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Expose a get_spice_console RPC API methodDaniel P. Berrange2013-01-161-1/+24
* Return 409 error if get_vnc_console is called before VM is createdJohannes Erdfelt2012-08-071-0/+2
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Tidy up exception handling in contrib api consolesMartin Packman2012-06-211-13/+3
* Alphabetize imports in nova/api/Joe Gordon2012-05-151-2/+2
* Remove unused imports and variables from OS APIChris Behrens2012-02-291-1/+1
* Removed zones from api and distributed schedulerSandy Walsh2012-02-161-1/+1
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-2/+2
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove admin_only ext attr in favor of authzBrian Waldon2012-01-241-0/+2
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-171-0/+79