Comment 0 for bug 1306889

Revision history for this message
Arun Thulasi (arunuke) wrote :

Hello All,

[This is more of a question than a bug]

I am running Fedora20/IceHouse/RDO. I have been using the GroupAntiAffinityFilter to implement some affinity/anti-affinity rules. I have GroupAntiAffinityFilter set in nova.conf for my filters and I start my instances with the name of the group as a hint.

nova boot --flavor 1 --image <image-id> --hint group=test tstvm1.

Since the last couple of days, I have been getting failures with the error that "instance group test could not be found". My current version of nova client does not seem to have an option to set up instance groups nor could I find any documentation from the most recent guide. Has anyone hit this issue or been able to workaround this?

Looking through the stack, it appears that the failure happens since there is no group. However, should nova be creating an instance group if one is not available already?