Comment 26 for bug 1468353

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/300501
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1bb95a4554a33eca1705887c2fa3fd19a6faf936
Submitter: Jenkins
Branch: master

commit 1bb95a4554a33eca1705887c2fa3fd19a6faf936
Author: David Shaughnessy <email address hidden>
Date: Mon Mar 14 16:27:54 2016 +0000

    Add object versioning to QoS DSCP.

    - Changes RULE_TYPE_DSCP_MARK to RULE_TYPE_DSCP_MARKING to conform
      with the rules name.
    - Added object versioning to qos related objects.
     - qos/rule: Throws a QosRuleVersionUnavailable exception when
       the QosDscpMarkingRule version is < '1.1'.
    - removed test object version incrementation TODO from test_policy.py
     - Object versioning can not be used to increment the object version.

    Change-Id: I4f10ef3c1cbaa2a868de2b8e3abc4c39eb1f44c7
    Partial-Bug: #1468353