Add default value to volume_type "delete" colume

Bug #979191 reported by Jay Payne
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Invalid
Undecided
Unassigned

Bug Description

The data model for the "delete" column in the "volume_type" should be set to 0. In fact all columns that depend on a specific "default" value should probably have it set in the data model.

Revision history for this message
Sean Dague (sdague) wrote :

I believe this is covered by line 50 of nova/db/sqlalchemy/models.py:

  deleted = Column(Boolean, default=False)

Which is inherited by VolumeTypes.

If you believe there is a different issue please reopen the bug.

Changed in nova:
status: New → Invalid
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.