OS::Neutron::Subnet needs host_routes property

Bug #1250710 reported by Steve Baker
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
High
Jeff Peeler

Bug Description

This should take a list of destination/nethop routes

Changed in heat:
status: New → Triaged
importance: Undecided → High
milestone: none → icehouse-1
assignee: nobody → Steve Baker (steve-stevebaker)
Changed in heat:
milestone: icehouse-1 → icehouse-2
Changed in heat:
milestone: icehouse-2 → icehouse-3
assignee: Steve Baker (steve-stevebaker) → nobody
assignee: nobody → Jeff Peeler (jpeeler-z)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/76950

Changed in heat:
status: Triaged → In Progress
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-3 → icehouse-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

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

commit 60019425a07990f7b8c3334e1de7c58c37903ea1
Author: Jeff Peeler <email address hidden>
Date: Thu Feb 27 14:45:04 2014 -0500

    Add host_routes property to Neutron subnet resource

    Template snippet that was functionally tested:

    subnet:
      Type: OS::Neutron::Subnet
      Properties:
        host_routes:
        - {destination: 192.168.1.0/24, nexthop: 192.168.1.2}
        network_id: {Ref: network}
        ip_version: 4
        cidr: 10.0.3.0/24
        allocation_pools:
        - {end: 10.0.3.150, start: 10.0.3.20}

    (Next hop probably would make more sense to be in the CIDR)

    Change-Id: I36f72f006a1ba48a6ed55a1c361b3df8d1359caa
    Closes-Bug: #1250710

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-rc1 → 2014.1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (stable/havana)

Fix proposed to branch: stable/havana
Review: https://review.openstack.org/117340

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on heat (stable/havana)

Change abandoned by Alan Pevec (<email address hidden>) on branch: stable/havana
Review: https://review.openstack.org/117340
Reason: Final Havana release 2012.3.4 has been cut and stable/havana is going to be removed in a week.

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.