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.]
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: 419 times
Last updated: May 22 '17