The commit is in Mitaka and our 9.0 downstream branch:
rpodolyaka@rpodolyaka-pc:~/src/nova$ git branch -a --contains e015a98b9e99dca7b97e97bb48af4392fd34dddb | grep mirantis
remotes/mirantis/9.0/mitaka
remotes/mirantis/master
remotes/mirantis/stable/mitaka
rpodolyaka@rpodolyaka-pc:~/src/nova$ git show e015a98b9e99dca7b97e97bb48af4392fd34dddb
commit e015a98b9e99dca7b97e97bb48af4392fd34dddb
Author: Chris Friesen <email address hidden>
Date: Tue Feb 23 17:27:00 2016 -0600
check max_net_count against min_count when booting
If the user has specified a min_count when booting instances, and
our calculated max_net_count is smaller than the specified min_count
then we want to fail with an easily-interpreted error.
The commit is in Mitaka and our 9.0 downstream branch:
rpodolyaka@ rpodolyaka- pc:~/src/ nova$ git branch -a --contains e015a98b9e99dca 7b97e97bb48af43 92fd34dddb | grep mirantis mirantis/ 9.0/mitaka mirantis/ master mirantis/ stable/ mitaka rpodolyaka- pc:~/src/ nova$ git show e015a98b9e99dca 7b97e97bb48af43 92fd34dddb 7b97e97bb48af43 92fd34dddb
remotes/
remotes/
remotes/
rpodolyaka@
commit e015a98b9e99dca
Author: Chris Friesen <email address hidden>
Date: Tue Feb 23 17:27:00 2016 -0600
check max_net_count against min_count when booting
If the user has specified a min_count when booting instances, and
our calculated max_net_count is smaller than the specified min_count
then we want to fail with an easily-interpreted error.
Change-Id: I7f8bde68e315dc 39942faff4065db 927e477e1f1
Closes-Bug: #1549032