Comment 2 for bug 1708378

Revision history for this message
Ethan Lynn (ethanlynn) wrote :

Not sure if they are the same, attaching my log here.

Heat stack creation is failing while creating floating ip with exception - DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'.

Rally server log trace,

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/rally/task/runner.py", line 72, in _run_scenario_once
    getattr(scenario_inst, method_name)(**scenario_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/rally/plugins/openstack/scenarios/heat/stacks.py", line 92, in run
    files, environment)
  File "/usr/local/lib/python2.7/dist-packages/rally/task/atomic.py", line 84, in func_atomic_actions
    f = func(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/rally/plugins/openstack/scenarios/heat/utils.py", line 143, in _create_stack
    stack_id = self.clients("heat").stacks.create(**kw)["stack"]["id"]
  File "/usr/local/lib/python2.7/dist-packages/heatclient/v1/stacks.py", line 172, in create
    data=kwargs, headers=headers)
  File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 223, in post
    return self.request(url, 'POST', **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/heatclient/common/http.py", line 318, in request
    raise exc.from_response(resp)
HTTPInternalServerError: ERROR: Timed out waiting for a reply to message ID d26eba4fc7f246a7a4f57712bd3936f2

h-api log trace,

h-api.log:2017-10-12 14:07:22.303 23229 ERROR heat.common.wsgi [req-a6607dca-371a-4ba0-81ed-f996e03c602e c_rally_58d08eb9_VXEFFhtp c_rally_58d08eb9_qZyHUKPK] Unexpected error occurred serving API: Timed out waiting for a reply to message ID d26eba4fc7f246a7a4f57712bd3936f2: MessagingTimeout: Timed out waiting for a reply to message ID d26eba4fc7f246a7a4f57712bd3936f2

h-api.log:2017-10-12 14:07:38.327 23229 INFO oslo_messaging._drivers.amqpdriver [-] No calling threads waiting for msg_id : d26eba4fc7f246a7a4f57712bd3936f2

h-eng.log trace,

h-eng.log:2017-10-12 14:09:05.831 23533 INFO heat.engine.resource [req-a6607dca-371a-4ba0-81ed-f996e03c602e c_rally_58d08eb9_VXEFFhtp -] creating FloatingIP "floatingip_jump" Stack "s_rally_58d08eb9_9NIlVkSQ" [a1d19fc4-21d7-4408-b3d0-926e4eabe4ef]
h-eng.log:2017-10-12 13:58:08.195 23532 ERROR heat.engine.resource [req-3b8051b2-af38-4941-860e-b25dacd3e691 c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 381 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'
h-eng.log:2017-10-12 14:11:25.581 23533 ERROR heat.engine.resource [req-6dab48a3-c516-4230-908a-5ac99becf222 c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 511 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'
h-eng.log:2017-10-12 14:11:29.276 23533 ERROR heat.engine.resource [req-5157bf50-399e-423e-88fc-597e1656c28f c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 498 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'
h-eng.log:2017-10-12 14:11:47.245 23532 ERROR heat.engine.resource [req-bdba36ca-a963-46fe-a8e3-f8396f9facfb c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 521 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'
h-eng.log:2017-10-12 14:13:23.758 23534 ERROR heat.engine.resource [req-ad8cb80f-6f82-4c30-ba09-6cd103dae1b1 c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 533 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'
h-eng.log:2017-10-12 14:24:35.639 23533 ERROR heat.engine.resource [req-ffc996df-ed92-4c91-a097-41195d2fded9 c_rally_58d08eb9_VXEFFhtp -] store_attributes rsrc floatingip_jump 615 DB error type object 'ResourcePropertiesData' has no attribute 'attr_id'