← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1528250] Re: Wrong string format in exception FlavorExtraSpecUpdateCreateFailed

 

Reviewed:  https://review.openstack.org/244029
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c85cd57c5c156b479db75c9f14fd916f7b64298e
Submitter: Jenkins
Branch:    master

commit c85cd57c5c156b479db75c9f14fd916f7b64298e
Author: Pavel Kholkin <pkholkin@xxxxxxxxxxxx>
Date:   Wed Nov 11 12:56:44 2015 +0300

    enginefacade: 'flavor'
    
    Use enginefacade in 'flavor' section.
    
    Implements: blueprint new-oslodb-enginefacade
    
    Co-Authored-By: Sergey Nikitin <snikitin@xxxxxxxxxxxx>
    
    Closes-Bug: #1528250
    
    Change-Id: I2f57bb46d087948792e749905a0c060d009fbcf8


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References