[Yahoo-eng-team] [Bug 1430153] [NEW] Unable to load neutron_*aas.conf files because of service_providers get loaded twice

2015-03-09 Thread Brandon Logan
Public bug reported: When starting neutron-server, and --config-file /path/to/neutron_*aas.conf files are passed in, the service fails to start because the service_providers in that config have already been added, then are attempted to be added again with the neutron_*aas.conf. If the neutron_*aas

[Yahoo-eng-team] [Bug 1430146] [NEW] nova notification order is not right when delete a VERIFY_RESIZE instance

2015-03-09 Thread hougangliu
Public bug reported: when I delete a VERIFY_RESIZE instance, I will always accept "compute.instance.delete.end" notification of the VM instance first, then accept "compute.instance.power_off.end". The notification issue order may be not right. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1430127] [NEW] Delete VM low probablity lead to vxlan flow lost

2015-03-09 Thread KaiLin
Public bug reported: ENV: 3 controllers Juno OpenStack SYMPTOM: 1.create a vm on a vxlan network 2.login the vm, cannot contact with it 3.check flows in br-tun,the vm's income flows in br-tun is lost CAUSE: 1.In neutron-openvswitch-agent log, the error info is: in _del_fdb_flow lvm.tun_ofports.

[Yahoo-eng-team] [Bug 1428872] Re: Nova CPU details socket not correct

2015-03-09 Thread Park
sorry I am NOT familiar with libvirt neither... but from your virsh nodeinfo output, nova stays consistant with virsh, so I don't think this is a nova bug... I am going to close this bug, please feel free to reopen it if any problem ** Changed in: nova Status: Confirmed => In Progress **

[Yahoo-eng-team] [Bug 1430112] [NEW] [sahara]loading node group template page takes a long time for cdh plugin

2015-03-09 Thread weiting-chen
Public bug reported: Steps to reproduce: 1. Launch horizon console from browser 2. Click "Node Group Templates" page in "Project" - "Data Processing" 3. Click "Create Template" 4. You will see the page is loading and after several minutes the page could be error because of the timeout of loading

[Yahoo-eng-team] [Bug 1430100] [NEW] vpnaas service doesn't work caused by a refactoring commit

2015-03-09 Thread Hua Zhang
Public bug reported: The refactoring commit 56fd82 moves router_info and NAT rules staffs from l3-agent into vpn device driver, which cause two problems: 1, The router is maintained in the driver, and not the VPN service. The router instance should not be deleted. 2, NAT rules has been moved fro

[Yahoo-eng-team] [Bug 1430098] [NEW] linuxbridge UTs need more mocking

2015-03-09 Thread YAMAMOTO Takashi
Public bug reported: after commit b7a56fd1b44649daa1f768157e68a135b9e01dd1 , some of linuxbridge UTs seem trying to run ip command and failes if it isn't available. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You rec

[Yahoo-eng-team] [Bug 1430062] [NEW] Fernet token response has wrong methods

2015-03-09 Thread Haneef Ali
Public bug reported: If you validate fernet token, the token response has 2 methods. Since the token is obtained using the "password" method, the response should only have "password" method ex - token response "expires_at": "2015-03-14T03:06:39Z", "extras": {}, "issued_at":

[Yahoo-eng-team] [Bug 1430057] [NEW] Fake instance stuck in MIGRATING state

2015-03-09 Thread Lorenzo Affetti
Public bug reported: I am using FakeDriver. It seems that when concurrent resize and live-migration operations, a fake instance can remain stucked in MIGRATING state. To reproduce the bug, I spawned a fake instance and run a script that resized it to random flavors every second. Concurrently, f

[Yahoo-eng-team] [Bug 1425258] Re: test_list_baremetal_nodes race fails with a node not found 404

2015-03-09 Thread Adam Gandelman
** Also affects: tempest Importance: Undecided Status: New ** Changed in: ironic Status: Confirmed => Invalid ** Changed in: nova Status: Confirmed => Invalid ** Changed in: tempest Status: New => Confirmed -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1430042] [NEW] Virtual Machine could not be evacuated because virtual interface creation failed

2015-03-09 Thread Matt Rabe
Public bug reported: I believe this issue is related to Question 257358 (https://answers.launchpad.net/ubuntu/+source/nova/+question/257358). On the source host we see the successful vif plug: 2015-03-09 01:22:12.363 629 DEBUG neutron.plugins.ml2.rpc [req-5de70341-d64b-4a3a-bc05-54eb2802f25d No

[Yahoo-eng-team] [Bug 1392773] Re: Live migration of volume backed instances broken after upgrade to Juno

2015-03-09 Thread Darren Worrall
This is marked as Fix Released but is still broken in stable/juno. I got an email saying the change had been abandoned? ** Changed in: nova Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to O

[Yahoo-eng-team] [Bug 1430005] [NEW] Improve security rule notification message

2015-03-09 Thread Kahou Lei
Public bug reported: If we create a rule that allow all ports to go thru, we are displaying the following notification message (see attached image too): Successfully added rule: ALLOW -1:-1 from 0.0.0.0/0 whereas -1:-1 doesn't deliver useful information. Suggest to change -1:-1 to "any port" in

[Yahoo-eng-team] [Bug 1430003] [NEW] Corrupt POSTROUTING Chain when using Metering and VPN agents together

2015-03-09 Thread James Dempsey
Public bug reported: I'm using the Icehouse UCA version 1:2014.1.3-0ubuntu1~cloud0 of the VPN(openswan driver) and Metering(iptables driver) agents on Ubuntu Precise. The ordering of the POSTROUTING chain in the NAT table inside router namespaces seems to be broken. In many of my routers, the ne

[Yahoo-eng-team] [Bug 1429993] [NEW] service catalog parsing should be delegated to keystoneclient

2015-03-09 Thread Lin Hua Cheng
Public bug reported: Horizon or django_openstack_auth should not be manually parsing the service catalog and determining the logic for v2/v3 catalog. Ideally, keystoneclient should be leverage for endpoint looking in the service catalog. Preferably using the auth_plugin to perform the endpoint l

[Yahoo-eng-team] [Bug 1365727] Re: Tenant able to create networks using N1kv network profiles not explicitly assigned to it

2015-03-09 Thread Jeremy Stanley
Thanks Kyle, in that case I've switched our security advisory task to "won't fix" reflecting that. ** Changed in: ossa Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.la

[Yahoo-eng-team] [Bug 1429987] [NEW] [data processing] After update to use "data-processing", no sahara panels show up

2015-03-09 Thread Chad Roberts
Public bug reported: Recently, horizon was updated to use "data-processing" as the service type for Sahara. That change went through without updating the permissions checks in each panel. They are still using data_processing... permissions = ('openstack.services.data-processing',) Each panel n

[Yahoo-eng-team] [Bug 1429980] [NEW] Compress (losslessly) image files

2015-03-09 Thread mattfarina
Public bug reported: The Images (gif and png) in the UI can be reduced in size without loosing image quality. There is extra data in them not used for display. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1429968] [NEW] In Arista ML2 delete tenant if no resources associated with it

2015-03-09 Thread Sukhdev Kapur
Public bug reported: When all resources for a tenant are deleted (ports and networks), the tenant is removed Arista's DB. This operation is performed during port/network_delete_precommit() operation. Arista's ML2 Sync mechanism used to ensure that the tenant is deleted from the back-end (i.e from

[Yahoo-eng-team] [Bug 1345947] Re: DHCPNAK after neutron-dhcp-agent restart

2015-03-09 Thread Alan Pevec
** Also affects: neutron/icehouse Importance: Undecided Status: New ** Changed in: neutron/icehouse Status: New => Fix Committed ** Changed in: neutron/icehouse Assignee: (unassigned) => Kevin Bringard (kbringard) ** Changed in: neutron/icehouse Importance: Undecided =>

[Yahoo-eng-team] [Bug 1366067] Re: Neutron internal error on empty port update

2015-03-09 Thread Numan Siddique
** Changed in: neutron Status: In Progress => 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/1366067 Title: Neutron internal error on empty port update Status in OpenStac

[Yahoo-eng-team] [Bug 1429875] [NEW] dashboard_url is not used in horizon.conf and should be removed

2015-03-09 Thread Wu Hong Guang
Public bug reported: dashboard_url is not used in horizon.conf and should be removed ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon

[Yahoo-eng-team] [Bug 1429879] [NEW] ML2 Cisco Nexus MD: model/db migration updates required for stackforge cisco nexus MD

2015-03-09 Thread Rich Curran
Public bug reported: ML2 Cisco Nexus MD: model/db migration updates required for stackforge cisco nexus MD ** Affects: neutron Importance: Undecided Assignee: Rich Curran (rcurran) Status: New ** Tags: cisco ml2 ** Changed in: neutron Assignee: (unassigned) => Rich Cur

[Yahoo-eng-team] [Bug 1429866] [NEW] Horizon does not display ID of Security Group

2015-03-09 Thread Eran Kuris
Public bug reported: Horizon does not display UUID of security group. When I create security group via CLI or Horizon and I want to check the UUID of the security group via Horizon I can see that it does not display . It display only the name of security group . The problem is bigger when I cr

[Yahoo-eng-team] [Bug 1419577] Re: when live-migrate failed, lun-id couldn't be rollback in havana

2015-03-09 Thread Jeremy Stanley
Agreed on C1: this wouldn't qualify for an advisory since Havana is no longer supported by the VMT, but it's still something a distro carrying Havana packages of Nova might fix on their own and request a corresponding CVE to track. ** Information type changed from Public Security to Public ** Tag

[Yahoo-eng-team] [Bug 1417762] Re: XSS in network create error reporting

2015-03-09 Thread Jeremy Stanley
Agreed on class D for this report, and since nobody has objected I've switched it to public, tagged as a security hardening opportunity and switched the advisory task to "won't fix." ** Information type changed from Private Security to Public ** Tags added: security ** Changed in: ossa St

[Yahoo-eng-team] [Bug 1429126] Re: miss moving unlock_override policy enforcement into V2.1 REST API layer

2015-03-09 Thread Jeremy Stanley
I've switched the security advisory task to "won't fix" since this shouldn't need an advisory published (class Y bug per https://wiki.openstack.org/wiki/Vulnerability_Management#Incident_report_taxonomy ). ** Changed in: ossa Status: Incomplete => Won't Fix -- You received this bug notifi

[Yahoo-eng-team] [Bug 1410536] Re: glance wsgi server should log requests

2015-03-09 Thread Erno Kuvaja
eventlet.wsgi.server does log all requests to glance on INFO. ** Changed in: glance Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1410536 Title: gla

[Yahoo-eng-team] [Bug 1429791] [NEW] Typo in nova/scheduler/filters/utils.py

2015-03-09 Thread Takashi NATSUME
Public bug reported: In 'validate_num_values' method, nova/scheduler/filters/utils.py, there is the following comment. --- Returns a corretly casted value based on a set of values. -- 'corretly' should be 'correctly'. ** Affects: nova Importance: Undecided Assignee: Takashi NATSUME (n

[Yahoo-eng-team] [Bug 1429792] [NEW] log_out doesn't work after test_dashboard_help_redirection executed

2015-03-09 Thread Wu Hong Guang
Public bug reported: Test step : 1; run test_dashboard_help_redirection executed 2: self.home_pg.go_to_home_page() 3: self.home_pg.log_out() ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1426816] Re: PageObject's switch_window doesn't switch to new tab

2015-03-09 Thread Wu Hong Guang
** Changed in: horizon Status: New => Invalid -- 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/1426816 Title: PageObject's switch_window doesn't switch to new

[Yahoo-eng-team] [Bug 1429775] [NEW] Fix wrong log output in neutron/neutron/agent/linux/dhcp.py

2015-03-09 Thread SHIGEMATSU Mitsuhiro
Public bug reported: When all subnets is turnning off dhcp and killing the process, this wrong log output "Killing dhcpmasq for network since all subnets have turned off DHCP ..." occurs. ** Affects: neutron Importance: Undecided Assignee: SHIGEMATSU Mitsuhiro (pshige) Status:

[Yahoo-eng-team] [Bug 1429723] Re: Column "role_id" of table assignment should be properly referenced with table role

2015-03-09 Thread Henry Nash
No, we explicitly drop this constraint in the 062 migration. The reason is that roles are stored in a different backend to the assignment table - and it isn't safe to have FK relationships across backends. ** Changed in: keystone Status: In Progress => Invalid -- You received this bug no

[Yahoo-eng-team] [Bug 1429759] [NEW] Fix wrong log output in nova/nova/tests/unit/fake_volume.py

2015-03-09 Thread SHIGEMATSU Mitsuhiro
Public bug reported: When begining detaching volume, this wrong log outout "beging detaching volume .." occurs. ** Affects: nova Importance: Undecided Assignee: SHIGEMATSU Mitsuhiro (pshige) Status: In Progress ** Changed in: nova Assignee: (unassigned) => SHIGEMATSU Mits

[Yahoo-eng-team] [Bug 1429755] [NEW] Fix difficult log output in nova/nova/network/linux_net.py

2015-03-09 Thread SHIGEMATSU Mitsuhiro
Public bug reported: When reloading dnsmasq, this log message "Hupping dnsmasq threw ..." is a little difficult. ** Affects: nova Importance: Undecided Assignee: SHIGEMATSU Mitsuhiro (pshige) Status: In Progress ** Changed in: nova Assignee: (unassigned) => SHIGEMATSU M

[Yahoo-eng-team] [Bug 1429754] [NEW] always-true conditional in portsecurity_db

2015-03-09 Thread YAMAMOTO Takashi
Public bug reported: portsecurity_db has a dubious conditional "attrs.is_attr_set('security_group')", which seems always true. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1429753] [NEW] Improve performance of security groups rpc-related code

2015-03-09 Thread Eugene Nikanorov
Public bug reported: In a case when large number of VMs (> 2-3 thousand) reside in one L2 network, security group listing for ports requested from OVS agents consumes significant amount of CPU. When VM is spawned on such network, every OVS agent requests update sec groups info on each of its dev

[Yahoo-eng-team] [Bug 1429740] [NEW] Using DVR - Instance with a floating IP can't reach other instances connected to a different network

2015-03-09 Thread Itzik Brown
Public bug reported: A distributed router with interfaces connected to two private networks and to an external network. Instances without floating IP connected to network A can reach other instances connected to network B but instances with a floating IP connected to network A can't reach othe

[Yahoo-eng-team] [Bug 1429737] [NEW] Do not notify dead DHCP agent about removed network

2015-03-09 Thread Eugene Nikanorov
Public bug reported: In cases when networks are removed from the dead DHCP agent in the process of autorescheduling, notifying dead agent leaves messages on its queue. If that agent is started again, these messages would be the first it will process. If there are a dozen of such messages, their