hi everyone,<div><br><div>I use below comman to create cluster with JSON:</div></div><div><br></div><div>    openstack dataprocessing cluster create --json my_cluster_create_default.json</div><div><br></div><div>     and</div><div><br></div><div>    # rabbitmqctl  list_users</div><div>    Listing users ...</div><div>    <span style="line-height: 1.5;">guest</span><span class="Apple-tab-span" style="line-height: 1.5; white-space: pre;"> </span><span style="line-height: 1.5;">[administrator]</span></div><div><span style="line-height: 1.5;"><br></span></div><div><div>    # rabbitmqctl  list_user_permissions guest</div><div>    Listing permissions for user "guest" ...</div><div>    /<span class="Apple-tab-span" style="white-space:pre">      </span>.*<span class="Apple-tab-span" style="white-space:pre">  </span>.*<span class="Apple-tab-span" style="white-space:pre">  </span>.*</div><div><br></div><div>    # iptables -L -n |grep 5672</div><div>    ACCEPT     tcp  --  10.0.0.132           0.0.0.0/0            multiport dports 5671,5672 /* 001 amqp incoming amqp_10.0.0.132 */</div><div>    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:5672</div><div><br></div><div style="line-height: 1.5;"><br></div></div><div><br></div><div><br></div><div>and then error occur in nova-compute.log</div><div><br></div><div><div>2016-07-13 14:47:26.750 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:26.827 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:26.876 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:27.045 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:27.467 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:27.469 3469 INFO nova.virt.libvirt.driver [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [instance: 180d26c2-38c4-4633-8cca-ae6f2b88b4c3] Creating image</div><div>2016-07-13 14:47:27.596 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)</div><div>2016-07-13 14:47:27.597 3469 INFO nova.virt.libvirt.driver [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [instance: bec9afe4-b7e6-4f84-840b-9c8cbc1a84e3] Creating image</div></div><div><br></div><div><br></div><div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Ins</div><div>tance failed network setup after 1 attempt(s)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager Traceback (most recent call last):</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1570, in _allocate_network_async</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     bind_host_id=bind_host_id)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 49, in wrapped</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     return func(self, context, *args, **kwargs)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/network/base_api.py", line 77, in wrapper</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     res = f(self, context, *args, **kwargs)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 283, in allocate_for_instance</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     nw_info = self.network_rpcapi.allocate_for_instance(context, **args)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/network/rpcapi.py", line 163, in allocate_for_instance</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     macs=jsonutils.to_primitive(macs))</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 158, in call</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     retry=self.retry)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 90, in _send</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     timeout=timeout, retry=retry)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 470, in send</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     retry=retry)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 459, in _send</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     result = self._waiter.wait(msg_id, timeout)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 342, in wait</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     message = self.waiters.get(msg_id, timeout=timeout)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 244, in get</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager     'to message ID %s' % msg_id)</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager <font color="#ff0000">MessagingTimeout: Timed out waiting for a reply to message ID </font>579eff69755d4285997e9be2b75527c2</div><div>2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager </div><div>2016-07-13 14:48:26.773 3469 ERROR nova.compute.manager [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [in</div><div>stance: 180d26c2-38c4-4633-8cca-ae6f2b88b4c3] Instance failed to spawn</div></div><div><br></div><div><br></div><div>and error log in heat</div><div><br></div><div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource Traceback (most recent call last):</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 704, in _action_recorder</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     yield</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 775, in _do_action</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     yield self.action_handler_task(action, args=handler_args)</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/scheduler.py", line 314, in wrapper</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     step = next(subtask)</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 749, in action_handler_task</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     while not check(handler_data):</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/server.py", line 871, in check_create_complete</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     check = self.client_plugin()._check_active(server_id)</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource   File "/usr/lib/python2.7/site-packages/heat/engine/clients/os/nova.py", line 223, in _check_active</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource     'code': fault.get('code', _('Unknown'))</div><div>/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource ResourceInError: <font color="#ff0000">Went to status ERROR due to "Message: Unknown, Code: Unknown"</font></div></div><div><br></div><div><br></div><div>what is wrong ?    </div><div>how to query message informantion about <font color="#ff0000" style="line-height: 21px;">message ID </font><span style="line-height: 1.5;">579eff69755d4285997e9be2b75527c2 ? (who send to who?)</span></div><div><span style="line-height: 1.5;"><br></span></div><div><span style="line-height: 1.5;">thanks!</span></div><div><br></div>