[Yahoo-eng-team] [Bug 1355627] [NEW] There should be a parameter to define MTU for DVR interfaces MTU in l3_agent.ini config file

2014-08-11 Thread Sarada
Public bug reported: There should be a parameter to define MTU for DVR interfaces in l3_agent.ini config file Since configuring the MTU as 8900 for DVR router interfaces gives better performance, it should be good to provide an option to configure the MTU for DVR interfaces in l3_agent.ini con

[Yahoo-eng-team] [Bug 1355620] [NEW] nova floating-ip-create needs pool name

2014-08-11 Thread Choonho Son
Public bug reported: floating-ip-create shows that floating-ip-pool is optional, but it is need to specify pool name. # # help menu # [root@cnode35-m ~(keystone_admin)]# nova help floating-ip-create usage: nova floating-ip-create [] Allocate a floating IP for the

[Yahoo-eng-team] [Bug 1355621] [NEW] nova floating-ip-create needs pool name

2014-08-11 Thread Choonho Son
Public bug reported: floating-ip-create shows that floating-ip-pool is optional, but it is need to specify pool name. # # help menu # [root@cnode35-m ~(keystone_admin)]# nova help floating-ip-create usage: nova floating-ip-create [] Allocate a floating IP for the

[Yahoo-eng-team] [Bug 1355601] [NEW] User project can't be list after the project is created

2014-08-11 Thread Hong-Guang
Public bug reported: Testing step: 1:login as admin 2:create a new user and assign admin role 3:login as this new user 4:create a new project 5:search this new project and return empty ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1355565] [NEW] config argument to config.setup_logging is unused

2014-08-11 Thread Angus Lees
Public bug reported: In neutron/common/config.py, the argument to setup_logging is unused: def setup_logging(conf): product_name = "neutron" logging.setup(product_name) LOG.info(_("Logging enabled!")) As a minor cleanup, we should remove the argument in the interests of simpler

[Yahoo-eng-team] [Bug 1355547] [NEW] Catch invalid exception when deleting a nonexistent flavor

2014-08-11 Thread Ken'ichi Ohmichi
Public bug reported: flavor_get_by_flavor_id() raises a FlavorNotFound exception when tring to delete a nonexistent flavor and REST API layer should catch the exception. However the one of v2 API catches exception.NotFound instead. This invalid exception catching has been fixed on v3 API. ** Aff

[Yahoo-eng-team] [Bug 1334368] Re: HEAD and GET inconsistencies in Keystone

2014-08-11 Thread Dolph Mathews
** Also affects: openstack-api-site Importance: Undecided Status: New ** Tags added: identity-api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1334368 Title: HEAD and GET i

[Yahoo-eng-team] [Bug 1355502] [NEW] NSX - add note in configuration files regarding distributed routers

2014-08-11 Thread Salvatore Orlando
Public bug reported: In order to leverage distributed routing with the NSX plugin - the replication_mode parameter should be set to 'service'. Otherwise the backend wil throw 409 errors resulting in 500 NSX errors. This should be noted in the configuration files. ** Affects: neutron Import

[Yahoo-eng-team] [Bug 1355500] [NEW] unmocked method call in databases obtaining flavor

2014-08-11 Thread David Lyle
Public bug reported: Exception while obtaining flavors list Traceback (most recent call last): File "/home/david-lyle/horizon/horizon/openstack_dashboard/dashboards/project/databases/workflows/create_instance.py", line 56, in flavors return api.trove.flavor_list(request) File "/home/dav

[Yahoo-eng-team] [Bug 1355489] [NEW] ldap binary fields fail when code try to convert to utf8

2014-08-11 Thread David Bingham
Public bug reported: When attempting to fetch a token with a ldap backed keystone authentication, users are never able to authenticate. Setup: Version: stable/icehouse LDAP: Active Directory. User fields have many binary fields (i.e. thumbnail_image). driver=keystone.identity.backends.lda

[Yahoo-eng-team] [Bug 1354258] Re: nova-api will go wrong if AZ name has space in it when memcach is used

2014-08-11 Thread Davanum Srinivas (DIMS)
Easily reproducible >>> import memcache >>> mc = memcache.Client(['192.168.1.111:11211'], debug=0) >>> mc.set("some_key", "Some value") True >>> print mc.get("some_key") Some value >>> mc.set("some key", "Some value") Traceback (most recent call last): File "", line 1, in File "/Library/Fram

[Yahoo-eng-team] [Bug 1355442] [NEW] Need better handling of errors during dependency building

2014-08-11 Thread Kris Lindgren
Public bug reported: Currently when anvil is building dependency packages and a package fails to build it will stop building packages once it hit that failure. If you run run the build step , it will continue building packages after the build failure. If a package fails to build and your remove

[Yahoo-eng-team] [Bug 1355439] [NEW] Improve rpm package build requirements for anvil

2014-08-11 Thread Kris Lindgren
Public bug reported: Currently it is a major pain to build horizon, because to correctly build horizon you need to have all the openstack clients installed on the build host as well as some other openstack specific packages. We use to do a hack that would remove the requirements of installing all

[Yahoo-eng-team] [Bug 1355426] [NEW] pip2rpm builds bad specs when packages have tests requirements

2014-08-11 Thread Kris Lindgren
Public bug reported: pip2rpm is not correctly parsing test-requirements.txt it will take the relevant entries and create a python-(character) for each character in the file. Under the tests portion of the repo. This creates a spec file like the following, which make it impossible to install the

[Yahoo-eng-team] [Bug 1355424] [NEW] NSX: update_lswitch method adds duplicate version tag

2014-08-11 Thread Aaron Rosen
Public bug reported: The nsxlib.update_lswitch() method automatically adds the neutron version as a tag to the string. Because of this it's possible to have this same value get added many times which exceeds the number of tags nsx allows. 2014-08-11 11:54:20.980 ERROR neutron.plugins.vmware.api_c

[Yahoo-eng-team] [Bug 1355409] [NEW] Key error in l3_dvr_db

2014-08-11 Thread Eugene Nikanorov
Public bug reported: The following stack trace observed in the gate: ERROR oslo.messaging.rpc.dispatcher [req-110db567-3322-4922-95c8-a54d166c8ead ] Exception during message handling: u'b132e9da-3ee2-47ac-9ed5-f04ca73c01d1' TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last): T

[Yahoo-eng-team] [Bug 1355405] [NEW] Exception handling when deleting a non-empty container causes Horizon to crash.

2014-08-11 Thread George Peristerakis
Public bug reported: When using Horizon in French, deleting a non-empty object container. Causes Horizon to crash in production. ** Affects: horizon Importance: Undecided Assignee: George Peristerakis (george-peristerakis) Status: New ** Changed in: horizon Assignee: (una

[Yahoo-eng-team] [Bug 1355373] [NEW] [data processing] Image registry lists images twice for admin

2014-08-11 Thread Chad Roberts
Public bug reported: *low pirority* If you log in as the admin user and go to the Data Processing -> Image Registry, you will notice that the image dropdown might list each image twice (if an image is loaded for the admin project and is public, it will be shown twice). The following code (data_i

[Yahoo-eng-team] [Bug 1355360] [NEW] Cisco VPNaaS agent doesn't resync with config DB on restart

2014-08-11 Thread Sridhar Ramaswamy
Public bug reported: When Cisco VPNaaS agent could restarts - either due to software-error or operator action - the agent doesn't reconcile with the configuration changes that happened while it was down with CSR VM configs. This could lead to cases where, a) any VPN config (ipsec-connection, et.

[Yahoo-eng-team] [Bug 1294682] Re: Hyper-v VHDX resizing not working when using differencing images

2014-08-11 Thread Alessandro Pilotti
Converted in blueprint: https://blueprints.launchpad.net/nova/+spec/add- differencing-vhdx-resize-support Merged in Juno ** 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 Op

[Yahoo-eng-team] [Bug 1355348] [NEW] Terminating an instance while attaching a volume leads to both actions failing

2014-08-11 Thread Andrew Laski
Public bug reported: This is happening with the xenapi driver, but it's possible that this can happen with others. The sequence of events I'm witnessing is: An attach_volume request is made and shortly after a terminate_instance request is made. >From the attach_volume request the block device

[Yahoo-eng-team] [Bug 1355313] [NEW] instance table is flickered in Chrome browser when launching multiple (>10) instances at the same time

2014-08-11 Thread Akihiro Motoki
Public bug reported: When launching multiple instances (usually more than 10) in parallel, the instance table is flickered in Chrome browser (on Windows). Some cells become white temporarily and then displayed correctly. It continues until instance launching are completed. It is quite ugly and

[Yahoo-eng-team] [Bug 1309642] Re: horizon angular integration overrides embed tag

2014-08-11 Thread Rob Raymond
** Changed in: horizon Status: In Progress => Invalid ** Changed in: horizon Assignee: Rob Raymond (rob-raymond) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bu

[Yahoo-eng-team] [Bug 1355287] [NEW] Introduce constants for volume status values

2014-08-11 Thread Gary W. Smith
Public bug reported: Volume status values ('available', 'error', etc) are hardcoded in various places throughout the UI. Constants should be introduced for these and used consistently throughout horizon. ** Affects: horizon Importance: Undecided Status: New -- You received this bu

[Yahoo-eng-team] [Bug 1355285] [NEW] EC2 attachment set is absent for attaching/detaching volumes

2014-08-11 Thread Feodor Tersin
Public bug reported: When volume is attaching AWS reports attachment info: VOLUME vol-b6baa9ff 1 us-east-1b in-use 2014-08-11T15:34:38.090Z ATTACHMENT vol-b6baa9ffi-afcc1f85 /dev/sddattaching 2014-08-11T15:41:24.000Z But Nova EC2 doesn't do it

[Yahoo-eng-team] [Bug 1327959] Re: fwaas:firewall rule doesn't throw error when setting dest. ip address as network and took it as /32

2014-08-11 Thread Elena Ezhova
Such source/destination ip addresses may be valid in case when network prefix is less than 24 bits. I'd suggest marking this bug as invalid. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1354509] Re: Glance requirements.txt for osprofiler too loose

2014-08-11 Thread Stuart McLaren
*** This bug is a duplicate of bug 1354500 *** https://bugs.launchpad.net/bugs/1354500 Duplicate of https://bugs.launchpad.net/glance/+bug/1354500 ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1355251] [NEW] db plugin sort testing function should not use sorted() on assertion

2014-08-11 Thread Evgeny Fedoruk
Public bug reported: tests/unit/test_db_plugin.py line 585 (https://github.com/openstack/neutron/blob/master/neutron/tests/unit/test_db_plugin.py#L585) sorted() function is used within assertEqual() function. This breaks tests objective which is to test sorting Every unit test using this function

[Yahoo-eng-team] [Bug 1278843] Re: Neutron doesn't report using a stale CA certificate

2014-08-11 Thread Adam Young
** Also affects: keystonemiddleware Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1278843 Title: Neutron doesn't report using a stale CA cert

[Yahoo-eng-team] [Bug 1355177] Re: hyperV: compute service goes off when booting an instance fails

2014-08-11 Thread Alessandro Pilotti
This is the expected behaviour and it's unrelated to the Hyper-V driver. You can tell Nova not to use Neutron by unsetting "network_api_class" in nova.conf on your Hyper-V compute node(s) which will revert to the default (Nova network). Please note that Nova network is not supported on Hyper-V be

[Yahoo-eng-team] [Bug 1355195] [NEW] ipv6 router does not set ip forwarding

2014-08-11 Thread Pierre-Antoine Haidar-Bachminska
Public bug reported: When we set up a router between two IPv6-only subnets, the router fails to forward the traffic from one network to the other. After investigations in neutron's l3_agent source code (on git), it seems that you forgot to set ipv6 forwarding to 1 with sysctl after you set it for

[Yahoo-eng-team] [Bug 1355186] [NEW] Run the Horizon integration tests on the Horizon gate

2014-08-11 Thread Julie Pichon
Public bug reported: Horizon is building up a small collection of integration tests and it's time to add a gate job so that we can run them on the Horizon gate for the master branch. The tests require Selenium to run. I have a patch pending for using the recent "selenium-headless" flag to the tox

[Yahoo-eng-team] [Bug 1355177] [NEW] hyperV: compute service goes off when booting an instance fails

2014-08-11 Thread Mayank
Public bug reported: I have a 2012 R2 windows machine where hyperV, openstack nova compute service and openstack neutron hyperV agent is installed. I have a devstack running where neutron is not installed. When I am trying to boot an instance, it fails with error: "ConnectionFailed: Connection

[Yahoo-eng-team] [Bug 1355183] [NEW] Allow POST of floating_ip_address for L3 extension

2014-08-11 Thread Miroslav Los
Public bug reported: The documentation to Create Floating IP suggests that the call shall allow the floating_ip_address to be selected by the caller, yet the code does not permit that and will not use the value: >From http://docs.openstack.org/api/openstack- network/2.0/content/floatingip_create.

[Yahoo-eng-team] [Bug 1355125] Re: keystonemiddleware appears not to hash PKIZ tokens

2014-08-11 Thread Lance Bragstad
** Description changed: - It looks like Keystone hashes only PKI tokens - https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/auth_token.py#L1399 - and test test_verify_signed_token_raises_exception_for_revoked_pkiz_token in https://github.com/openstack/keystonemiddlew

[Yahoo-eng-team] [Bug 1355171] [NEW] Injected /etc/network/interfaces misses line feed and IP existence checks

2014-08-11 Thread Pierre-Antoine Haidar-Bachminska
Public bug reported: When I use nova's /etc/network/interfaces file injection via configdisk and set up by cloud-init, I end up with a not working /etc/network/interfaces like this one (notice the missing line feed and the "address None") : # Injected by Nova on instance boot # # This file

[Yahoo-eng-team] [Bug 1355169] [NEW] rest client from opendaylight ml2 driver should be reusable

2014-08-11 Thread Dave Tucker
Public bug reported: The current ML2 plugin for opendaylight is a single class. It would be better if it were split such that the rest-client could be easily re-used by additional plugins e.g a l3 service plugin and/or LBaaS, FWaaS etc... ** Affects: neutron Importance: Undecided Assig

[Yahoo-eng-team] [Bug 1354829] Re: "sudo: 3 incorrect password attempts" in gate-neutron-python26

2014-08-11 Thread Sam Betts
After looking through logstash it would appear that this is not specific to Neutron. Several of the Jenkins servers have suffered from this error when testing different projects, including Neutron, Horizon and Tempest. ** Also affects: horizon Importance: Undecided Status: New ** Also a

[Yahoo-eng-team] [Bug 1355131] Re: Populate xstatic-core and xstatic-ptl ACL groups for Gerrit

2014-08-11 Thread Radomir Dopieralski
Awesome, thank you! ** Changed in: horizon Status: New => Fix Released -- 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/1355131 Title: Populate xstatic-core a

[Yahoo-eng-team] [Bug 1355153] [NEW] Inefficient implementation of Linuxbridge agent get_bridge_for_tap_device

2014-08-11 Thread Miroslav Los
Public bug reported: The implementation of LinuxBridgeManager.get_bridge_for_tap_device uses an inefficient algorithm of repeatedly listing all bridges and their interfaces for each call. At scale, this implementation becomes very inefficient, causing the agent to become unresponsive in reporting

[Yahoo-eng-team] [Bug 1355131] Re: Populate xstatic-core and xstatic-ptl ACL groups for Gerrit

2014-08-11 Thread Sergey Lukjanov
I've added horizon-core and horizon-ptl groups to the xxstatic-core and xstatic-ptl groups correspondingly. ** Changed in: openstack-ci Milestone: None => juno ** Changed in: openstack-ci Assignee: (unassigned) => Sergey Lukjanov (slukjanov) ** Changed in: openstack-ci Importance: Un

[Yahoo-eng-team] [Bug 1349774] Re: Error parsing _stylesheets.html

2014-08-11 Thread Derek Higgins
** Changed in: tripleo Status: Triaged => Fix Released -- 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/1349774 Title: Error parsing _stylesheets.html Status

[Yahoo-eng-team] [Bug 1351466] Re: can't copy '.../cisco_cfg_agent.ini': doesn't exist

2014-08-11 Thread Derek Higgins
** Changed in: tripleo Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1351466 Title: can't copy '.../cisco_cfg_agent.ini': doesn't exist Status in

[Yahoo-eng-team] [Bug 1355131] [NEW] Populate xstatic-core and xstatic-ptl ACL groups for Gerrit

2014-08-11 Thread Radomir Dopieralski
Public bug reported: The xstatic-core and xstatic-ptl groups were created to manage access to all the stackforge/xstatic-* repositories, which contain packages with javascript libraries used by Horizon. The repositories are now created. but the groups are empty. They should be initially populated

[Yahoo-eng-team] [Bug 1355125] [NEW] keystonemiddleware appears not to hash PKIZ tokens

2014-08-11 Thread Kirill Zaborsky
Public bug reported: It looks like Keystone hashes only PKI tokens - https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/auth_token.py#L1399 and test test_verify_signed_token_raises_exception_for_revoked_pkiz_token in https://github.com/openstack/keystonemiddleware/blo

[Yahoo-eng-team] [Bug 1355103] [NEW] InvalidRequestError in l3_agent_scheduler:bind_router

2014-08-11 Thread Eugene Nikanorov
Public bug reported: Observed in the gate: ERROR neutron.api.v2.resource [req-359624f3-6dac-49a6-b7fb-ebf932840832 None] add_router_interface failed TRACE neutron.api.v2.resource Traceback (most recent call last): TRACE neutron.api.v2.resource File "/opt/stack/new/neutron/neutron/api/v2/resou

[Yahoo-eng-team] [Bug 1351292] Re: Data processing workflows broken after bootstrap update

2014-08-11 Thread Nikita Konovalov
** Changed in: horizon Status: In Progress => 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/1351292 Title: Data processing workflows broken after bo

[Yahoo-eng-team] [Bug 1355100] [NEW] TestSubresourcePlugin functions are double indented

2014-08-11 Thread Sam Betts
Public bug reported: The code for the TestSubresourcePlugin class in neutron/test/unit/test_api_v2.py is double indented which does not meet pep8 requirements, however flake8 seems to ignore the problem in automated testing. ** Affects: neutron Importance: Undecided Assignee: Sam Betts

[Yahoo-eng-team] [Bug 1355087] [NEW] when a interface is added after router gateway set, external connectivity using snat fails

2014-08-11 Thread Preethi Dsilva
Public bug reported: 1.create n/w,subnet 2.create a dvr and attach the subnet 3/create external network and attach the router gateway 4.now boot a vm in that subnet 5.ping to external network -successful 6.create a new network,subnet attach it to router created in step 2. 7.boot a vm and ping to