[Yahoo-eng-team] [Bug 1598254] [NEW] Networking API v2.0 (CURRENT): Create Network Request and Response missing the 'description' parameter.

2016-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

http://developer.openstack.org/api-ref-networking-v2.html

Create Network Request and Response missing the 'description' parameter.

localadmin@qa4:~/devstack$ neutron --debug net-create my-net --description="My 
test network"
DEBUG: keystoneclient.session REQ: curl -g -i -X GET 
http://172.29.85.228:5000/v2.0 -H "Accept: application/json" -H "User-Agent: 
python-keystoneclient"
DEBUG: keystoneclient.session RESP: [200] Content-Length: 339 Vary: 
X-Auth-Token Keep-Alive: timeout=5, max=100 Server: Apache/2.4.7 (Ubuntu) 
Connection: Keep-Alive Date: Fri, 01 Jul 2016 14:20:33 GMT Content-Type: 
application/json x-openstack-request-id: 
req-137144d2-eb76-4eb7-aa4b-808f2d1c69d9 
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", 
"media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://172.29.85.228:5000/v2.0/";, "rel": "self"}, {"href": 
"http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}}

DEBUG: stevedore.extension found extension EntryPoint.parse('table = 
cliff.formatters.table:TableFormatter')
DEBUG: stevedore.extension found extension EntryPoint.parse('json = 
cliff.formatters.json_format:JSONFormatter')
DEBUG: stevedore.extension found extension EntryPoint.parse('shell = 
cliff.formatters.shell:ShellFormatter')
DEBUG: stevedore.extension found extension EntryPoint.parse('value = 
cliff.formatters.value:ValueFormatter')
DEBUG: stevedore.extension found extension EntryPoint.parse('yaml = 
cliff.formatters.yaml_format:YAMLFormatter')
DEBUG: stevedore.extension found extension EntryPoint.parse('html = 
clifftablib.formatters:HtmlFormatter')
DEBUG: neutronclient.neutron.v2_0.network.CreateNetwork 
get_data(Namespace(admin_state=True, columns=[], formatter='table', 
max_width=0, name=u'my-net', noindent=False, prefix='', 
provider:network_type=None, provider:physical_network=None, 
provider:segmentation_id=None, qos_policy=None, request_format='json', 
tenant_id=None, variables=[]))
DEBUG: keystoneclient.auth.identity.v2 Making authentication request to 
http://172.29.85.228:5000/v2.0/tokens
DEBUG: stevedore.extension found extension EntryPoint.parse('router_scheduler = 
neutronclient.neutron.v2_0.cisco.routerscheduler')
DEBUG: stevedore.extension found extension EntryPoint.parse('hosting_devices = 
neutronclient.neutron.v2_0.cisco.hostingdevice')
DEBUG: stevedore.extension found extension EntryPoint.parse('router_types = 
neutronclient.neutron.v2_0.cisco.routertype')
DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_scheduler = 
neutronclient.neutron.v2_0.cisco.hostingdevicescheduler')
DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_templates = 
neutronclient.neutron.v2_0.cisco.hostingdevicetemplate')
DEBUG: stevedore.extension found extension EntryPoint.parse('hosting_devices = 
networking_cisco.neutronclient.hostingdevice')
DEBUG: stevedore.extension found extension EntryPoint.parse('router_types = 
networking_cisco.neutronclient.routertype')
DEBUG: stevedore.extension found extension EntryPoint.parse('policy_profile = 
networking_cisco.neutronclient.policyprofile')
DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_templates = 
networking_cisco.neutronclient.hostingdevicetemplate')
DEBUG: stevedore.extension found extension EntryPoint.parse('router_scheduler = 
networking_cisco.neutronclient.routerscheduler')
DEBUG: stevedore.extension found extension EntryPoint.parse('network_profile = 
networking_cisco.neutronclient.networkprofile')
DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_scheduler = 
networking_cisco.neutronclient.hostingdevicescheduler')
DEBUG: keystoneclient.session REQ: curl -g -i -X POST 
http://172.29.85.228:9696/v2.0/networks.json -H "User-Agent: 
python-neutronclient" -H "Content-Type: application/json" -H "Accept: 
application/json" -H "X-Auth-Token: 
{SHA1}a7c5442d73f1424784bea97819b8d2b7d8295257" -d '{"network": {"description": 
"My test network", "name": "my-net", "admin_state_up": true}}'
DEBUG: keystoneclient.session RESP: [201] Date: Fri, 01 Jul 2016 14:20:34 GMT 
Connection: keep-alive Content-Type: application/json; charset=UTF-8 
Content-Length: 613 X-Openstack-Request-Id: 
req-1046640c-3a4f-4fb1-b03d-ed53ad812049 
RESP BODY: {"network": {"status": "ACTIVE", "router:external": false, 
"availability_zone_hints": [], "availability_zones": [], "description": "My 
test network", "provider:physical_network": "physnet1", "subnets": [], 
"shared": false, "name": "my-net", "created_at": "2016-07-01T14:20:34", "tags": 
[], "updated_at": "2016-07-01T14:20:34", "provider:network_type": "vlan", 
"ipv6_address_scope": null, "tenant_id": "11490fe658324835893b1ba1852d6313", 
"admin_state_up": true, "ipv4_address_scope": null, "port_security_enabled": 
true, "mtu": 1500, "id": "3cb83644-568c-4227-b3ae-f

[Yahoo-eng-team] [Bug 1592711] [NEW] Missing doc for "list of roles assigned to a user for a tenant" on identity v2 API

2016-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Keystone has API for "list of roles assigned to a user for a tenant" -
'/tenants/%s/users/%s/roles' % (tenant_id, user_id)

However, the api-site doesn't contain the API description.
So we need to write the API for API users.

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
Missing doc for "list of roles assigned to a user for a tenant" on identity v2 
API
https://bugs.launchpad.net/bugs/1592711
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Identity (keystone).

-- 
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 1598254] Re: Networking API v2.0 (CURRENT): Create Network Request and Response missing the 'description' parameter.

2016-07-10 Thread KATO Tomoyuki
** Project changed: openstack-api-site => neutron

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

Title:
  Networking API v2.0 (CURRENT): Create Network Request and Response
  missing the 'description' parameter.

Status in neutron:
  New

Bug description:
  http://developer.openstack.org/api-ref-networking-v2.html

  Create Network Request and Response missing the 'description'
  parameter.

  localadmin@qa4:~/devstack$ neutron --debug net-create my-net 
--description="My test network"
  DEBUG: keystoneclient.session REQ: curl -g -i -X GET 
http://172.29.85.228:5000/v2.0 -H "Accept: application/json" -H "User-Agent: 
python-keystoneclient"
  DEBUG: keystoneclient.session RESP: [200] Content-Length: 339 Vary: 
X-Auth-Token Keep-Alive: timeout=5, max=100 Server: Apache/2.4.7 (Ubuntu) 
Connection: Keep-Alive Date: Fri, 01 Jul 2016 14:20:33 GMT Content-Type: 
application/json x-openstack-request-id: 
req-137144d2-eb76-4eb7-aa4b-808f2d1c69d9 
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://172.29.85.228:5000/v2.0/";, "rel": "self"}, {"href": 
"http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}}

  DEBUG: stevedore.extension found extension EntryPoint.parse('table = 
cliff.formatters.table:TableFormatter')
  DEBUG: stevedore.extension found extension EntryPoint.parse('json = 
cliff.formatters.json_format:JSONFormatter')
  DEBUG: stevedore.extension found extension EntryPoint.parse('shell = 
cliff.formatters.shell:ShellFormatter')
  DEBUG: stevedore.extension found extension EntryPoint.parse('value = 
cliff.formatters.value:ValueFormatter')
  DEBUG: stevedore.extension found extension EntryPoint.parse('yaml = 
cliff.formatters.yaml_format:YAMLFormatter')
  DEBUG: stevedore.extension found extension EntryPoint.parse('html = 
clifftablib.formatters:HtmlFormatter')
  DEBUG: neutronclient.neutron.v2_0.network.CreateNetwork 
get_data(Namespace(admin_state=True, columns=[], formatter='table', 
max_width=0, name=u'my-net', noindent=False, prefix='', 
provider:network_type=None, provider:physical_network=None, 
provider:segmentation_id=None, qos_policy=None, request_format='json', 
tenant_id=None, variables=[]))
  DEBUG: keystoneclient.auth.identity.v2 Making authentication request to 
http://172.29.85.228:5000/v2.0/tokens
  DEBUG: stevedore.extension found extension EntryPoint.parse('router_scheduler 
= neutronclient.neutron.v2_0.cisco.routerscheduler')
  DEBUG: stevedore.extension found extension EntryPoint.parse('hosting_devices 
= neutronclient.neutron.v2_0.cisco.hostingdevice')
  DEBUG: stevedore.extension found extension EntryPoint.parse('router_types = 
neutronclient.neutron.v2_0.cisco.routertype')
  DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_scheduler = 
neutronclient.neutron.v2_0.cisco.hostingdevicescheduler')
  DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_templates = 
neutronclient.neutron.v2_0.cisco.hostingdevicetemplate')
  DEBUG: stevedore.extension found extension EntryPoint.parse('hosting_devices 
= networking_cisco.neutronclient.hostingdevice')
  DEBUG: stevedore.extension found extension EntryPoint.parse('router_types = 
networking_cisco.neutronclient.routertype')
  DEBUG: stevedore.extension found extension EntryPoint.parse('policy_profile = 
networking_cisco.neutronclient.policyprofile')
  DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_templates = 
networking_cisco.neutronclient.hostingdevicetemplate')
  DEBUG: stevedore.extension found extension EntryPoint.parse('router_scheduler 
= networking_cisco.neutronclient.routerscheduler')
  DEBUG: stevedore.extension found extension EntryPoint.parse('network_profile 
= networking_cisco.neutronclient.networkprofile')
  DEBUG: stevedore.extension found extension 
EntryPoint.parse('hosting_device_scheduler = 
networking_cisco.neutronclient.hostingdevicescheduler')
  DEBUG: keystoneclient.session REQ: curl -g -i -X POST 
http://172.29.85.228:9696/v2.0/networks.json -H "User-Agent: 
python-neutronclient" -H "Content-Type: application/json" -H "Accept: 
application/json" -H "X-Auth-Token: 
{SHA1}a7c5442d73f1424784bea97819b8d2b7d8295257" -d '{"network": {"description": 
"My test network", "name": "my-net", "admin_state_up": true}}'
  DEBUG: keystoneclient.session RESP: [201] Date: Fri, 01 Jul 2016 14:20:34 GMT 
Connection: keep-alive Content-Type: application/json; charset=UTF-8 
Content-Length: 613 X-Openstack-Request-Id: 
req-1046640c-3a4f-4fb1-b03d-ed53ad812049 
  RESP BODY: {"network": {"status": "ACTIVE", "router:external": false, 
"availability_zone_hints": [], "availability_zones": [], "description": "My 
test network", "provider:physical_network":

[Yahoo-eng-team] [Bug 1592711] Re: Missing doc for "list of roles assigned to a user for a tenant" on identity v2 API

2016-07-10 Thread KATO Tomoyuki
** Project changed: openstack-api-site => keystone

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1592711

Title:
  Missing doc for "list of roles assigned to a user for a tenant" on
  identity v2 API

Status in OpenStack Identity (keystone):
  New

Bug description:
  Keystone has API for "list of roles assigned to a user for a tenant" -
  '/tenants/%s/users/%s/roles' % (tenant_id, user_id)

  However, the api-site doesn't contain the API description.
  So we need to write the API for API users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1592711/+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 1592646] [NEW] Need to write "update user's password" on identity v2 API

2016-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Bug https://bugs.launchpad.net/openstack-api-site/+bug/1524147 is not
fixed yet.

I did not find update password API doc http://developer.openstack.org
/api-ref-identity-admin-v2.html  or http://developer.openstack.org/api-
ref-identity-v2-ext.html

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
Need to write "update user's password" on identity v2 API
https://bugs.launchpad.net/bugs/1592646
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Identity (keystone).

-- 
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 1592713] [NEW] wrong url for list role identity v2 API

2016-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Keystone has list roles API but its url is wrong here-
http://developer.openstack.org/api-ref-identity-v2-ext.html#listRoles

It should be '/v2.0/OS-KSADM/roles'

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
wrong url for list role identity v2 API
https://bugs.launchpad.net/bugs/1592713
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Identity (keystone).

-- 
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 1592713] Re: wrong url for list role identity v2 API

2016-07-10 Thread KATO Tomoyuki
** Project changed: openstack-api-site => keystone

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1592713

Title:
  wrong url for list role identity v2 API

Status in OpenStack Identity (keystone):
  New

Bug description:
  Keystone has list roles API but its url is wrong here-
  http://developer.openstack.org/api-ref-identity-v2-ext.html#listRoles

  It should be '/v2.0/OS-KSADM/roles'

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1592713/+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 1592646] Re: Need to write "update user's password" on identity v2 API

2016-07-10 Thread KATO Tomoyuki
** Project changed: openstack-api-site => keystone

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1592646

Title:
  Need to write "update user's password" on identity v2 API

Status in OpenStack Identity (keystone):
  New

Bug description:
  Bug https://bugs.launchpad.net/openstack-api-site/+bug/1524147 is not
  fixed yet.

  I did not find update password API doc http://developer.openstack.org
  /api-ref-identity-admin-v2.html  or http://developer.openstack.org
  /api-ref-identity-v2-ext.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1592646/+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 1599275] Re: Deprecate min_l3_agents_per_router option

2016-07-10 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/338169
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=e82494f9cd07706f086b036a15cf7bf1e141074a
Submitter: Jenkins
Branch:master

commit e82494f9cd07706f086b036a15cf7bf1e141074a
Author: Jens Rosenboom 
Date:   Wed Jul 6 11:49:19 2016 +0200

Deprecate option min_l3_agents_per_router

As was discussed in [1], we should not only allow setting
min_l3_agents_per_router to one [2], but deprecate this option
completely.

[1] https://bugs.launchpad.net/bugs/1555042
[2] https://review.openstack.org/289925

Related-Bug: 1555042
Closes-Bug: 1599275
Change-Id: I518e12edd4bfb7a036b278d5f108cf0fc3de0353


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

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

Title:
  Deprecate min_l3_agents_per_router option

Status in neutron:
  Fix Released

Bug description:
  More on https://bugs.launchpad.net/neutron/+bug/1555042/comments/10

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1599275/+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 1592646] Re: Need to write "update user's password" on identity v2 API

2016-07-10 Thread David Stanek
I don't know that anyone will want to put in the effort to do this since
we really don't want anyone to use v2.

** Changed in: keystone
   Status: New => Opinion

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1592646

Title:
  Need to write "update user's password" on identity v2 API

Status in OpenStack Identity (keystone):
  Opinion

Bug description:
  Bug https://bugs.launchpad.net/openstack-api-site/+bug/1524147 is not
  fixed yet.

  I did not find update password API doc http://developer.openstack.org
  /api-ref-identity-admin-v2.html  or http://developer.openstack.org
  /api-ref-identity-v2-ext.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1592646/+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 1599192] Re: glance-replicator size: Display human-readable size

2016-07-10 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/337330
Committed: 
https://git.openstack.org/cgit/openstack/glance/commit/?id=76fa5347e7b0a74d608e01d54d51d81cee082a19
Submitter: Jenkins
Branch:master

commit 76fa5347e7b0a74d608e01d54d51d81cee082a19
Author: Marc Abramowitz 
Date:   Mon Jul 4 10:18:22 2016 -0700

replicator: size: Display human-readable size

Display a nice, human-readable size (e.g.: gibibytes, mebibytes, etc.) in
addition to showing number of bytes.

E.g.:

```
$ glance-replicator size az3:9292 --token $SECONDARY_AUTH_TOKEN
Total size is 39022543360 bytes (36.3 GiB) across 20 images
```

Closes-Bug: #1599192

Change-Id: I140df511128c03f5f58bcffdd015b63248519738


** 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/1599192

Title:
  glance-replicator size: Display human-readable size

Status in Glance:
  Fix Released

Bug description:
  It would be nice to display a human-readable size (e.g.: gibibytes, 
mebibytes, etc.) in
  addition to showing number of bytes.

  E.g.:

  ```
  $ glance-replicator size az3:9292 --token $SECONDARY_AUTH_TOKEN
  Total size is 39022543360 bytes (36.3 GiB) across 20 images
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1599192/+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 1587780] Re: power_state of nova diagnostics is number instead of string

2016-07-10 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/335776
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=4e750dfcc6013e980b3d3698115c6b6b8ad3c96b
Submitter: Jenkins
Branch:master

commit 4e750dfcc6013e980b3d3698115c6b6b8ad3c96b
Author: Eli Qiao 
Date:   Thu Jun 30 10:40:17 2016 +0800

Mapping power_state from integer to string

To improve user experience, mapping an integer code of power state to
real string.

Closes-Bug: #1587780
Change-Id: I4fbeab0f31492a8aa153044f14f588656f3e332f


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

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

Title:
  power_state of nova diagnostics is number instead of string

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  taget@taget-ThinkStation-P300:~/devstack$ nova diagnostics 
87c91515-acc7-4953-b0a3-f942484e986e
  ERROR (Conflict): Cannot 'get_diagnostics' instance 
87c91515-acc7-4953-b0a3-f942484e986e while it is in power_state 4 (HTTP 409) 
(Request-ID: req-caaf21fc-fa11-4382-9f87-c23928b46eb1)

  We need to map instance.power_state to string by
  STATE_MAP = {
  NOSTATE: 'pending',
  RUNNING: 'running',
  PAUSED: 'paused',
  SHUTDOWN: 'shutdown',
  CRASHED: 'crashed',
  SUSPENDED: 'suspended',
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1587780/+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 1579983] Re: Introjucer freezes on open examples projects

2016-07-10 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]

** Changed in: horizon
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1579983

Title:
  Introjucer freezes on open examples projects

Status in OpenStack Dashboard (Horizon):
  Expired

Bug description:
  Running introjucer in Ubuntu 16.04 it freezes on click Open Example
  Project

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1579983/+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 1580631] Re: AttributeError: 'module' object has no attribute 'DEVICE_OWNER_HA_REPLICATED_INT'

2016-07-10 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.]

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

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

Title:
  AttributeError: 'module' object has no attribute
  'DEVICE_OWNER_HA_REPLICATED_INT'

Status in neutron:
  Expired

Bug description:
  solumuser@ubuntu14044:/opt/stack/neutron$ oslo-config-generator 
--config-file=etc/oslo-config-generator/dhcp_agent.ini
  Traceback (most recent call last):
File "/usr/local/bin/oslo-config-generator", line 11, in 
  sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/oslo_config/generator.py", 
line 419, in main
  generate(conf)
File "/usr/local/lib/python2.7/dist-packages/oslo_config/generator.py", 
line 401, in generate
  groups = _get_groups(_list_opts(conf.namespace))
File "/usr/local/lib/python2.7/dist-packages/oslo_config/generator.py", 
line 333, in _list_opts
  loaders = _get_raw_opts_loaders(namespaces)
File "/usr/local/lib/python2.7/dist-packages/oslo_config/generator.py", 
line 305, in _get_raw_opts_loaders
  invoke_on_load=False)
File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 55, 
in __init__
  verify_requirements)
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 
171, in _load_plugins
  self._on_load_failure_callback(self, ep, err)
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 
163, in _load_plugins
  verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 123, 
in _load_one_plugin
  verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 
184, in _load_one_plugin
  plugin = ep.resolve()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", 
line 2235, in resolve
  module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/opt/stack/neutron/neutron/opts.py", line 35, in 
  import neutron.db.extraroute_db
File "/opt/stack/neutron/neutron/db/extraroute_db.py", line 25, in 
  from neutron.db import l3_db
File "/opt/stack/neutron/neutron/db/l3_db.py", line 52, in 
  DEVICE_OWNER_HA_REPLICATED_INT = 
l3_constants.DEVICE_OWNER_HA_REPLICATED_INT
  AttributeError: 'module' object has no attribute 
'DEVICE_OWNER_HA_REPLICATED_INT'

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1580631/+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 1282190] Re: Performance degrades in a baseload on 4900 odd vm's in Horizon UI

2016-07-10 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]

** Changed in: horizon
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1282190

Title:
  Performance degrades in a baseload on 4900 odd vm's in Horizon UI

Status in OpenStack Dashboard (Horizon):
  Expired

Bug description:
  In the scale setup which was flexed up to 4900 vm's .It was seen that the 
Load Pages performance is degraded .
   

  The time taken for Volumes pages - ( Without even having volumes presented to 
attach./detach volume ) ~ 58.8 secs
   
  Vcentre Ip settings /Edit Page ~ 30 secs
   
  The Instances page will take atleast ~ 1.5 mins to load
   
   
  Note: The above time was observed in Chrome Browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1282190/+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 1600675] [NEW] neutron-lbaas - LBaas v2 Pool creation from Heat fault with lb_method attribute not present

2016-07-10 Thread Patricio Latini
Public bug reported:

In LBaaSv2 the pool creation requires the lb_algorithm attribute instead
of lb_method that was used in the v1 pool creation. the current driver
still looks for lb_method when it won't be present anymore

pool:
  type: OS::Neutron::LBaaS::Pool
  properties:
lb_algorithm: ROUND_ROBIN
protocol: HTTP
listener: { get_resource: listener }

** Affects: neutron
 Importance: Undecided
 Status: New

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

Title:
  neutron-lbaas - LBaas v2 Pool creation from Heat fault with lb_method
  attribute not present

Status in neutron:
  New

Bug description:
  In LBaaSv2 the pool creation requires the lb_algorithm attribute
  instead of lb_method that was used in the v1 pool creation. the
  current driver still looks for lb_method when it won't be present
  anymore

  pool:
type: OS::Neutron::LBaaS::Pool
properties:
  lb_algorithm: ROUND_ROBIN
  protocol: HTTP
  listener: { get_resource: listener }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1600675/+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 1600691] [NEW] Should not create overlapped subnetpool in one tenant

2016-07-10 Thread Yang Yu
Public bug reported:

After adding address scope in Mitaka, the openstack can create
subnetpool with specified address scope, and in the same address scope,
we can not create the overlapping subnetpool.

As we also known, the BGP depends on these two features to get the
advertised tenant networks. So in order to get better subnet management,
we'd better create subnet from the subnetpool and add the address scope.

In order to backward compatibilities, the subnetpool can be created
without address scope, see below, the address_scope_id is empty.

yangyubj@yang-devstack-ubuntu-1604:/opt/stack/logs$ neutron subnetpool-show 
07f8a928-afb3-4ba8-ba46-cb70c6d9c073
+---+--+
| Field | Value|
+---+--+
| address_scope_id  |  |
| created_at| 2016-06-01T09:32:52  |
| default_prefixlen | 24   |
| default_quota |  |
| description   |  |
| id| 07f8a928-afb3-4ba8-ba46-cb70c6d9c073 |
| ip_version| 4|
| is_default| True |
| max_prefixlen | 32   |
| min_prefixlen | 8|
| name  | shared-default-subnetpool|
| prefixes  | 10.0.0.0/8   |
| shared| True |
| tenant_id | 21734c4383284cf9906b7fe8246bffb1 |
| updated_at| 2016-06-01T09:32:52  |
+---+--+

And the user can be continuous to create overlapping subnetpool with the
empty address scope id. If the address scope id is specified, the
customer can not create the overlapping subnetpool.

So IMO, for the best practice, we can not allow the user to create
overlapping subnetpool when the address scope id is empty.

** Affects: neutron
 Importance: Undecided
 Assignee: Yang Yu (yuyangbj)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => Yang Yu (yuyangbj)

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

Title:
  Should not create overlapped subnetpool in one tenant

Status in neutron:
  New

Bug description:
  After adding address scope in Mitaka, the openstack can create
  subnetpool with specified address scope, and in the same address
  scope, we can not create the overlapping subnetpool.

  As we also known, the BGP depends on these two features to get the
  advertised tenant networks. So in order to get better subnet
  management, we'd better create subnet from the subnetpool and add the
  address scope.

  In order to backward compatibilities, the subnetpool can be created
  without address scope, see below, the address_scope_id is empty.

  yangyubj@yang-devstack-ubuntu-1604:/opt/stack/logs$ neutron subnetpool-show 
07f8a928-afb3-4ba8-ba46-cb70c6d9c073
  +---+--+
  | Field | Value|
  +---+--+
  | address_scope_id  |  |
  | created_at| 2016-06-01T09:32:52  |
  | default_prefixlen | 24   |
  | default_quota |  |
  | description   |  |
  | id| 07f8a928-afb3-4ba8-ba46-cb70c6d9c073 |
  | ip_version| 4|
  | is_default| True |
  | max_prefixlen | 32   |
  | min_prefixlen | 8|
  | name  | shared-default-subnetpool|
  | prefixes  | 10.0.0.0/8   |
  | shared| True |
  | tenant_id | 21734c4383284cf9906b7fe8246bffb1 |
  | updated_at| 2016-06-01T09:32:52  |
  +---+--+

  And the user can be continuous to create overlapping subnetpool with
  the empty address scope id. If the address scope id is specified, the
  customer can not create the overlapping subnetpool.

  So IMO, for the best practice, we can not allow the user to create
  overlapping subnetpool when the address scope id is empty.

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

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