← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1585914] Re: should not use 'in' to tell if the boot request is in aggregate azs string

 

** Changed in: nova
       Status: New => Opinion

** Changed in: nova
   Importance: Undecided => Wishlist

-- 
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/1585914

Title:
  should not use 'in' to tell if the boot request is in aggregate azs
  string

Status in OpenStack Compute (nova):
  Opinion

Bug description:
  code at
  https://github.com/openstack/nova/blob/master/nova/scheduler/filters/availability_zone_filter.py#L48
  and
  https://github.com/openstack/nova/blob/master/nova/tests/unit/scheduler/filters/test_availability_zone_filters.py#L40

  shows we can support a list of AZs which is comma separated in one
  aggregate.

  but the code at
  https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L1141
  is not clear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1585914/+subscriptions


References