New Question
0

Failed to deploy windows2012 R2 image

asked 2015-11-13 11:17:30 +0300

Paracetamol gravatar image

I have create an image an when i try to deploy i have this error:

MessageNo valid host was found. There are not enough hosts available. Code500 DétailsFile "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 671, in buildinstances requestspec, filterproperties) File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 337, in wrapped return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/nova/scheduler/client/init.py", line 52, in selectdestinations context, requestspec, filterproperties) File "/usr/lib/python2.7/site-packages/nova/scheduler/client/init.py", line 37, in _runmethod return getattr(self.instance, _name)(*args, **kwargs) File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 34, in selectdestinations context, requestspec, filterproperties) File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 120, in selectdestinations requestspec=requestspec, filterproperties=filterproperties) File "/usr/lib/python2.7/site-packages/oslomessaging/rpc/client.py", line 156, in call retry=self.retry) File "/usr/lib/python2.7/site-packages/oslomessaging/transport.py", line 90, in _send timeout=timeout, retry=retry) File "/usr/lib/python2.7/site-packages/oslomessaging/drivers/amqpdriver.py", line 350, in send retry=retry) File "/usr/lib/python2.7/site-packages/oslomessaging/_drivers/amqpdriver.py", line 341, in _send raise result Créé13 novembre 2015 09:11

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2015-11-13 14:04:57 +0300

avladu gravatar image

Hello,

From the log you provided, there seems to be a problem at the scheduler level, as your compute nodes' capabilities do not pass the filters. This error message is of a more general type and it does not help in localizing the exact issue.

Nonetheless, you can try to debug this issue by looking at your nova services status:

nova service-list

If all the nova-* services statuses are up, make sure the flavor you are using is supported by the compute nodes(you have enough resources and the required capabilities). To further debug this issue, it would help to know more about your environment(openstack version/hypervisor used/network type used).

Thanks.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-11-13 11:17:30 +0300

Seen: 265 times

Last updated: Nov 13 '15