The server has either erred or is incapable of performing the requested operation when launch instance on virtual machine.
I set up an openstack system, with one controller node, one network node, one compute node, one block node. But all the nodes are virtual machine. I setup this system follow the latest guide of Juno version on CentOS 7.0. Everything goes well but report this error when launch an instance. I open the debug log of nova module, and get some trace information:
...
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 48, in wrapped
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack return func(self, context, *args, **kwargs)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 405, in validate_networks
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack requested_networks)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/nova/network/rpcapi.py", line 245, in validate_networks
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack return self.client.call(ctxt, 'validate_networks', networks=networks)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 389, in call
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack return self.prepare().call(ctxt, method, **kwargs)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 152, in call
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack retry=self.retry)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-packages/oslo/messaging/transport.py", line 90, in _send
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack timeout=timeout, retry=retry)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-
packages/oslo/messaging/_drivers/amqpdriver.py", line 408, in send
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack retry=retry)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-
packages/oslo/messaging/_drivers/amqpdriver.py", line 397, in _send
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack result = self._waiter.wait(msg_id, timeout)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-
packages/oslo/messaging/_drivers/amqpdriver.py", line 285, in wait
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack reply, ending = self._poll_connection(msg_id, timeout)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack File "/usr/lib/python2.7/site-
packages/oslo/messaging/_drivers/amqpdriver.py", line 235, in _poll_connection
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack % msg_id)
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack MessagingTimeout: Timed out waiting for a reply to message ID 7dba16118d384aa6b16f344c7c6578c8
2015-03-16 06:00:58.449 30700 TRACE nova.api.openstack
2015-03-16 06:00:58.453 30700 INFO nova.api.openstack ...
Run on Controller:-
Then on Controller
Thanks for your reply. For the characters limit, I only list the inactive items: openstack-nova-compute openstack-nova-network neutron-dhcp-agent neutron-l3-agent neutron-metadata-agent neutron-lbaas-agent openstack-cinder-volume openstack-cinder-backup Could you tell me which one should up and how?
@Vincent,please, add update to your question. It's not forbidden. You may make thing much easier for me formatting text via highlighting with button "101010". Please, add info exactly as I requested, discussion with comments limit is not effective. I will answer using answer field.
I believe you have problem with AMQP broker - service rabbitmq-server, that is why I am requesting it's status.