hi everyone,
I use below comman to create cluster with JSON:


    openstack dataprocessing cluster create --json 
my_cluster_create_default.json


     and


    # rabbitmqctl  list_users
    Listing users ...
    guest       [administrator]


    # rabbitmqctl  list_user_permissions guest
    Listing permissions for user "guest" ...
    /   .*      .*      .*


    # iptables -L -n |grep 5672
    ACCEPT     tcp  --  10.0.0.132           0.0.0.0/0            multiport 
dports 5671,5672 /* 001 amqp incoming amqp_10.0.0.132 */
    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:5672









and then error occur in nova-compute.log


a4-0550f63d2a22] Attempting claim: memory 128 MB, disk 8 GB, vcpus 1 CPU
a4-0550f63d2a22] Total memory: 4792 MB, used: 512.00 MB
a4-0550f63d2a22] memory limit: 14376.00 MB, free: 13864.00 MB
a4-0550f63d2a22] Total disk: 57 GB, used: 0.00 GB
a4-0550f63d2a22] disk limit not specified, defaulting to unlimited
a4-0550f63d2a22] Total vcpu: 4 VCPU, used: 0.00 VCPU
a4-0550f63d2a22] vcpu limit: 64.00 VCPU, free: 64.00 VCPU
a4-0550f63d2a22] Claim successful
92-b2dee7d29011] Attempting claim: memory 128 MB, disk 8 GB, vcpus 1 CPU
92-b2dee7d29011] Total memory: 4792 MB, used: 640.00 MB
92-b2dee7d29011] memory limit: 14376.00 MB, free: 13736.00 MB
92-b2dee7d29011] Total disk: 57 GB, used: 8.00 GB
92-b2dee7d29011] disk limit not specified, defaulting to unlimited
92-b2dee7d29011] Total vcpu: 4 VCPU, used: 1.00 VCPU
92-b2dee7d29011] vcpu limit: 64.00 VCPU, free: 63.00 VCPU
92-b2dee7d29011] Claim successful
son: (No configuration information found for operating system Empty)
son: (No configuration information found for operating system Empty)
son: (No configuration information found for operating system Empty)
son: (No configuration information found for operating system Empty)
son: (No configuration information found for operating system Empty)
33-aea4-0550f63d2a22] Creating image
son: (No configuration information found for operating system Empty)
fd-9792-b2dee7d29011] Creating image


after 1 attempt(s)
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager Traceback (most recent 
call last):
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     
bind_host_id=bind_host_id)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     return func(self, 
context, *args, **kwargs)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     res = f(self, 
context, *args, **kwargs)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     nw_info = 
self.network_rpcapi.allocate_for_instance(context, **args)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     
macs=jsonutils.to_primitive(macs))
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     retry=self.retry)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     timeout=timeout, 
retry=retry)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     retry=retry)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     result = 
self._waiter.wait(msg_id, timeout)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     message = 
self.waiters.get(msg_id, timeout=timeout)
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
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager     'to message ID %s' 
% msg_id)
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager MessagingTimeout: Timed 
out waiting for a reply to message ID b2b8007b8255476299b39696d00d7763
2016-07-14 10:45:56.626 3469 ERROR nova.compute.manager 



with 


================================================================================
2016-07-14 14:44:48:962: Message published


Node:         rabbit@localhost
Connection:   10.0.0.132:60092 -> 10.0.0.132:5672
Virtual host: /
User:         guest
Channel:      1
Exchange:     nova
Routing keys: [<<"network">>]
Routed queues: []
Properties:   [{<<"expiration">>,longstr,<<"60000">>},
               {<<"priority">>,signedint,0},
               {<<"delivery_mode">>,signedint,2},
               {<<"headers">>,table,[]},
               {<<"content_encoding">>,longstr,<<"utf-8">>},
               {<<"content_type">>,longstr,<<"application/json">>}]
Payload: 
{"oslo.message": "{\"_context_domain\": null, \"_msg_id\": 
\"b2b8007b8255476299b39696d00d7763\", \"_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"}


================================================================================


================================================================================
2016-07-14 14:51:08:618: Message published


Node:         rabbit@localhost
Connection:   10.0.0.132:60069 -> 10.0.0.132:5672
Virtual host: /
User:         guest
Channel:      1
Exchange:     neutron
Routing keys: [<<"q-reports-plugin">>]
Routed queues: []
Properties:   [{<<"expiration">>,longstr,<<"60000">>},
               {<<"priority">>,signedint,0},
               {<<"delivery_mode">>,signedint,2},
               {<<"headers">>,table,[]},
               {<<"content_encoding">>,longstr,<<"utf-8">>},
               {<<"content_type">>,longstr,<<"application/json">>}]
Payload: 
{"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"}


================================================================================





what is wrong ?   How to deal it? 


thanks!
_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to