Stack with resource OS::Neutron::Port could not be created when ip_address attr is not specified in fixed_ips property
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Thomas Herve |
Bug Description
Stack with resource OS::Neutron::Port could not be created when ip_address attr is not specified in fixed_ips property. From Neutron point of view, attribute ip_address of property fixed_ips is not required and can be ommited.
Steps to Reproduce:
1) Create template:
{
"AWSTemplat
"Resources": {
"port1": {
"Type": "OS::Neutron:
]
},
}
}
}
}
2)Try to Launch this template
Expected result:
New port is created and available in Neutron
Observed result:
DEBUG neutronclient.
Changed in heat: | |
milestone: | none → havana-rc1 |
importance: | Undecided → Medium |
Changed in heat: | |
assignee: | Serg Melikyan (smelikyan) → Thomas Herve (therve) |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-rc1 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/46274
Review: https:/