Comment 0 for bug 1503275

Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

Setup:
Running devstack on VM with following settings:

/etc/nova/nova.conf

- virt_driver = libvirt
- virt_type = qemu

/etc/solum/solum.conf

- image_format = vm
- image_storage = swift

VM image that is used is Ubuntu 14.04

Failure output:

Application deployment fails with 'ERROR_STACK_CREATE_FAILED'.

The underlying cause is SwiftSignalTimeout. Here is the stack trace from heat-engine's screen:

14b4e4460fcdb9f3a369941400e71e'), ('x-timestamp', '1444135879.71579'), ('x-trans-id', 'txa2e26bc7129344d2ac4e3-005613c620'), ('date', 'Tue, 06 Oct 2015 13:01:20 GMT'), ('content-type', 'application/octet-stream')] from (pid=13633) http_log /usr/local/lib/python2.7/dist-packages/swiftclient/client.py:101
2015-10-06 13:01:20.362 INFO heat.engine.resource [-] CREATE: SwiftSignal "wait_on_server" Stack "app1-3e5a5aae-5faf-4a5b-af63-530c39b3d0f9" [339c327e-e6d2-4931-9a9a-650483927f3a]
2015-10-06 13:01:20.362 TRACE heat.engine.resource Traceback (most recent call last):
2015-10-06 13:01:20.362 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 612, in _action_recorder
2015-10-06 13:01:20.362 TRACE heat.engine.resource yield
2015-10-06 13:01:20.362 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 682, in _do_action
2015-10-06 13:01:20.362 TRACE heat.engine.resource yield self.action_handler_task(action, args=handler_args)
2015-10-06 13:01:20.362 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/scheduler.py", line 309, in wrapper
2015-10-06 13:01:20.362 TRACE heat.engine.resource step = next(subtask)
2015-10-06 13:01:20.362 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 656, in action_handler_task
2015-10-06 13:01:20.362 TRACE heat.engine.resource while not check(handler_data):
2015-10-06 13:01:20.362 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resources/openstack/heat/swiftsignal.py", line 316, in check_create_complete
2015-10-06 13:01:20.362 TRACE heat.engine.resource raise SwiftSignalTimeout(self)
2015-10-06 13:01:20.362 TRACE heat.engine.resource SwiftSignalTimeout: 0 of 1 received
2015-10-06 13:01:20.362 TRACE heat.engine.resource
2015-10-06 13:01:20.573 DEBUG heat.engine.scheduler [-] Task stack_task from Stack "app1-3e5a5aae-5faf-4a5b-af63-530c39b3d0f9" [339c327e-e6d2-4931-9a9a-650483927f3a] sleeping fr