]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Merge remote-tracking branch 'origin/feature/qos' into merge-branch
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 23 Jul 2015 08:32:53 +0000 (10:32 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 23 Jul 2015 09:48:57 +0000 (11:48 +0200)
commitd3708de0cb1dacc610bc9585a55dd260a862104d
tree4ccc74ca8384df1ededeb26873efaacba0591bc2
parent12f8959bb20dd669e6ca17dbbcb22f90f30baa9d
parent919947bdb2890d2296ef816863a16cbb4da8fec9
Merge remote-tracking branch 'origin/feature/qos' into merge-branch

Also applied the following fixes:

===

1. cleaned up some pylint failures that were not spotted before:

Module neutron.objects.qos.policy: Metaclass class method __new__ should
have 'mcs' as first argument

Module neutron.objects.qos.rule: Lambda may not be necessary

===

2. Revert "Introduce the AFTER_READ callback for ports and networks"

This reverts commit e3dba1424114575581c153e02227282e036ad0a2.

We don't use callbacks to extend resources anymore, instead relying on
ml2 extension drivers. No need for the patch to achieve QoS, and it also
breaks test_delete_subnet_with_callback that was added in master
recently.

===

3. updated requirements.txt and test-requirements.txt based on:

https://review.openstack.org/#/c/204398/

to avoid requirements gate checks failing due to incompatible
requirements comparing to global-requirements.txt

Change-Id: I744ab2d8327a428a5467f2d07d073a5f8c333520
21 files changed:
doc/source/devref/index.rst
etc/policy.json
neutron/agent/common/ovs_lib.py
neutron/agent/ovsdb/native/commands.py
neutron/common/constants.py
neutron/common/utils.py
neutron/db/api.py
neutron/db/migration/alembic_migrations/versions/HEADS
neutron/db/migration/alembic_migrations/versions/liberty/expand/48153cb5f051_qos_db_changes.py
neutron/db/migration/models/head.py
neutron/objects/qos/policy.py
neutron/objects/qos/rule.py
neutron/plugins/common/constants.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/tests/etc/policy.json
neutron/tests/unit/common/test_utils.py
neutron/tests/unit/plugins/ml2/test_plugin.py
requirements.txt
test-requirements.txt