summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/plugins/v3/flavors.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged flavor_swap extension into core APIAlexei Kornienko2013-06-271-0/+2
| | | | | | Partially implements blueprint nova-v3-api Change-Id: Ib58afac2159b25a38165882375e6d6ac57dc6da5
* Port flavors core API to v3 treeMauro S. M. Rodrigues2013-06-131-0/+167
Port flavors core API (which does *not* include all extensions, like flavor create) to the V3 API, adapting the way it's loaded to fit with the new extension framework and, of course, its tests. This also change the flavors requests and responses links on unit tests since project_id is no longer present on v3 url Partially implements blueprint v3-api-core-as-extensions Change-Id: Ide2eb22a89be3bd9adcf5e09cbef23e824a83fc1