Comment 2 for bug 1557730

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

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.

    Change-Id: I7f8bde68e315dc39942faff4065db927e477e1f1
    Closes-Bug: #1549032