summaryrefslogtreecommitdiff
path: root/nova/api/openstack/common.py
Commit message (Expand)AuthorAgeFilesLines
* Small edits on help stringsAndreas Jaeger2014-01-231-1/+1
* Add status mapping for shutoff instance when resizechenxiao2013-12-031-6/+13
* Replace incorrect Null checking to return correctlyjiataotj2013-10-111-1/+1
* Added 'page_size' param to image listSumanth Nagadavalli2013-09-241-8/+10
* Merge "Add task_state filter for nova list"Jenkins2013-08-221-6/+11
|\
| * Add task_state filter for nova listlawrancejing2013-07-291-6/+11
* | maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-2/+0
|/
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* API for shelvingAndrew Laski2013-07-161-0/+6
* Merge "Change resource links when url has no project id"Jenkins2013-06-261-3/+13
|\
| * Change resource links when url has no project idMauro S. M. Rodrigues2013-06-131-3/+13
* | Allow reboot or rebuild from vm_state=ErrorPhil Day2013-06-161-0/+3
|/
* Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-181-4/+6
* Add an extension to show the mac address of a ip in server(s)Zhi Yan Liu2013-04-121-4/+16
* Makes safe xml data calls raise 400 http error instead of 500Matthew Sherborne2013-03-141-5/+4
* 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-5/+5
* Fix N402 for nova/apiSean Dague2013-01-081-4/+4
* Move osapi_max_limit into api.openstack.commonMark McLoughlin2012-12-121-1/+4
* Move link_prefix options into api.openstack.commonMark McLoughlin2012-12-121-9/+24
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-8/+9
* Implement paginate query use marker in nova-apipengyuwei2012-09-071-3/+10
* Remove unused get_version_from_href()Mark McLoughlin2012-07-181-20/+0
* Remove unnecessary logging from APIJohannes Erdfelt2012-07-131-5/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Merge "OS API should return SHUTOFF, not STOPPED"Jenkins2012-06-291-1/+1
|\
| * OS API should return SHUTOFF, not STOPPEDChris Behrens2012-06-281-1/+1
* | Deal with unknown instance status.Yun Mao2012-06-281-3/+8
|/
* vm state and task state managementYun Mao2012-06-211-13/+14
* Don't query nova-network on startup.Russell Bryant2012-06-061-8/+2
* Finish quota refactor.Kevin L. Mitchell2012-05-231-3/+5
* Add tenant id in self link in /servers call for imagesPhilip Knouff2012-05-221-14/+22
* Alphabetize imports in nova/api/Joe Gordon2012-05-151-1/+1
* Added img metadata validation. Fixes bug 962117.Unmesh Gurjar2012-05-111-1/+14
* Fix marker behavior for flavorsPhlip Knouff2012-03-281-1/+5
* HACKING fixes, TODO authors.Yuriy Taraday2012-03-161-1/+1
* Update floating auto assignment to use the modelJohn Griffith2012-03-121-1/+2
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-14/+13
* Remove unused imports and variables from OS APIChris Behrens2012-02-291-2/+0
* Handle case where instance['info_cache'] is NoneChris Behrens2012-02-281-1/+2
* Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-261-5/+6
* Making link prefixes support https.Naveed Massjouni2012-02-231-1/+1
* Remove network_api fallback for info_cache from APIsChris Behrens2012-02-221-28/+4
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Merge "Handle network api failures more gracefully"Jenkins2012-02-111-2/+9
|\
| * Handle network api failures more gracefullyMark Washenberger2012-02-101-2/+9