[Yahoo-eng-team] [Bug 1529180] [NEW] detach a port but the port status is still active.

2015-12-24 Thread neutron
Public bug reported: 1 create a vm with vxlan port 2 create a net port with ovs port use type vlan 3 use "neutron port-show portid" to see the status of this port is down 4 use "nova attach" to attach this port to the vm which created in step 1 5 repeat step 3 ,we found the port status is active

[Yahoo-eng-team] [Bug 1529193] [NEW] ec2 credentials create broken in python3

2015-12-24 Thread Shengjing Zhu
Public bug reported: When I run tools/sample_data.sh, it crashed. And the server log is: 2015-12-25 15:22:50.568 32700 ERROR keystone.common.wsgi Traceback (most recent call last): 2015-12-25 15:22:50.568 32700 ERROR keystone.common.wsgi File

[Yahoo-eng-team] [Bug 1528671] Re: Neutron specs: fix tables

2015-12-24 Thread Armando Migliaccio
Please do not add these. I hid them in [1], because the specs docs is not the place to document this stuff, but rather [2]. Besides this API is going to be superseded by [3] so this is effort focussed in the wrong place. [1] https://review.openstack.org/#/c/238709/6/doc/source/index.rst [2]

[Yahoo-eng-team] [Bug 1529027] [NEW] vpnaas functional test continues to fail with "neutron-keepalived-state-change" failed: No such file or directory

2015-12-24 Thread Akihiro Motoki
Public bug reported: gate-neutron-vpnaas-dsvm-functional neutron_vpnaas.tests.functional.common.test_scenario.TestIPSecScenario. test_ipsec_site_connections_with_l3ha_routers RuntimeError: Exit code: 1; Stdin: ; Stdout: ; Stderr: exec of "neutron-keepalived-state-change" failed: No such file

[Yahoo-eng-team] [Bug 1529022] [NEW] agentless l3 plugin fails to load AZ relationship

2015-12-24 Thread Kevin Benton
Public bug reported: If an l3 plugin that doesn't use an agent is used, the new 'l3_agents' relationship will fail to load because nothing has imported the bindings module to load the model into the metadata. http://paste.openstack.org/show/482563/ ** Affects: neutron Importance: High

[Yahoo-eng-team] [Bug 1528201] Re: [L3 HA] Stacktrace during HA router creation when running rally test

2015-12-24 Thread Kevin Benton
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Kevin Benton (kevinbenton) ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Importance: Undecided => High -- You received this bug

[Yahoo-eng-team] [Bug 1509232] Re: If we update a QoSPolicy description, the agents get notified and rules get rewired for nothing

2015-12-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/253928 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aee20b968a12a683b953b576b7e0090345fd3418 Submitter: Jenkins Branch:master commit aee20b968a12a683b953b576b7e0090345fd3418 Author: Irena Berezovsky

[Yahoo-eng-team] [Bug 1529037] [NEW] l3 ha add_ha_port rollback is mostly broken in create_ha_port_and_bind

2015-12-24 Thread Kevin Benton
Public bug reported: create_ha_port_and_bind starts a transaction and then calls add_ha_port. add_ha_port creates a port via the core plugin API and then tries to create a binding. If the binding fails, it tries to delete the port via the core plugin API. However, when called during the

[Yahoo-eng-team] [Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

2015-12-24 Thread Swapnil Kulkarni
** Also affects: murano Importance: Undecided Status: New ** Changed in: murano Status: New => In Progress ** Changed in: murano Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) ** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum

[Yahoo-eng-team] [Bug 1529069] [NEW] Using range(value) to create list of integers

2015-12-24 Thread sandeep nandal
Public bug reported: File : nova/tests/unit/api/openstack/test_common.py line : 46 def setUp(self): """Run before each test.""" super(LimiterTest, self).setUp() self.tiny = range(1) self.small = range(10) self.medium = range(1000) self.large =

[Yahoo-eng-team] [Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

2015-12-24 Thread Kirill Zaitsev
Would be fixed as part of a larger https://blueprints.launchpad.net/murano/+spec/murano-python-3-support ** Changed in: murano Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

2015-12-24 Thread OpenStack Infra
** Changed in: murano Status: Invalid => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1280105 Title: urllib/urllib2 is incompatible for python 3 Status in

[Yahoo-eng-team] [Bug 1529100] [NEW] OVSBridge.delete_port method performance could be improved

2015-12-24 Thread Eugene Nikanorov
Public bug reported: Using transactions to execute multiple ovs commands can be beneficial if python-ovs library is used. Particularly, deletion of multiple ovs port can be made significantly faster if executed in the transaction as a single operation. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1529090] [NEW] nova-compute status is down when add computer service

2015-12-24 Thread carl
Public bug reported: nova-compute status is down when add computer service. On controller node: [root@controller nova]# nova service-list ++--++--+-+---++-+ | Id | Binary | Host | Zone

[Yahoo-eng-team] [Bug 1529109] [NEW] Secuirty groups resources are not extendable

2015-12-24 Thread Roey Chen
Public bug reported: The Securitygroup class in neutron/extensions/securitygroup should override the base method "update_attributes_map" so that the resources it defines ("security-group" and "security-group-rules") may be extended by other extensions. For example, the "l3" extension overrides