New Resource Type OS::Neutron::QoSDscpMarkingRule

Bug #1579805 reported by James Reeves
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Wishlist
James Reeves

Bug Description

This bug spec is to add a new resource - OS::Neutron::QoSDscpMarkingRule added to Heat.

The model is as follows:

OS::Neutron::QoSDscpMarkingRule

    Properties:

    * policy:
          - type: String
          - required: True
          - description: ID or name of the QoS policy
          - update_allowed: False
          - constraints: Custom Constraint 'neutron.qos_policy'
    * dscp-mark:
          - type: Integer
          - required: True
          - description: DSCP Mark
          - update_allowed: True
          - constraints:
              - allowed_values: [
                  8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,46,48,56 ]

This resource is targeted for the Newton release.

Tags: spec-lite
Changed in heat:
assignee: nobody → James Reeves (james-reeves5546)
Changed in heat:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/277567
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=e78c2876dac9ba8b3140807635a20f55e9fc5cda
Submitter: Jenkins
Branch: master

commit e78c2876dac9ba8b3140807635a20f55e9fc5cda
Author: James Reeves <email address hidden>
Date: Fri Feb 5 13:43:00 2016 -0500

    Support neutron QoSDscpMarkingRule resource plugin

    Provide some resources to support neutron QoS capability.
    This patch adds the OS::Neutron::QoSDscpMarkingRule
    resource plugin.

    Change-Id: I4eb21495e84feea46880caf3360759263e1e8f95
    Depends-On: Ic3baefe176df05f049a2e06529c58fd65fe6b419
    Depends-On: I25ad60c1b9a66e568276a772b8c496987d9f8299
    Blueprint: new-resource-type-qos-dscp-mark
    Partial-Bug: #1579805

Changed in heat:
status: In Progress → Fix Committed
Rabi Mishra (rabi)
Changed in heat:
importance: Undecided → Wishlist
status: Fix Committed → Fix Released
milestone: none → newton-2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.