First Instance Error: No hosts matched due to not matching 'force_hosts' value of 'compute100'
hi people,
i can't run my first instance because if i try to run this command line
nova boot --flavor m1.tiny --image cirros-0.3.2-x86_64 --nic net-id=0e6256fa-7302-4958-a43b-85d29e729a01 --security-group default --key-name demo-key instance001 --availability-zone nova:compute100
i see in nova list the status of my instance in ERROR
if i run this
nova boot --flavor m1.tiny --image cirros-0.3.2-x86_64 --nic net-id=0e6256fa-7302-4958-a43b-85d29e729a01 --security-group default --key-name demo-key instance00
the state no change from the Build
In the scheduler.log i can read this "No hosts matched due to not matching 'force_hosts' value of 'compute100'" where compute100 is my virtual compute node... and in nic net-id i paste the id of demo-net
Where/what's is the problem? Attached my scheduler.log here