ValueError: Field `uuid' cannot be None in PciDevice._from_db_object

Bug #1735189 reported by Matt Riedemann
This bug report is a duplicate of:  Bug #1735188: PciDevice UUID field not populated. Edit Remove
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

https://bugzilla.redhat.com/show_bug.cgi?id=1516952

File "nova/objects/pci_device.py", line 194, in _from_db_object
        setattr(pci_device, key, db_dev[key])
      File "/home/user/git/nova/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 72, in setter
        field_value = field.coerce(self, name, value)
      File "/home/user/git/nova/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/fields.py", line 193, in coerce
        return self._null(obj, attr)
      File "/home/user/git/nova/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/fields.py", line 171, in _null
        raise ValueError(_("Field `%s' cannot be None") % attr)
    ValueError: Field `uuid' cannot be None

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.