Activity log for bug #1451819

Date Who What changed Old value New value Message
2015-05-05 13:02:14 Oleksii Chuprykov bug added bug
2015-05-05 13:02:24 Oleksii Chuprykov heat: assignee Oleksii Chuprykov (ochuprykov)
2015-05-05 13:56:51 OpenStack Infra heat: status New In Progress
2015-05-05 14:09:31 Thomas Herve summary resource validation fails Validation fails for RouterInterface resource
2015-05-05 14:10:43 Thomas Herve description template: heat_template_version: 2013-05-23 description: HOT template to create Neutron network. parameters: ext_network: type: string description: External network for getting floating IPs resources: server_port: type: OS::Neutron::Port properties: name: the_port network: {get_attr: [internal_network, name]} fixed_ips: - subnet: {get_attr: [internal_subnet, name] } internal_network: type: OS::Neutron::Net properties: name: the_internal_network internal_subnet: type: OS::Neutron::Subnet properties: name: the_internal_subnet network: {get_attr: [internal_network, name]} ip_version: 4 cidr: 10.0.3.0/24 allocation_pools: - {start: 10.0.3.20, end: 10.0.3.150} router: type: OS::Neutron::Router properties: name: the_router external_gateway_info: network: {get_param: ext_network} router_interface: type: OS::Neutron::RouterInterface properties: router: {get_attr: [router, name]} subnet: {get_resource: internal_subnet} floating_ip: type: OS::Neutron::FloatingIP properties: floating_network: {get_param: ext_network} floating_ip_assoc: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: {get_resource: floating_ip} port_id: {get_resource: server_port} Traceback (most recent call last): File "/opt/stack/heat/heat_integrationtests/scenario/test_neutron_net.py", line 42, in test_resource_ref_by_names File "/opt/stack/heat/heat_integrationtests/scenario/scenario_base.py", line 55, in launch_stack expected_status=expected_status File "/opt/stack/heat/heat_integrationtests/common/test.py", line 405, in stack_create environment=env File "/opt/stack/python-heatclient/heatclient/v1/stacks.py", line 135, in create data=kwargs, headers=headers) File "/opt/stack/python-heatclient/heatclient/common/http.py", line 265, in json_request resp = self._http_request(url, method, **kwargs) File "/opt/stack/python-heatclient/heatclient/common/http.py", line 220, in _http_request raise exc.from_response(resp) HTTPBadRequest: ERROR: At least one of the following properties must be specified: router, router_id The following template fails to be validated by heat: heat_template_version: 2013-05-23 description: HOT template to create Neutron network. parameters:   ext_network:     type: string     description: External network for getting floating IPs resources:   server_port:     type: OS::Neutron::Port     properties:       name: the_port       network: {get_attr: [internal_network, name]}       fixed_ips:         - subnet: {get_attr: [internal_subnet, name] }   internal_network:     type: OS::Neutron::Net     properties:         name: the_internal_network   internal_subnet:     type: OS::Neutron::Subnet     properties:       name: the_internal_subnet       network: {get_attr: [internal_network, name]}       ip_version: 4       cidr: 10.0.3.0/24       allocation_pools:         - {start: 10.0.3.20, end: 10.0.3.150}   router:     type: OS::Neutron::Router     properties:       name: the_router       external_gateway_info:         network: {get_param: ext_network}   router_interface:     type: OS::Neutron::RouterInterface     properties:       router: {get_attr: [router, name]}       subnet: {get_resource: internal_subnet}   floating_ip:     type: OS::Neutron::FloatingIP     properties:       floating_network: {get_param: ext_network}   floating_ip_assoc:     type: OS::Neutron::FloatingIPAssociation     properties:       floatingip_id: {get_resource: floating_ip}       port_id: {get_resource: server_port} Traceback (most recent call last):   File "/opt/stack/heat/heat_integrationtests/scenario/test_neutron_net.py", line 42, in test_resource_ref_by_names   File "/opt/stack/heat/heat_integrationtests/scenario/scenario_base.py", line 55, in launch_stack     expected_status=expected_status   File "/opt/stack/heat/heat_integrationtests/common/test.py", line 405, in stack_create     environment=env   File "/opt/stack/python-heatclient/heatclient/v1/stacks.py", line 135, in create     data=kwargs, headers=headers)   File "/opt/stack/python-heatclient/heatclient/common/http.py", line 265, in json_request     resp = self._http_request(url, method, **kwargs)   File "/opt/stack/python-heatclient/heatclient/common/http.py", line 220, in _http_request     raise exc.from_response(resp) HTTPBadRequest: ERROR: At least one of the following properties must be specified: router, router_id
2015-05-05 23:24:23 Steve Baker heat: status In Progress Incomplete
2015-06-10 10:51:20 OpenStack Infra heat: status Incomplete In Progress
2015-06-12 04:17:06 OpenStack Infra heat: status In Progress Fix Committed
2015-06-24 12:50:27 Thierry Carrez heat: status Fix Committed Fix Released
2015-06-24 12:50:27 Thierry Carrez heat: milestone liberty-1
2015-09-11 15:11:23 Steven Hardy nominated for series heat/kilo
2015-09-11 15:11:23 Steven Hardy bug task added heat/kilo
2015-09-18 02:02:07 Angus Salkeld heat: importance Undecided Medium
2015-09-18 02:02:10 Angus Salkeld heat/kilo: importance Undecided Medium
2015-09-18 02:02:15 Angus Salkeld heat/kilo: status New Triaged
2015-09-18 02:03:39 Angus Salkeld heat/kilo: assignee Johannes Grassler (jgr-launchpad)
2015-09-18 02:04:42 Angus Salkeld heat/kilo: status Triaged In Progress
2015-09-18 06:11:35 OpenStack Infra heat/kilo: assignee Johannes Grassler (jgr-launchpad) Angus Salkeld (asalkeld)
2015-09-20 23:56:57 OpenStack Infra heat/kilo: status In Progress Fix Committed
2015-10-11 16:00:46 Chuck Short heat/kilo: milestone 2015.1.2
2015-10-13 18:51:18 Chuck Short heat/kilo: status Fix Committed Fix Released
2015-10-15 10:20:11 Thierry Carrez heat: milestone liberty-1 5.0.0
2016-01-21 20:22:51 Dave Walker heat/kilo: status Fix Released Fix Committed
2016-01-21 20:22:51 Dave Walker heat/kilo: milestone 2015.1.2 2015.1.3
2016-01-21 23:13:51 Dave Walker heat/kilo: status Fix Committed Fix Released