← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1441243] [NEW] EnumField can be None and thus unrestricted

 

Public bug reported:

The Enum objects field can be passed a valid_values=None set, which
disables the enum checking and defeats the whole purpose of the field.
This would allow something unversioned to creep into our RPC API, which
would be bad.

** Affects: nova
     Importance: High
     Assignee: Dan Smith (danms)
         Status: In Progress


** Tags: unified-objects

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

Title:
  EnumField can be None and thus unrestricted

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  The Enum objects field can be passed a valid_values=None set, which
  disables the enum checking and defeats the whole purpose of the field.
  This would allow something unversioned to creep into our RPC API,
  which would be bad.

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


Follow ups

References