** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  Instance object pci_devices and security_groups can't be None

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The Instance object defines security_groups and pci_devices as being
  able to be None, however they should never be None.  They are lists
  and should just be empty if assigned, never None.

  The Instance object has code for pci_devices to account for the DB
  layer possibly returning None.  However, it should never return None.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to