]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
First QoS versioned objects, ever
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 30 Jun 2015 10:32:27 +0000 (13:32 +0300)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 2 Jul 2015 06:21:45 +0000 (09:21 +0300)
commite90b28662eb769e26f2f6c202a71910819c3ff41
treef6b17a172a9d32571e157a167da3393aeaf27367
parentd7e60d59a34a7415a0b0185dbaa99bdc84723608
First QoS versioned objects, ever

Well, first versioned objects in the tree.

Binding to networks and ports is not implemented.

No tests. Checked manually.

blueprint quantum-qos-api

Co-Authored-By: vikram.choudhary <vikram.choudhary@huawei.com>
Change-Id: I9b6cacfda4f40230d746222bed5b6c490be63743
neutron/db/api.py
neutron/objects/__init__.py [new file with mode: 0644]
neutron/objects/base.py [new file with mode: 0644]
neutron/objects/qos/__init__.py [new file with mode: 0644]
neutron/objects/qos/policy.py [new file with mode: 0644]
neutron/objects/qos/rule.py [new file with mode: 0644]
requirements.txt