On 09/20/2017 08:59 AM, Steven D. Searles wrote:
Done, thanks for the assistance Chris and everyone.

https://bugs.launchpad.net/nova/+bug/1718455

I pinged the nova devs and mriedem suggested a fix you might want to try. In nova/scheduler/filter_scheduler.py, function select_destinations(), around line 81 there is a line that reads:

num_instances = spec_obj.num_instances


The suggestion is to change that to the following:

num_instances = len(instance_uuids)


Could you try that and see if it fixes the original problem?


Thanks,
Chris

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to