← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1343477] [NEW] Unset metadata in aggregates fails

 

Public bug reported:

In order to remove a key/value pair from an aggregate metadata, you are
supposed to use key=None. This is failing because None is not a string
or unicode and nova is trying to get the value length using string utils

** Affects: nova
     Importance: Undecided
     Assignee: Santiago Baldassin (santiago-b-baldassin)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Santiago Baldassin (santiago-b-baldassin)

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

Title:
  Unset metadata in aggregates fails

Status in OpenStack Compute (Nova):
  New

Bug description:
  In order to remove a key/value pair from an aggregate metadata, you
  are supposed to use key=None. This is failing because None is not a
  string or unicode and nova is trying to get the value length using
  string utils

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


Follow ups

References