hi everyone,<div><br><div><b>I use below comman to create cluster with JSON:</b></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><b>and then error occur in nova-compute.log</b></div><div><br></div><div><div>a4-0550f63d2a22] Attempting claim: memory 128 MB, disk 8 GB, vcpus 1 CPU</div><div>a4-0550f63d2a22] Total memory: 4792 MB, used: 512.00 MB</div><div>a4-0550f63d2a22] memory limit: 14376.00 MB, free: 13864.00 MB</div><div>a4-0550f63d2a22] Total disk: 57 GB, used: 0.00 GB</div><div>a4-0550f63d2a22] disk limit not specified, defaulting to unlimited</div><div>a4-0550f63d2a22] Total vcpu: 4 VCPU, used: 0.00 VCPU</div><div>a4-0550f63d2a22] vcpu limit: 64.00 VCPU, free: 64.00 VCPU</div><div>a4-0550f63d2a22] Claim successful</div><div>92-b2dee7d29011] Attempting claim: memory 128 MB, disk 8 GB, vcpus 1 CPU</div><div>92-b2dee7d29011] Total memory: 4792 MB, used: 640.00 MB</div><div>92-b2dee7d29011] memory limit: 14376.00 MB, free: 13736.00 MB</div><div>92-b2dee7d29011] Total disk: 57 GB, used: 8.00 GB</div><div>92-b2dee7d29011] disk limit not specified, defaulting to unlimited</div><div>92-b2dee7d29011] Total vcpu: 4 VCPU, used: 1.00 VCPU</div><div>92-b2dee7d29011] vcpu limit: 64.00 VCPU, free: 63.00 VCPU</div><div>92-b2dee7d29011] Claim successful</div><div>son: (No configuration information found for operating system Empty)</div><div>son: (No configuration information found for operating system Empty)</div><div>son: (No configuration information found for operating system Empty)</div><div>son: (No configuration information found for operating system Empty)</div><div>son: (No configuration information found for operating system Empty)</div><div>33-aea4-0550f63d2a22] Creating image</div><div>son: (No configuration information found for operating system Empty)</div><div>fd-9792-b2dee7d29011] Creating image</div><div><br></div><div>after 1 attempt(s)</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager Traceback (most recent call last):</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     bind_host_id=bind_host_id)</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 49, in wrapped</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     return func(self, context, *args, **kwargs)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     res = f(self, context, *args, **kwargs)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     nw_info = self.network_rpcapi.allocate_for_instance(context, **args)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     macs=jsonutils.to_primitive(macs))</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     retry=self.retry)</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager   File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 90, in _send</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     timeout=timeout, retry=retry)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     retry=retry)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     result = self._waiter.wait(msg_id, timeout)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     message = self.waiters.get(msg_id, timeout=timeout)</div><div>2016-07-14 10:45:56.626 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-14 10:45:56.626 3469 ERROR nova.compute.manager     'to message ID %s' % msg_id)</div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager <font color="#ff0000">MessagingTimeout: Timed out waiting for a reply to message ID b2b8007b8255476299b39696d00d7763</font></div><div>2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager </div></div><div><br></div><div>with </div><div><br></div><div><div>================================================================================</div><div>2016-07-14 14:44:48:962: Message published</div><div><br></div><div>Node:         rabbit@localhost</div><div>Connection:   10.0.0.132:60092 -> 10.0.0.132:5672</div><div>Virtual host: /</div><div>User:         guest</div><div>Channel:      1</div><div>Exchange:     nova</div><div>Routing keys: [<<"network">>]</div><div><font color="#ff0000">Routed queues: []</font></div><div>Properties:   [{<<"expiration">>,longstr,<<"60000">>},</div><div>               {<<"priority">>,signedint,0},</div><div>               {<<"delivery_mode">>,signedint,2},</div><div>               {<<"headers">>,table,[]},</div><div>               {<<"content_encoding">>,longstr,<<"utf-8">>},</div><div>               {<<"content_type">>,longstr,<<"application/json">>}]</div><div>Payload: </div><div>{"oslo.message": "{\"_context_domain\": null, \"_msg_id\": \"<font color="#ff0000">b2b8007b8255476299b39696d00d7763</font>\", \"_context_quota_class\": null, \"_context_read_only\": false, \"_context_request_id\": \"req-ca5eb709-c465-465e-82e9-e6e8e8f7aeee\", \"_context_service_catalog\": [{\"endpoints\": [{\"adminURL\": \"http://10.0.0.132:8776/v1/6cb156a82d0f486a9f50132be9438eb6\", \"region\": \"RegionOne\", \"internalURL\": \"http://10.0.0.132:8776/v1/6cb156a82d0f486a9f50132be9438eb6\", \"publicURL\": \"http://10.0.0.132:8776/v1/6cb156a82d0f486a9f50132be9438eb6\"}], \"type\": \"volume\", \"name\": \"cinder\"}, {\"endpoints\": [{\"adminURL\": \"http://10.0.0.132:8776/v2/6cb156a82d0f486a9f50132be9438eb6\", \"region\": \"RegionOne\", \"internalURL\": \"http://10.0.0.132:8776/v2/6cb156a82d0f486a9f50132be9438eb6\", \"publicURL\": \"http://10.0.0.132:8776/v2/6cb156a82d0f486a9f50132be9438eb6\"}], \"type\": \"volumev2\", \"name\": \"cinderv2\"}], \"args\": {\"project_id\": \"6cb156a82d0f486a9f50132be9438eb6\", \"macs\": null, \"instance_id\": \"69c6936d-1ff8-4033-aea4-0550f63d2a22\", \"host\": \"localhost.localdomain\", \"rxtx_factor\": 1.0, \"requested_networks\": null, \"vpn\": false}, \"_unique_id\": \"e951ec6536bb4fe8b50089c49e3eed24\", \"_context_resource_uuid\": null, \"_context_instance_lock_checked\": false, \"_context_user\": \"7fff70fbbf83441a9b3c4d91a5613825\", \"_context_user_id\": \"7fff70fbbf83441a9b3c4d91a5613825\", \"_context_project_name\": \"services\", \"_context_read_deleted\": \"no\", \"_context_user_identity\": \"7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -\", \"_reply_q\": \"reply_02936b6cd44d411bb8176cb057aa970f\", \"_context_auth_token\": \"b4f3c591d4a64a3b93737a12f3cb8c75\", \"_context_show_deleted\": false, \"_context_tenant\": \"6cb156a82d0f486a9f50132be9438eb6\", \"_context_roles\": [\"heat_stack_owner\", \"admin\"], \"_context_is_admin\": true, \"version\": \"1.13\", \"_context_project_id\": \"6cb156a82d0f486a9f50132be9438eb6\", \"_context_project_domain\": null, \"_context_timestamp\": \"2016-07-14T14:44:46.754114\", \"_context_user_domain\": null, \"_context_user_name\": \"sahara\", \"method\": \"allocate_for_instance\", \"_context_remote_address\": \"10.0.0.132\"}", "oslo.version": "2.0"}</div><div><br></div><div>================================================================================</div><div><br></div><div>================================================================================</div><div>2016-07-14 14:51:08:618: Message published</div><div><br></div><div>Node:         rabbit@localhost</div><div>Connection:   10.0.0.132:60069 -> 10.0.0.132:5672</div><div>Virtual host: /</div><div>User:         guest</div><div>Channel:      1</div><div>Exchange:     neutron</div><div>Routing keys: [<<"q-reports-plugin">>]</div><div>Routed queues: []</div><div>Properties:   [{<<"expiration">>,longstr,<<"60000">>},</div><div>               {<<"priority">>,signedint,0},</div><div>               {<<"delivery_mode">>,signedint,2},</div><div>               {<<"headers">>,table,[]},</div><div>               {<<"content_encoding">>,longstr,<<"utf-8">>},</div><div>               {<<"content_type">>,longstr,<<"application/json">>}]</div><div>Payload: </div><div>{"oslo.message": "{\"_context_domain\": null, \"_msg_id\": \"275f0364ae3148d08d0eab65e5a43cf7\", \"_context_read_only\": false, \"_context_request_id\": \"req-949655af-baa6-4f39-b314-67a1bc1c3795\", \"_context_tenant_id\": null, \"args\": {\"agent_state\": {\"agent_state\": {\"binary\": \"neutron-metadata-agent\", \"uuid\": \"8b68594b-db04-4c31-be0f-05790138efc1\", \"start_flag\": true, \"topic\": \"N/A\", \"host\": \"localhost.localdomain\", \"agent_type\": \"Metadata agent\", \"configurations\": {\"log_agent_heartbeats\": false, \"nova_metadata_port\": 8775, \"nova_metadata_ip\": \"10.0.0.132\", \"metadata_proxy_socket\": \"/var/lib/neutron/metadata_proxy\"}}}, \"time\": \"2016-07-14T14:51:08.614860\"}, \"_unique_id\": \"6acc12992e814a849d81210d18d24014\", \"_context_resource_uuid\": null, \"_context_tenant_name\": null, \"_context_user\": null, \"_context_user_id\": null, \"_context_project_name\": null, \"_context_user_identity\": \"- - - - -\", \"_reply_q\": \"reply_caf476538f034d08b59b6a4102206b5d\", \"_context_auth_token\": null, \"_context_show_deleted\": false, \"_context_tenant\": null, \"_context_roles\": [], \"_context_is_admin\": true, \"version\": \"1.0\", \"_context_project_id\": null, \"_context_project_domain\": null, \"_context_timestamp\": \"2016-07-13 02:11:02.693300\", \"_context_user_domain\": null, \"_context_user_name\": null, \"method\": \"report_state\"}", "oslo.version": "2.0"}</div><div><br></div><div>================================================================================</div></div><div><br></div><div><br></div><div><b>what is wrong ?   How to deal it? </b></div><div><br></div><div><span style="line-height: 1.5;">thanks!</span></div><div><br></div>