can't lauch instance with Windows server 2012 image
I use openstack with v-magine.could you help me?
Hello,
Are you using the image Windows Server 2012R2 Standard trial downloaded from cloudbase.it?
Thank you,
Adrian Vladu
YES. I m using Windows Server 2012 from cloudbase. it is impossible to launch an instance.
Hello. this is [Error : No valid host was found. There are not enough hosts available.]
2017-05-17 08:28:10.904 360 WARNING oslo_config.cfg [req-c3ba395a-d4e4-4f59-9ae2-8089992b28cc - - - - -] Option "policy_file" from group "DEFAULT" is deprecated. Use option "policy_file" from group "oslo_policy". 2017-05-17 08:28:11.032 360 INFO nova.virt.driver [req-c3ba395a-d4e4-4f59-9ae2-8089992b
please put the log in a pastebin like pastebin.com or paste.ubuntu.com on the other hand, you have issues like: The broker has blocked the connection: low on disk, or the image cannot be fetched. make sure you have ungzipped the vhdx and that you did not run into this issue.
I tried to copy in the link but it does not. please can you help me. I have a project on openstack
If you are getting an error that there are not enough hosts available, it could be that the cell database was not refreshed. When a compute node is added, the cell database must be refreshed.
Run the following command on your controller:
su -s /bin/sh -c "nova-manage cell_v2 discover_hosts --verbose" nova
you can also set an appropriate interval in /etc/nova/nova.conf
on your controller to automatically rediscover compute nodes every so many seconds:
[scheduler]
...
discover_hosts_in_cells_interval = 300
Let me know if that works.
Asked: 2017-05-11 18:34:46 +0200
Seen: 462 times
Last updated: May 22 '17