← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1528250] [NEW] Wrong string format in exception FlavorExtraSpecUpdateCreateFailed

 

Public bug reported:

class FlavorExtraSpecUpdateCreateFailed(NovaException):
    msg_fmt = _("Flavor %(id)d extra spec cannot be updated or created "
                "after %(retries)d retries.")

'id' here means 'flavorid' which is String (not Integer).

** Affects: nova
     Importance: Low
     Assignee: Pavel Kholkin (pkholkin)
         Status: In Progress

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

Title:
  Wrong string format in exception FlavorExtraSpecUpdateCreateFailed

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  class FlavorExtraSpecUpdateCreateFailed(NovaException):
      msg_fmt = _("Flavor %(id)d extra spec cannot be updated or created "
                  "after %(retries)d retries.")

  'id' here means 'flavorid' which is String (not Integer).

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


Follow ups