]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Flavor Framework implementation
authorEugene Nikanorov <enikanorov@mirantis.com>
Thu, 17 Jul 2014 10:23:49 +0000 (14:23 +0400)
committermadhusudhan-kandadai <madhusudhan.openstack@gmail.com>
Thu, 16 Jul 2015 16:07:41 +0000 (09:07 -0700)
commite0eed14a1e8e63a8b6bbcc6f6a474036c1ef52f9
tree03702b799237fbc28fdb5768b181f37763f58df8
parent0d93458d1ed1d16fdac6b9f63b4cca8b13bcb619
Flavor Framework implementation

This patch introduces API and DB plugin for flavor framework.
API adds Flavors and Service Profiles which are resources
available only for admins to operate.

This framework then should be leveraged by advanced services.

Included tempest API tests in neutron tree

Implements: blueprint neutron-flavor-framework
Change-Id: I99ba0ce520ae3d8696eca5c994777c7d5ba3d4b1
Co-Authored-By: Doug Wiegley <dougw@a10networks.com>
Co-Authored-By: Madhusudhan Kandadai <madhusudhan.kandadai@hp.com>
15 files changed:
etc/policy.json
neutron/api/v2/base.py
neutron/db/flavors_db.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEADS
neutron/db/migration/alembic_migrations/versions/liberty/expand/31337ec0ffee_flavors.py [new file with mode: 0644]
neutron/db/migration/models/head.py
neutron/extensions/flavors.py [new file with mode: 0644]
neutron/manager.py
neutron/plugins/common/constants.py
neutron/tests/api/base.py
neutron/tests/api/test_flavors_extensions.py [new file with mode: 0644]
neutron/tests/etc/policy.json
neutron/tests/tempest/services/network/json/network_client.py
neutron/tests/unit/extensions/test_flavors.py [new file with mode: 0644]
neutron/tests/unit/test_manager.py