[Yahoo-eng-team] [Bug 1723429] Re: Mitaka Series Release Notes in Neutron Release Notes missing notes for versions 8.3 & 8.4

2017-10-30 Thread Yiorgos Stamoulis
setting to 'invalid' as issue no longer exists

** Changed in: neutron
   Status: Incomplete => Invalid

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

Title:
  Mitaka Series Release Notes in Neutron Release Notes missing notes for
  versions 8.3 & 8.4

Status in neutron:
  Invalid

Bug description:

  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [x] This doc is inaccurate in this way: changes for versions 8.0.0, 8.1.0, 
8.2.0 & 8.2.0-42 are shown but changes for versions 8.3.0 & 8.4.0 are not, 
while they were a couple of days ago!
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: 
input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  ---
  Release: 11.0.0.0rc2.dev354 on 2017-10-13 00:36
  SHA: 9a7c5a1ff667a0649c81b41ef56cc1fd8d1e947b
  Source: 
https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/mitaka.rst
  URL: https://docs.openstack.org/releasenotes/neutron/mitaka.html

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1723429] [NEW] Mitaka Series Release Notes in Neutron Release Notes missing notes for versions 8.3 & 8.4

2017-10-13 Thread Yiorgos Stamoulis
Public bug reported:


This bug tracker is for errors with the documentation, use the following
as a template and remove or add fields as you see fit. Convert [ ] into
[x] to check boxes:

- [x] This doc is inaccurate in this way: changes for versions 8.0.0, 8.1.0, 
8.2.0 & 8.2.0-42 are shown but changes for versions 8.3.0 & 8.4.0 are not, 
while they were a couple of days ago!
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: 
input and output. 

If you have a troubleshooting or support issue, use the following
resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

---
Release: 11.0.0.0rc2.dev354 on 2017-10-13 00:36
SHA: 9a7c5a1ff667a0649c81b41ef56cc1fd8d1e947b
Source: 
https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/mitaka.rst
URL: https://docs.openstack.org/releasenotes/neutron/mitaka.html

** Affects: neutron
 Importance: Undecided
 Status: New


** Tags: doc

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

Title:
  Mitaka Series Release Notes in Neutron Release Notes missing notes for
  versions 8.3 & 8.4

Status in neutron:
  New

Bug description:

  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [x] This doc is inaccurate in this way: changes for versions 8.0.0, 8.1.0, 
8.2.0 & 8.2.0-42 are shown but changes for versions 8.3.0 & 8.4.0 are not, 
while they were a couple of days ago!
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: 
input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  ---
  Release: 11.0.0.0rc2.dev354 on 2017-10-13 00:36
  SHA: 9a7c5a1ff667a0649c81b41ef56cc1fd8d1e947b
  Source: 
https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/mitaka.rst
  URL: https://docs.openstack.org/releasenotes/neutron/mitaka.html

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1587944] [NEW] incorrect title of quota:vif_outbound_peak

2016-06-01 Thread Yiorgos Stamoulis
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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp