Duplicate of https://bugs.launchpad.net/nova/+bug/1303360 which has been
merged
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1308698
Title:
GroupAntiAffinityFilter scheduler hint doesn't work
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Using either milestone-proposed or master:
nova.conf:
scheduler_default_filters =
RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,GroupAntiAffinityFilter
mysql
use nova
select * from instance_groups;
Empty set (0 rows)
nova boot --flavor m1.nano --image cirros-0.3.1-x86_64-uec --nic net-
id=ed3fe298-12a7-4625-8e90-2c286f48aebb --hint group=foo s1
output of nova boot then shows server in scheduling state.
horizon shows:
Fault
Message
Instance group foo could not be found.
Code
404
mysql
use nova
select * from instance_groups;
There is one row with name "foo", so the group was created.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1308698/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp