← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1278736] Re: Strings passed to InvalidAggregateAction should be translated

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-1

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

Title:
  Strings passed to InvalidAggregateAction should be translated

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  InvalidAggregateAction .looks like:

   class InvalidAggregateAction(Invalid):
       msg_fmt = _("Cannot perform action '%(action)s' on aggregate "
     		"%(aggregate_id)s. Reason: %(reason)s.")

  
  The values for action are:

    delete
    add_host_to_aggregate
    update aggregate
    update aggregate metadata

  Also we use 'not empty' untranslated as a reason string in one place

  We should standardize these strings a little more and always translate
  them

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


References