[Yahoo-eng-team] [Bug 1733047] [NEW] Unable to create router when the external network is specified

2017-11-17 Thread wei.ying
Public bug reported: Env: devstack master branch Steps to reproduce: 1. Go to Project/Network Routers panel 2. Click Create Router button 3. Choose an external network and on form submit Error info: INFO openstack_dashboard.dashboards.project.routers.forms Failed to create router:

[Yahoo-eng-team] [Bug 1703109] Re: Django 1.10.x breaks WEBSSO login form on firefox

2017-11-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/519357 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=63d71468824031ae40bbf34bb379b42a98e2ca94 Submitter: Zuul Branch:master commit 63d71468824031ae40bbf34bb379b42a98e2ca94 Author: Colleen Murphy Date:

[Yahoo-eng-team] [Bug 1655487] Re: Create Container [enter] on blank field raises error

2017-11-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/461490 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d1267da469d89c0a487095695fcfe59dce2e2a7c Submitter: Zuul Branch:master commit d1267da469d89c0a487095695fcfe59dce2e2a7c Author: Jeremy Moffitt Date:

[Yahoo-eng-team] [Bug 1264738] Re: Allow sorting of security group rules

2017-11-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/510847 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1afba5f0828addbdd54e13081b66e5f09f604816 Submitter: Zuul Branch:master commit 1afba5f0828addbdd54e13081b66e5f09f604816 Author: Akihiro Motoki Date: Tue

[Yahoo-eng-team] [Bug 1733034] [NEW] Memory_mb_used will be changed to another value periodically

2017-11-17 Thread Tao Li
Public bug reported: Recently,the compute node resources are updated by the periodical task ‘update_available_resource’ in https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L7067, but there are two places that will update the resource, in

[Yahoo-eng-team] [Bug 1733030] [NEW] GET /resource_providers?member_of misdocumented for lists

2017-11-17 Thread Eric Fried
Public bug reported: The documentation for the member_of query parameter for GET /resource_providers [1] claims that it accepts a "comma-separated list of strings representing aggregate uuids". But attempting this with more than one aggregate UUID results in a 400 error claiming: Invalid uuid

[Yahoo-eng-team] [Bug 1732522] Re: [2.3, UI] IP address not listed while hardware testing

2017-11-17 Thread Mike Pontillo
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1732522

[Yahoo-eng-team] [Bug 1732947] Re: volume-backed instance rebuild with no image change is still going through scheduler

2017-11-17 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => High ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/newton Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/ocata

[Yahoo-eng-team] [Bug 1732966] [NEW] Gateway setting dropped for ConfigDrive in legacy network sysconfig code path

2017-11-17 Thread Robert Schweikert
Public bug reported: In the code path apply_network (legacy) the gateway information is dropped when the network configuration is supplied via config drive. Reference: https://bugzilla.opensuse.org/show_bug.cgi?id=1064854 ** Affects: cloud-init Importance: Undecided Assignee: Robert

[Yahoo-eng-team] [Bug 1732964] [NEW] dhclient process started by cloud-init-local.service still running afterwards

2017-11-17 Thread Scott Moser
Public bug reported: I launched an ec2 isntance, ssh'd in and ran 'systemctl status'. The result is below. The issue is that the cloud-init spawned temporary dhclient is still around. It should not be terribly harmful as its script is /bin/true so it wont ever take down the link itself. $

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2017-11-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/506145 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=b0b102b8dc5ae0327f0b772c6a9aafaa5c666f87 Submitter: Zuul Branch:master commit b0b102b8dc5ae0327f0b772c6a9aafaa5c666f87 Author: Jesse Pretorius

[Yahoo-eng-team] [Bug 1732947] [NEW] volume-backed instance rebuild with no image change is still going through scheduler

2017-11-17 Thread Matt Riedemann
Public bug reported: Due to this recent change: https://github.com/openstack/nova/commit/984dd8ad6add4523d93c7ce5a666a32233e02e34 And the fact that volume-backed instances don't store the instance.image_ref value to indicate they are volume-backed, this condition will always evaluate to True:

[Yahoo-eng-team] [Bug 1732941] [NEW] Instance resize crash when cookie "horizon_language" is set

2017-11-17 Thread Mateo Boudet
Public bug reported: Hello, I have this bug in the newton release, but it might have persisted in further releases. When the cookie "horizon_language" is set (after the user changed his options for instance), the instance resize workflow hang at the selection of the new flavor with a JSON.parse

[Yahoo-eng-team] [Bug 1732890] Re: floatingip-create:Ignore floating_ip_address when using floating_ip_address and subnet

2017-11-17 Thread Brian Haley
Using the openstackclient you should get a 403 error: $ openstack floating ip create --floating-ip-address 172.24.4.99 public Error while executing command: Forbidden (HTTP 403) (Request-ID: req-1167e309-1975-4aa5-b3ae-7930723e0755) This is an admin-only operation as per the default entry in

[Yahoo-eng-team] [Bug 1732915] [NEW] Unexpected API Error Block Storage API

2017-11-17 Thread Caballero
Public bug reported: When i attaches a volumen to a server i have this error: curl -s -X POST https://$URL/v2.1/PROJECT_ID/servers/fSERVER_ID/os- volume_attachments -H "Content-Type: application/json" -H "X-Auth-Token: $TOKEN" -d '{"volumeAttachment": {"volumeId": "$VOLUMENID"}}' ERROR:

[Yahoo-eng-team] [Bug 1732890] [NEW] floatingip-create:Ignore floating_ip_address when using floating_ip_address and subnet

2017-11-17 Thread yanpuqing
Public bug reported: When I created floating ip with "floating_ip_address" and "subnet", it ignored "floating_ip_address". $neutron floatingip-create --floating-ip-address 172.24.4.25 --subnet d5ece368-35fb-4537-be84-eda656250974 Created a new floatingip: