← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1257949] [NEW] fix task.owner to be nullable=False in models.py

 

Public bug reported:

We currently, do not allow NULL owner for tasks and models.py lets it be
NULL however, the tasks table ensures that it does not set NULL owner.

So, we do not need migration - just need fix in the code patch for this.

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1257949

Title:
  fix task.owner to be nullable=False in models.py

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  We currently, do not allow NULL owner for tasks and models.py lets it
  be NULL however, the tasks table ensures that it does not set NULL
  owner.

  So, we do not need migration - just need fix in the code patch for
  this.

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


Follow ups

References