← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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",

** Affects: glance
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups