Hide Forgot
Description of problem: Validation fails when trying to launch a stack containing a nested stack that creates a neutron subnet. Version-Release number of selected component (if applicable): openstack-heat-common-5.0.1-5.el7ost.noarch openstack-heat-api-5.0.1-5.el7ost.noarch openstack-heat-api-cfn-5.0.1-5.el7ost.noarch openstack-heat-api-cloudwatch-5.0.1-5.el7ost.noarch python-heatclient-1.0.0-1.el7ost.noarch openstack-heat-engine-5.0.1-5.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Using the following templates to launch the stack http://paste.openstack.org/show/494027/ Actual results: ERROR: Failed to validate: : resources.vm01: : At least one of the following properties must be specified: network, network_id Expected results: Stack gets created. Additional info: The issue looks pretty much the same as the one reported in https://bugs.launchpad.net/heat/+bug/1518676
The patch backported at https://review.openstack.org/#/c/258307/ was incorrect, and missing critical pieces from the original one at https://review.openstack.org/#/c/276266/. Investigating.
(The original patch was actually https://review.openstack.org/#/c/248719/ if anybody else was confused by that last comment too :)
do we need this to work ? https://review.openstack.org/#/c/305687/ if so, please tag upstream as candidate to downstream to L...
*** This bug has been marked as a duplicate of bug 1330384 ***