]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Merge remote-tracking branch 'origin/feature/qos' into merge-branch
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 24 Jul 2015 12:24:10 +0000 (14:24 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 24 Jul 2015 12:24:10 +0000 (14:24 +0200)
Change-Id: I1c1fd593235fda1cdd053980f50eff21ca9011b6

1  2 
neutron/agent/common/ovs_lib.py
neutron/agent/ovsdb/api.py
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/impl_vsctl.py
neutron/agent/ovsdb/native/commands.py
neutron/db/migration/alembic_migrations/versions/HEADS
neutron/db/migration/models/head.py
neutron/tests/api/base.py
neutron/tests/functional/agent/test_ovs_lib.py
setup.cfg

Simple merge
Simple merge
Simple merge
Simple merge
index be4adef8dfb4b74957457020a85d4c8677e170a2,8a0a139d7a96b2ccd57e34bbbcf917f69aa4db0a..aae43e3946faee8acd1bcdf7d1148864b09b3eb9
@@@ -1,3 -1,3 +1,3 @@@
- 8675309a5c4f
 +2a16083502f3
 -4ffceebfada
+ 48153cb5f051
  kilo
Simple merge
index 2790240eb5fcdce17ab6ac4218c97d810f84a49a,92979252ab5f93b8501f50c8e70a0d3e8a11bfcd..f23e52826f4cb2a24764a9bbdec8dca15b386a2e
@@@ -88,9 -88,9 +88,11 @@@ class BaseNetworkTest(neutron.tests.tem
          cls.fw_rules = []
          cls.fw_policies = []
          cls.ipsecpolicies = []
+         cls.qos_rules = []
+         cls.qos_policies = []
          cls.ethertype = "IPv" + str(cls._ip_version)
 +        cls.address_scopes = []
 +        cls.admin_address_scopes = []
  
      @classmethod
      def resource_cleanup(cls):
diff --cc setup.cfg
Simple merge