]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
QoS: Remove type attribute from QoS rules
authorJakub Libosvar <libosvar@redhat.com>
Tue, 21 Jul 2015 11:17:18 +0000 (11:17 +0000)
committerIhar Hrachyshka <ihrachys@redhat.com>
Sat, 25 Jul 2015 13:50:31 +0000 (15:50 +0200)
commitfd0bf111838b90dcf76d670987770835904810fb
tree8e7c42e776ebfd525a803a81210e4313813952ad
parent7ed1d4f61635e67d0a554ed34540a03222c3f9d3
QoS: Remove type attribute from QoS rules

The type is given by object itself. We don't specify type when creating
resource cause it's a part of uri. This patch allows a
bandwidth_limit_rule to be created in given policy.

Partially-Implements: blueprint quantum-qos-api
Change-Id: Ica4626083054200e3b82bef23984462e7c596e1e
neutron/extensions/qos.py
neutron/objects/qos/rule.py
neutron/tests/tempest/services/network/json/network_client.py