summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* API Extensions framework for v3 API Part 2Chris Yeoh2013-05-281-4/+10
* API extensions framework for v3 APIChris Yeoh2013-05-131-0/+12
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-3/+0
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* Add conditions in compute APIRouteryugsuo2012-12-311-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-2/+3
* Allow loading only selected extensionsStanislaw Pitucha2012-10-241-60/+72
* Implement project specific flavors APIunicell2012-08-271-1/+2
* Allow loaded extensions to be checked from serversVishvananda Ishaya2012-08-041-2/+2
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Alphabetize imports in nova/api/Joe Gordon2012-05-151-2/+2
* Backslash continuations (nova.api.openstack)Zhongyue Luo2012-02-201-4/+3
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* DRYing up Volume/Compute APIRoutersRick Harris2012-02-021-62/+3
* Support custom routes for extensions.Rick Harris2012-02-011-0/+3
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-3/+8
* Remove admin_only ext attr in favor of authzBrian Waldon2012-01-241-3/+0
* Remove deprecated serialization code.Kevin L. Mitchell2012-01-241-3/+1
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* Refactor request and action extensions.Kevin L. Mitchell2012-01-131-12/+44
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+146