[Yahoo-eng-team] [Bug 1487668] [NEW] nova evacuate doent work with neutron dvr architecture

2015-08-21 Thread Leandro Pereira
Public bug reported: We are getting some issue with nova evacuate with neutron dvr architecture. When we execute nova evacuate command when thre is no ditribuited router (qrouter) in the new compute nodel3 agent didn´t create a specific distribuited router (qrouter) in the new compute

[Yahoo-eng-team] [Bug 1487663] [NEW] no testcases to cover the region creation with invalid id

2015-08-21 Thread Dave Chen
Public bug reported: Regions use ID differently. The user can specify the ID or it will be generated automatically. Region schema validation require the Region ID is string type, but there is no testcase to cover this. CURL = -

[Yahoo-eng-team] [Bug 1487425] [NEW] Ranged filtering by version is not supported

2015-08-21 Thread Mike Fedosin
Public bug reported: Currently filtering version by range is not supported, so requests like ?version=gt:5.0version=lt:8.0version=ne:6.0 don't work as expected - only the last parameter is used in that cases. ** Affects: glance Importance: Undecided Status: New ** Tags: artifacts

[Yahoo-eng-team] [Bug 1487506] [NEW] compression error

2015-08-21 Thread Matthias Runge
Public bug reported: while using django-pyscss==2.0.2 pyScss==1.3.4 I'm getting CommandError: An error occured during rendering /builddir/build/BUILD/horizon-2015.1.1/openstack_dashboard/templates/_stylesheets.html: Don't know how to merge conflicting combinators: SimpleSelector: u'+

[Yahoo-eng-team] [Bug 1487477] [NEW] Mess in live-migration compute-manager and drivers code

2015-08-21 Thread Timofey Durakov
Public bug reported: There is _live_migration_cleanup_flags method in compute's manager class which should decide whether it's needed to make cleanup after live-migration is done or not. It accepts 2 params, from doc: :param block_migration: if true, it was a block migration :param

[Yahoo-eng-team] [Bug 1487455] [NEW] Full decomposition of the core Nuage plugin

2015-08-21 Thread Vlad Gridin
Public bug reported: Fully decompose Nuage core plugin to the vendor repo, so there is no code in the Neutron repo. ** Affects: neutron Importance: Undecided Status: New ** Tags: nuage ** Tags added: nuage -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1487457] [NEW] cen't get user list for domain if default identity backend driver is ldap

2015-08-21 Thread Vasyl Saienko
Public bug reported: root@node-8:/var/log/apache2# openstack --os-token E6Px37E7 --os-url http://192.168.0.2:35357/v3/ --os-identity-api-version 3 user list --quiet --format csv --long --domain d95a7f6e6a6e4ca88703b3fb3e9ebda6 ERROR: openstack Could not find domain:

[Yahoo-eng-team] [Bug 1454074] Re: denial of service via large number of logout page requests

2015-08-21 Thread Lin Hua Cheng
** Changed in: horizon Status: Triaged = Won't Fix -- 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/1454074 Title: denial of service via large number of

[Yahoo-eng-team] [Bug 1404743] Re: sporadic test failures due to VMs not getting a DHCP lease

2015-08-21 Thread Kyle Mestery
Closing for now per Ryan's comments in #19. ** Changed in: neutron Status: In Progress = Invalid ** Changed in: neutron Importance: Critical = High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1487548] [NEW] fullstack infrastructure tears down processes via kill -9

2015-08-21 Thread Assaf Muller
Public bug reported: I can't imagine this has good implications. Distros typically kill neutron processes via kill -15, so this should definitely be doable here as well. ** Affects: neutron Importance: Undecided Status: New ** Tags: fullstack ** Tags added: fullstack -- You

[Yahoo-eng-team] [Bug 1487522] [NEW] Objects: obj_reset_changes signature doesn't match

2015-08-21 Thread Andrew Laski
Public bug reported: If an object contains a Flavor object within it and obj_reset_changes is called with recursive=True it will fail with the following error. This is because Flavor.obj_reset_changes is missing the recursive param in it's signature. The Instance object is also missing this

[Yahoo-eng-team] [Bug 1487582] [NEW] Moving translation to HTML for launch-instance flavor step

2015-08-21 Thread Cindy Lu
Public bug reported: We should clean out old gettext and move them into HTML files. This bug addresses the move to launch-instance flavor step. ** Affects: horizon Importance: Undecided Assignee: Cindy Lu (clu-m) Status: New ** Changed in: horizon Assignee: (unassigned)

[Yahoo-eng-team] [Bug 1487599] [NEW] fwaas - ip_version and IP address conflicts are not raised

2015-08-21 Thread Sean M. Collins
Public bug reported: The FwaaS API currently allows the creation of firewall rules where the IP version is 4 but the source and destination IPs are IPv6 addresses. http://paste.openstack.org/show/412434/ This causes failures when a firewall is created, because iptables is being invoked with

[Yahoo-eng-team] [Bug 1487598] [NEW] Remove vendor AGENT_TYPE_* constants

2015-08-21 Thread Cedric Brandily
Public bug reported: Neutron defines in neutron.common.constants vendor AGENT_TYPE_* constants BUT there are only used by currently or future out-of-tree code ... such constants should be moved to out-of-tree repos ** Affects: neutron Importance: Undecided Assignee: Cedric Brandily

[Yahoo-eng-team] [Bug 1487590] [NEW] IMAGE_CUSTOM_PROPERTY_TITLES is not available for Angular JS

2015-08-21 Thread Rajat Vig
Public bug reported: The current translations for the image properties come from deep inside python in local_settings.py. It's also part of documentation. There's no current angular way of fetching those and displaying them. The particular setting name is IMAGE_CUSTOM_PROPERTY_TITLES and is

[Yahoo-eng-team] [Bug 1484237] Re: token revocations not always respected when using fernet tokens

2015-08-21 Thread Jeremy Stanley
I agree this seems like a very impractical/unlikely vulnerability in any real-world deployment, so class C1 in our report taxonomy: https://security.openstack.org/vmt-process.html#incident-report-taxonomy ** Information type changed from Private Security to Public ** Tags added: security **

[Yahoo-eng-team] [Bug 1212358] Re: django openstack auth is granting permissions for services outside of current region

2015-08-21 Thread Eric Peterson
** Changed in: horizon Status: Confirmed = 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/1212358 Title: django openstack auth is granting

[Yahoo-eng-team] [Bug 1487566] [NEW] Moving translation to HTML for launch-instance key pair step

2015-08-21 Thread Paulo Ewerton
Public bug reported: We should clean out the old gettext from launch-instance. This bug covers the key pair step. ** Affects: horizon Importance: Undecided Assignee: Paulo Ewerton (pauloewerton) Status: In Progress ** Changed in: horizon Assignee: (unassigned) = Paulo

[Yahoo-eng-team] [Bug 1487570] [NEW] test_list_servers_by_admin_with_all_tenants fails with InstanceNotFound trying to lazy-load flavor

2015-08-21 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/70/215170/1/check/gate-tempest-dsvm- nova-v21-full/3fdc0d6/console.html#_2015-08-21_16_04_53_513 2015-08-21 16:04:53.514 | Captured traceback: 2015-08-21 16:04:53.514 | ~~~ 2015-08-21 16:04:53.514 | Traceback (most recent call

[Yahoo-eng-team] [Bug 1456321] Re: nova-network DHCP server not correct when creating multiple networks

2015-08-21 Thread Davanum Srinivas (DIMS)
*** This bug is a duplicate of bug 1443970 *** https://bugs.launchpad.net/bugs/1443970 ** This bug has been marked a duplicate of bug 1443970 nova-manage create networks with wrong dhcp_server in DB(nova) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1487435] [NEW] don't hardcode tunnel bridge name in setup_tunnel_br

2015-08-21 Thread Rossella Sblendido
Public bug reported: Since https://review.openstack.org/#/c/182920/ merged ovs agent functional tests were failing on my machine, the reason is the the name of the tunnel bridge is hard coded. ** Affects: neutron Importance: Undecided Assignee: Rossella Sblendido (rossella-o)

[Yahoo-eng-team] [Bug 1454074] Re: denial of service via large number of logout page requests

2015-08-21 Thread Jeremy Stanley
** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix ** Tags added: security -- 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 1463698] Re: XSS

2015-08-21 Thread Samuel Merritt
Sounds like escaping of content needs to happen where the content is embedded. Swift just gives you back what you gave it. Adding Horizon, marking invalid for Swift. ** Also affects: horizon Importance: Undecided Status: New ** Changed in: swift Status: Incomplete = Invalid --

[Yahoo-eng-team] [Bug 1487658] [NEW] Modification on name repeated error message of admin create volume type

2015-08-21 Thread qiaomin032
Public bug reported: When input a volume type name that already exist, we will see the error message on the top right corner of the volume type page. Also, the error message is not specific and clear. If provide specific and clear error message beside the volume type name, it will be more

[Yahoo-eng-team] [Bug 1487335] [NEW] Neutrondrivers should throw specific error instead for 500 internal server

2015-08-21 Thread Ashish Kumar Gupta
Public bug reported: Implementing new mech driver for neutron not getting the proper error reply from the neutron driver code. For Error from the implemented mech driver : DBDuplicateEntry: (IntegrityError) MechanismDriverError: create_port_precommit failed. Error Thrown : HTTP/1.1 500

[Yahoo-eng-team] [Bug 1473042] Re: s3 token authentication doesn't support v4 protocol

2015-08-21 Thread Andrey Pavlov
** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1473042 Title: s3 token authentication doesn't support v4 protocol

[Yahoo-eng-team] [Bug 1487338] [NEW] OVS ARP spoofing protection breaks floating IPs without port security extension

2015-08-21 Thread Kevin Benton
Public bug reported: The OVS ARP spoofing protection depends on the port security extension being enabled to disable ARP spoofing protection on router interfaces that have floating IP traffic on them. So if the port security extension is disabled the router interface will get ARP spoofing rules,

[Yahoo-eng-team] [Bug 1487391] [NEW] 'CreateVolumeTypeView' class in admin volumes views is redundant and useless

2015-08-21 Thread qiaomin032
Public bug reported: The 'CreateVolumeTypeView' class in admin volumes views is redundant and useless. Another one also exist in volume_types views, but this is useful. ** Affects: horizon Importance: Undecided Assignee: qiaomin032 (chen-qiaomin) Status: In Progress **

[Yahoo-eng-team] [Bug 1487350] [NEW] wrong execption msg of param backlog check

2015-08-21 Thread liyuanyuan
Public bug reported: in file nova/wsgi.py, Line 128 Line128if backlog 1:   129 raise exception.InvalidInput(   130 reason='The backlog must be more than 1') I think it wrong for variable reason='The backlog must be more than 1', because the condition is [if backlog

[Yahoo-eng-team] [Bug 1487357] [NEW] No PoolInUse Check when creating VIP

2015-08-21 Thread huaxiang
Public bug reported: From the lbaasv1 api, there seems to me that many vips could map to the same pool. After reading the code, it turned out to be not. Deducing from below code snippet: class LoadBalancerPluginDb(loadbalancer.LoadBalancerPluginBase,

[Yahoo-eng-team] [Bug 1487271] Re: success_url miss 'reverse_lazy' in admin volume type panel

2015-08-21 Thread OpenStack Infra
** Changed in: horizon Status: Invalid = In Progress -- 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/1487271 Title: success_url miss 'reverse_lazy' in admin

[Yahoo-eng-team] [Bug 1487372] [NEW] unretrieve project list when switching project in keystone v3

2015-08-21 Thread Canh Truong
Public bug reported: when switching project, the dashboard show error , but we can still list project list by command. if we logout and login again, the dashboard works nomarly. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: log.png

[Yahoo-eng-team] [Bug 1487324] [NEW] failed to list qos rule type due to policy check

2015-08-21 Thread yong sheng gong
Public bug reported: 2015-08-21 13:52:36.212 23375 INFO neutron.wsgi [-] (23375) accepted ('192.168.1.118', 43606) 2015-08-21 13:52:42.711 ERROR neutron.policy [req-ba182095-d12d-4bde-a47e-88507e4c4898 demo demo] Unable to verify match:%(tenant_id)s as the parent resource: tenant was not found