OS::Neutron::Net needs mtu attribute

Bug #1447806 reported by Robert Pothier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Li Jinjing

Bug Description

MTU is a new read-only attribute for neutron net,
This should be displayed back in the attributes.

localadmin@devstack:~/devstack$ neutron net-create test
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | adf09ab3-6242-4d27-ba0e-b0130cb5a900 |
| mtu | 1500 |
| name | test |
| provider:network_type | vlan |
| provider:physical_network | physnet1 |
| provider:segmentation_id | 392 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | d670408526c24224977d1de6953f700b |
| vlan_transparent | False |
+---------------------------+--------------------------------------+
localadmin@devstack:~/devstack$

Changed in heat:
assignee: nobody → Robert Pothier (rpothier)
Revision history for this message
Steve Baker (steve-stevebaker) wrote :

As a short-term workaround, this could be specified via extra_specs

Changed in heat:
status: New → Triaged
importance: Undecided → Medium
Changed in heat:
assignee: Robert Pothier (rpothier) → Li Jingtong (jinjingpiggy)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

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

commit f85eea651790c58176a8cdd985cb5afcb4ec3950
Author: Li Jinjing <email address hidden>
Date: Wed Jul 1 16:25:06 2015 +0800

    Add MTU attribute for OS::Neutron::Net

    MTU(Maximum Transmission Unit), add a read-only attribute which hasn't been
    supported by HEAT yet.

    Change-Id: I4aaa6df15bae3995ab683f7e8f71f52b023e1c47
    Closes-Bug: #1447806

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
milestone: none → liberty-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: liberty-2 → 5.0.0
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.