[Yahoo-eng-team] [Bug 1689468] [NEW] odd keystone behavior when X-Auth-Token ends with carriage return

2017-05-08 Thread Matthew Edmonds
Public bug reported: I had to root cause a very odd problem today, where a user complained that they had a token that worked with neutron but didn't work with keystone. E.g. they could list networks, but couldn't list projects. I thought there must be some mistake, but I was finally able to

[Yahoo-eng-team] [Bug 1622753] Re: [RFE] Block non-IP traffic in security groups/firewall driver

2017-05-08 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/1622753

[Yahoo-eng-team] [Bug 1504941] Re: RBAC-RFE- neutron net-show command should display all tenant that using the network

2017-05-08 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/1504941

[Yahoo-eng-team] [Bug 1689278] [NEW] Compute Node goes down periodically

2017-05-08 Thread Andres Sanchez
Public bug reported: Hello, Recently a node on my Openstack Cloud is going down periodically without nothing relevant happening, i have not found an explanation for this yet. I have the following environment: 1.- Version 13.1.2 2.- KVM 3.- Ceph. 4.- Neutron with VXlan tunneling. After

[Yahoo-eng-team] [Bug 1689279] [NEW] tempest scenario trunk test "test_subport_connectivity" fails with non root rhel user

2017-05-08 Thread Alex Stafeyev
Public bug reported: When I run the test (python -m testtools.run) neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_subport_connectivity with rhel image and "cloud_user" user the test fails due to following : Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1689284] [NEW] should capture quota exceed error from cinder when create image for volume backed instance

2017-05-08 Thread Zhenyu Zheng
Public bug reported: When create image for a volume backed instance, nova will create snapshots for all volumes attached to the instance in Cinder, and if quota exceed in Cinder, HTTP 500 will raise, we should capture this error and raise 404. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1689289] [NEW] can not delete an instance when resizing

2017-05-08 Thread 赵明俊
Public bug reported: Description === When an instance task state is RESIZE_MIGRATED or RESIZE_FINISH, delete the instance will hint an error, I found some problems with the code, because my flavor contains vram, a TypeError Thrown out. Steps to reproduce == 1.create

[Yahoo-eng-team] [Bug 1689328] [NEW] Danger: An error occurred when trying to create a port in an external network

2017-05-08 Thread György Szombathelyi
Public bug reported: Creating a port in an external network results in the error message in the title. The backtrace: [Mon May 08 15:27:02.722361 2017] [wsgi:error] [pid 2907:tid 140386830882560] Internal Server Error: /horizon/admin/networks/a2acaf3f-d1a9-4a1b-9f41-3bf878e580fe/ports/create

[Yahoo-eng-team] [Bug 1689339] [NEW] Filter Scheduler doc claims filters can be specified in the request

2017-05-08 Thread Ed Leafe
Public bug reported: On https://docs.openstack.org/developer/nova/filter_scheduler.html, it says that with the configuration set to: --filter_scheduler.enabled_filters=RamFilter,ComputeFilter,MyFilter that the following is true: "With these settings, nova will use the FilterScheduler for the

[Yahoo-eng-team] [Bug 1689300] [NEW] [DOC] Sub-port MAC address needs to be the same as Parent port MAC

2017-05-08 Thread Alex Stafeyev
Public bug reported: Description of problem: We need to documents that while create sub-port it should be created with --mac-address PARENT_PORT_MAC_ADDERSS. This is the correct networking config- on VM subIF and IF should have the same mac and it is the default option. We need to match

[Yahoo-eng-team] [Bug 1687379] Re: Nova quotas update for large values erroneous

2017-05-08 Thread Abhishek Sharma M
The issue is with the database schema we were using. We used float to store the values, this is where it was getting messed up. Using 'int' or 'double' solves this. Please ignore this defect. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1677376] Re: growing partitions does not work when booted without initramfs

2017-05-08 Thread Steve Langasek
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1677376 Title: growing partitions does not work when booted

[Yahoo-eng-team] [Bug 1689019] Re: functional test test_cleanup_stale_devices fails with "ValueError: foo_host is not a valid host address"

2017-05-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/463238 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=26920b8712859ab3c44641ff33ca7f0ecfc45bc2 Submitter: Jenkins Branch:master commit 26920b8712859ab3c44641ff33ca7f0ecfc45bc2 Author: YAMAMOTO Takashi