← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1587944] Re: incorrect title of quota:vif_outbound_peak

 

Reviewed:  https://review.openstack.org/324021
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=85375d46c72e6d580315b0626927e84cde081393
Submitter: Jenkins
Branch:    master

commit 85375d46c72e6d580315b0626927e84cde081393
Author: Niall Bunting <niall.bunting@xxxxxxx>
Date:   Wed Jun 1 16:50:20 2016 +0000

    Incorrect title for Outbound Peak
    
    Changes the title to the correct one.
    
    Change-Id: I6c71cd9a1489e4692cdfce252beda16b6e1c670a
    Closes-Bug: 1587944


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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1587944

Title:
  incorrect title of quota:vif_outbound_peak

Status in Glance:
  Fix Released

Bug description:
  in metadefs/compute-quota.json:

  ...

  "quota:vif_outbound_burst": {
      "title": "Quota: VIF Outbound Burst",
      "description": "Network Virtual Interface (VIF) outbound burst in total kilobytes. Specifies the amount of bytes that can be burst at peak speed.",
      "type": "integer"
  },
  "quota:vif_outbound_peak": {
      "title": "Quota: VIF Outbound Burst",
      "description": "Network Virtual Interface (VIF) outbound peak in kilobytes per second. Specifies maximum rate at which an interface can send data.",
      "type": "integer"
  }
  ...

  the title of if_outbound_peak should be "Quota: VIF Outbound Peak":

  102c102
  <                     "title": "Quota: VIF Outbound Burst",
  ---
  >                     "title": "Quota: VIF Outbound Peak",

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


References