[Yahoo-eng-team] [Bug 1268309] Re: Exception raised in neutron API code may not work well with eventlet

2014-01-14 Thread Gary Kotton
Was requested to remove the bug as it is a know issue. The patch is still relevant. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.l

[Yahoo-eng-team] [Bug 1269266] [NEW] Duplicate records on the 'image_locations' table are not eliminated fully in upgrade.

2014-01-14 Thread Takashi NATSUME
Public bug reported: When upgrading from stable/havana to master, database schema and records are upgraded(migrated) by 'glance-manage db_sync' command. On the 'image_locations' table, duplicate records that have same set of image_id, value and meta_data should be deleted, only leaving one recor

[Yahoo-eng-team] [Bug 1269246] [NEW] some ariables name is not friendly

2014-01-14 Thread lizheming
Public bug reported: in neutron/db/db_base_plugin_v2.py, the code is: def _generate_ip(context, subnets): """Generate an IP address. The IP address will be generated from one of the subnets defined on the network. """ range_qry = context.session.query(

[Yahoo-eng-team] [Bug 1269204] [NEW] tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance fails sporadically in gate jobs

2014-01-14 Thread Peter Portante
Public bug reported: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance fails sporadically in gate jobs See: http://logs.openstack.org/08/66108/3/check/check-tempest-dsvm- full/fdbbfd3/console.html 2014-01-15 00:40:01.541 | ==

[Yahoo-eng-team] [Bug 1269200] [NEW] Remove unused arg `instances`

2014-01-14 Thread Lawrance
Public bug reported: In function VolumeTableMixIn._set_id_if_nameless(), we define arg `instances`, but we never use it. the codes snippet in file openstack_dashboard/dashboards/project/volumes/views.py: def _set_id_if_nameless(self, volumes, instances): for volume in volumes:

[Yahoo-eng-team] [Bug 1269192] [NEW] tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_create_backup fails gate sporadically

2014-01-14 Thread Peter Portante
Public bug reported: See: http://logs.openstack.org/89/66489/1/check/check-tempest-dsvm- full/a484000/console.html 2014-01-14 03:46:02.953 | == 2014-01-14 03:46:02.988 | FAIL: tempest.api.compute.servers.test_server_actions.Ser

[Yahoo-eng-team] [Bug 1269189] [NEW] iptables_manager doesn't honor wrap target when removing a rule

2014-01-14 Thread Sylvain Afchain
Public bug reported: iptables_manager permits to use a variable begining by a $ in order to reference a wrapped chain, the issue is that the remove rule method doesn't expand this variable, thus if a rule has been added with a variable, it is impossible to remove it since the iptables manager comp

[Yahoo-eng-team] [Bug 1269183] [NEW] error while retrieving nat rules during remote_router_interface

2014-01-14 Thread Armando Migliaccio
Public bug reported: The following stacktrace has been observed: http://paste.openstack.org/show/61221/ Which leads to the following error: ft24.1: tearDownClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)_StringException: Traceback (most recent call last): File "tempest/api/

[Yahoo-eng-team] [Bug 1269180] [NEW] [tempest] test FAILED test_l3_agent_scheduler.py:L3AgentSchedulerXML

2014-01-14 Thread Nicolas PLANEL
Public bug reported: ubuntu@devstack-rm3950:/opt/stack/tempest$ nosetests -x -sv tempest/api/network/admin/test_l3_agent_scheduler.py:L3AgentSchedulerXML tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerXML.test_list_l3_agents_hosting_router[gate,smoke] ... FAIL ===

[Yahoo-eng-team] [Bug 1269160] Re: Keystone v3 documentation is lacking w.r.t. Domain Token authentication

2014-01-14 Thread Dolph Mathews
** Changed in: keystone Importance: Undecided => Medium ** Changed in: keystone Status: New => Confirmed ** Project changed: keystone => openstack-api-site ** Tags added: identity-api ** Summary changed: - Keystone v3 documentation is lacking w.r.t. Domain Token authentication + Keys

[Yahoo-eng-team] [Bug 1269160] Re: Keystone v3 documentation is lacking w.r.t. Domain Token authentication

2014-01-14 Thread Chris Jones
** Project changed: horizon => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1269160 Title: Keystone v3 documentation is lacking w.r.t. Domain-scoped authentication Status

[Yahoo-eng-team] [Bug 1269160] [NEW] Keystone v3 documentation is lacking w.r.t. Domain Token authentication

2014-01-14 Thread Chris Jones
Public bug reported: After talking with Dolphm, it was concluded that the documentation here was lacking w.r.t Domain only scoping: https://github.com/openstack/identity-api/blob/master/openstack- identity-api/v3/src/markdown/identity-api-v3.md#scope-scope The additional documentation should g

[Yahoo-eng-team] [Bug 1269157] [NEW] Notifications wrapper doesn't work with Trusts Keystone resource

2014-01-14 Thread Lance Bragstad
Public bug reported: When implementing Keystone notifications for Trusts, an IndexError is returned saying 'tuple index out of range'. http://paste.openstack.org/show/61217/ This causes notification to fail when creating trusts in Keystone. I believe the reason why args isn't "indexible" is beca

[Yahoo-eng-team] [Bug 1269152] [NEW] Missing log.exception in nvp plugin for create_router

2014-01-14 Thread Aaron Rosen
Public bug reported: Missing log.exception in nvp plugin for create_router ** Affects: neutron Importance: Undecided Assignee: Aaron Rosen (arosen) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1269136] [NEW] ML2 unit test coverage - rpc

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m neutron/plugins/ml2/rpc100 10 24 885% 95-98, 102-108, 123-130, 164-167, 186-189 ** Affects: neutron Importance: Undecided Status: New ** T

[Yahoo-eng-team] [Bug 1269137] [NEW] ML2 unit test coverage - mech_agent

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m neutron/plugins/ml2/drivers/mech_agent 36 2 17 489% 84-85 ** Affects: neutron Importance: Undecided Status: New ** Tags: ml2-unit-test-coverage -- You

[Yahoo-eng-team] [Bug 1269138] [NEW] ML2 unit test coverage - managers

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m neutron/plugins/ml2/managers 158 11 34 791% 51, 67-70, 84-85, 98, 481-485, 501-502 ** Affects: neutron Importance: Undecided Status: New ** Tags

[Yahoo-eng-team] [Bug 1269131] [NEW] ML2 unit test coverage - db

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m: neutron/plugins/ml2/db 68 13 2 081% 88-93, 125-135 ** Affects: neutron Importance: Undecided Status: New ** Tags: ml2-unit-test-coverag

[Yahoo-eng-team] [Bug 1269135] [NEW] ML2 unit test coverage - l2pop

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover; coverage report -m neutron/plugins/ml2/drivers/l2pop/db38 4 2 285% 32-34, 41 neutron/plugins/ml2/drivers/l2pop/rpc 31 2 12 486% 73, 82 neutron/plugins/

[Yahoo-eng-team] [Bug 1269134] [NEW] ML2 unit test coverage - driver_api

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m neutron/plugins/ml2/driver_api 94 20 10 081% 55, 65, 85, 99, 115, 129, 150, 160, 165, 186, 196, 217, 227, 232, 237, 246, 260, 293, 583, 594 ** Affects: neutron

[Yahoo-eng-team] [Bug 1269128] [NEW] ML2 unit test coverage - mechanism_ncs

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m: neutron/plugins/ml2/drivers/mechanism_ncs 91 20 22 1371% 85, 115, 154-168, 174-179, 182 n ** Affects: neutron Importance: Undecided Status: New ** Tags

[Yahoo-eng-team] [Bug 1268805] Re: field error on user tab's edit popup

2014-01-14 Thread Cindy Lu
** 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/1268805 Title: field error on user tab's edit popup Status in O

[Yahoo-eng-team] [Bug 1269124] [NEW] ML2 unit test coverage - mech_arista

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m: neutron/plugins/ml2/drivers/mech_arista/mechanism_arista 414244 98 8536% 48-52, 62-64, 78-86, 110, 133, 184, 205-217, 257-258, 266-271, 284, 327-329, 346-457, 460-463, 466-469, 495-49

[Yahoo-eng-team] [Bug 1269127] [NEW] ML2 unit test coverage - type drivers

2014-01-14 Thread Amir Sadoughi
Public bug reported: >From tox -e cover neutron.tests.unit.ml2; coverage report -m: neutron/plugins/ml2/drivers/type_flat 59 31 11 1041% 68-69, 83-96, 99-112, 116, 119-130 neutron/plugins/ml2/drivers/type_tunnel 62 2

[Yahoo-eng-team] [Bug 1269098] [NEW] embrane: plugin adjustments for tempest testing

2014-01-14 Thread Ivar Lazzaro
Public bug reported: This issue tracks the changes needed by the Embrane's Neutron Plugin in order to reliably pass tempest tests. ** Affects: neutron Importance: Undecided Assignee: Ivar Lazzaro (mmaleckk) Status: New ** Changed in: neutron Assignee: (unassigned) => Ivar

[Yahoo-eng-team] [Bug 1269065] [NEW] Call to add_network_to_project is not implemented when using neutron

2014-01-14 Thread Brent Eagles
Public bug reported: The add_project_to_network method in the nova.network.neutronv2.api module is not implemented. It is unclear that this API could reasonably be implemented in this case, but if the use case exists for nova's api in the first place it is worthwhile to objectively review this. *

[Yahoo-eng-team] [Bug 1269066] [NEW] Call to dns related APIs are not implemented when using neutron

2014-01-14 Thread Brent Eagles
Public bug reported: The following methods in nova.network.neutron.v2.api are not implemented (well, they throw NotImplemented exceptions) - create_private_dns_domains - create_public_dns_domains - get_dns_entries_by_address - get_dns_entries_by_name - get_dns_domains - add_dns_entry - modify_dns

[Yahoo-eng-team] [Bug 1269061] [NEW] Calls to get_vifs_by_instance are not implemented when using neutron

2014-01-14 Thread Brent Eagles
Public bug reported: The get_vifs_by_instance() call in the nova.network.neutronv2.api module is not implemented. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Op

[Yahoo-eng-team] [Bug 1269062] [NEW] Call to get_vif_by_mac_address is not implemented when using neutron

2014-01-14 Thread Brent Eagles
Public bug reported: The get_vif_by_mac_address() method in the nova.network.neutronv2.api module is not implemented. ** Affects: nova Importance: Undecided Status: New ** Tags: network -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1269060] [NEW] Calls to get_fixed_ip are not implemented when using neutron

2014-01-14 Thread Brent Eagles
Public bug reported: The get_fixed_ip() the nova.network.neutronv2.api module is not implemented. ** Affects: nova Importance: Undecided Status: New ** Tags: network -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1269040] [NEW] Dependency on pyudev is unnecessary

2014-01-14 Thread Darragh O'Reilly
Public bug reported: The pyudev package is only used in linuxbridge_neutron_agent.py to get a list of virtual network devices. This can be done without pyudev. ** Affects: neutron Importance: Undecided Assignee: Darragh O'Reilly (darragh-oreilly) Status: In Progress ** Changed

[Yahoo-eng-team] [Bug 1269034] [NEW] shuting down a VM in vmware doesn't update the status in openstack

2014-01-14 Thread cristi1979
Public bug reported: Steps to reproduce this: 1. Have openstack integrated with vmware 2. Start VM from openstack 3. login and poweroff the instance 4. Nova sees the changed status after 5 minutes The only relevant line is in /var/log/nova/compute.log: 2014-01-14 10:36:14.123 2459 WARNING nova.c

[Yahoo-eng-team] [Bug 1269029] [NEW] vsphere networking works with br100 only

2014-01-14 Thread cristi1979
Public bug reported: Our configuration is: [DEFAULT] flat_network_bridge=br-int flat_interface=eth0 [vmware] integration_bridge=br100 When changing br100 to br107 in nova.conf and vsphere results in the following error: NetworkAdapterNotFound: Network adapter br107 could not be found. Full

[Yahoo-eng-team] [Bug 1269028] [NEW] AttributeError: No such RPC function 'tunnel_sync'

2014-01-14 Thread Ionuț Arțăriși
Public bug reported: 2014-01-14 16:23:56.772 4078 ERROR neutron.openstack.common.rpc.amqp [-] Exception during message handling 2014-01-14 16:23:56.772 4078 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): 2014-01-14 16:23:56.772 4078 TRACE neutron.openstack.common.rpc.

[Yahoo-eng-team] [Bug 1269008] [NEW] Icehouse failing with sqlalchemy 0.8.3

2014-01-14 Thread Chuck Short
Public bug reported: == FAIL: nova.tests.virt.docker.test_driver.DockerDriverTestCase.test_create_container_wrong_image tags: worker-1 -- Empty attachments: py

[Yahoo-eng-team] [Bug 1268995] [NEW] Reusing IPs (floating, routers) fails due to external MAC caching

2014-01-14 Thread Yair Fried
Public bug reported: Switches outside the cloud try to access the old mac when reusing a floating IP and fail. This is only solved by initiating traffic from the VM, and updating the new MAC at the external switch. How to Reproduce: 1. Create and associate new Floating IP with VM and connect to

[Yahoo-eng-team] [Bug 1268977] [NEW] v3 credentials project is not optional for type=ec2

2014-01-14 Thread Steven Hardy
Public bug reported: The project is documented as being optional when creating credentials via the v3/credentials API, but not providing a project when creating ec2 credentials, then validating a signed request signed with those credentials via ec2tokens fails: 2014-01-14 13:53:19.390 10908 ERROR

[Yahoo-eng-team] [Bug 1268955] Re: OVS agent updates the wrong port when using Xen + Neutron

2014-01-14 Thread Simon Pasquier
I just realized that this is because I'm using HVM instances. In that case, Xen Server creates 1 vif and 1 tap and it deletes the tap interface if the domU is able to load the virtualized Xen driver for the NIC. See http://lists.xen.org/archives/html/xen-devel/2011-12/msg02085.html ** No longer

[Yahoo-eng-team] [Bug 1268966] [NEW] glance requires pyOpenSSL>=0.11

2014-01-14 Thread Dmitry Kulishenko
Public bug reported: while running unit tests with pyOpenSSL==0.10 I have got an exception _StringException: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/glance/tests/unit/common/test_utils.py", line 197, in test_validate_key_cert_key utils.validate_key_cert(ke

[Yahoo-eng-team] [Bug 1268962] [NEW] neutron-server fails to start when using linuxbridge with UnboundLocalError

2014-01-14 Thread Ionuț Arțăriși
Public bug reported: # neutron-server 2014-01-14 14:27:52.167 4801 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver 2014-01-14 14:27:52.433 4801 ERROR neutron.service [-] Unrecoverable error: please check log for details. 2014-01-14 14:27:52.433 4801 TRACE neutron.ser

[Yahoo-eng-team] [Bug 1268955] [NEW] OVS agent updates the wrong port when using Xen + Neutron

2014-01-14 Thread Simon Pasquier
Public bug reported: Environment == - Xen Server 6.2 - OpenStack Havana installed with Packstack - Neutron OVS agent using VLAN >From time to time, when an instance is started, it fails to get network connectivity. As a result the instance cannot get its IP address from DHCP and it remain

[Yahoo-eng-team] [Bug 1268943] [NEW] Fake compute available resources are not configurable

2014-01-14 Thread Cedric Brandily
Public bug reported: Available resources provided by fake computes to the scheduler are hardcoded in FakeDriver.get_available_resource. Currently, It implies to change scheduler cpu/ram/disk_allocation because fake computes capacity is too low when using Core/Ram/DiskFilter. The correction woul

[Yahoo-eng-team] [Bug 1268926] [NEW] Test coverage improvement for LBaaS screens.

2014-01-14 Thread Tatiana Mazur
Public bug reported: There is a lack of 'delete' tests for LBaaS instances. ** Affects: horizon Importance: Wishlist Assignee: Tatiana Mazur (tmazur) Status: New ** Changed in: horizon Assignee: (unassigned) => Tatiana Mazur (tmazur) ** Changed in: horizon Importance:

[Yahoo-eng-team] [Bug 1263590] Re: reduce variables not used in get_engine()

2014-01-14 Thread Liusheng
** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Assignee: Liusheng (liusheng) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1263590

[Yahoo-eng-team] [Bug 1268895] [NEW] Possible infinity loop on sqlachemy.api._retry_on_deadlock

2014-01-14 Thread sahid
Public bug reported: We need to add max attempts logic to retry_on_deadlock Retry on deadlock can continue to infinity and produce a timeout in an other part of code causing an increase difficulty to debug the real problem. https://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/a

[Yahoo-eng-team] [Bug 1268891] [NEW] Possible livelock on sqlachemy.api.retry_on_deadlock

2014-01-14 Thread sahid
Public bug reported: A random interval is necessary to prevent the colliding transactions don't continuously keep bumping into each other without progress. https://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/api.py ** Affects: nova Importance: Undecided Assignee: sahi

[Yahoo-eng-team] [Bug 1268875] [NEW] Oslo migrate.py does not have functionality to compute path to `migrate_repo`s

2014-01-14 Thread Ilya Pekelny
Public bug reported: Oslo migrate.py does not have functionality corresponding to `keystone.common.sql.migration.find_migrate_repo`, for example. Synchronization is impossible without this functionality because the functionality is required. ** Affects: keystone Importance: Undecided