yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09545
[Bug 1278736] [NEW] Strings passed to InvalidAggregateAction should be translated
Public bug reported:
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
** Affects: nova
Importance: Low
Status: Triaged
** Tags: aggregates i18n
--
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):
Triaged
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
Follow ups
References