[Yahoo-eng-team] [Bug 1463790] [NEW] lbaasv2 help menu

2015-06-10 Thread Alex Syafeyev
Public bug reported: neutron lbaas-pool-update --help should show the same output as neutron lbaas-pool-create --help or mark the attributes which are edible in neutron lbaas-pool-show POOLID command

[Yahoo-eng-team] [Bug 1463791] [NEW] JSCS doesnt skip external libs

2015-06-10 Thread Rob Cresswell
Public bug reported: JSCS currently doesn't skip external libs, and thus throws many errors that we cannot fix. ** Affects: horizon Importance: Undecided Assignee: Rob Cresswell (robcresswell) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1463746] [NEW] vm status incorrect if hypervisor is broken

2015-06-10 Thread Andre Naehring
Public bug reported: If a nova-compute service is down (power failure) the instances shown in nova list are still in active state while nova service-list reports down for the corresponding hypervisor. nova list should check the hypervisor state and report unknown / undefined for an instances

[Yahoo-eng-team] [Bug 1463816] [NEW] Healthmonitor misconfiguration - Lbaasv2

2015-06-10 Thread Alex Syafeyev
Public bug reported: Configured lbaasv2 healhmonitor to send ping request. it sends HTTP requests. neutron lbaas-healthmonitor-create --delay 1 --max-retries 3 --timeout 3 --type PING --pool 10240065-efc0-4390-abd8-28266ccbaa37 [root@puma07 ~(keystone_redhat]# ip netns

[Yahoo-eng-team] [Bug 1460054] Re: Instance details: switch between tabs is not possible anymore

2015-06-10 Thread Rob Cresswell
** Changed in: horizon Status: Fix Committed = 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/1460054 Title: Instance details: switch between tabs

[Yahoo-eng-team] [Bug 1463806] [NEW] Neutron database: cisco_csr_identifier_map.ipsec_site_conn_id has wrong length: 64 vs 36 in ipsec_site_connections.id

2015-06-10 Thread Vladislav Belogrudov
Public bug reported: cisco_csr_identifier_map.ipsec_site_conn_id is a foreign key to ipsec_site_connections.id . The former is varchar(64) while the latter is varchar(36). Some database engines (e.g. NDB / MySQL Cluster) are very strict about mismatched sizes of foreign keys and migration script

[Yahoo-eng-team] [Bug 1463800] [NEW] Confusing errors appears after running netns-cleanup with --force attribute

2015-06-10 Thread Toni Freger
Public bug reported: The setup: Controller, Compute and 2 Network nodes KILO - VRRP on RHEL7.1 Trying to delete all alive namespaces (alive - router with attached interface to the network) The command succeeded but a lot of error messages appears. neutron-netns-cleanup

[Yahoo-eng-team] [Bug 1463729] [NEW] refactor checking env. var INTEGRATION_TESTS

2015-06-10 Thread Martin Pavlásek
Public bug reported: There is positive branch, much bigger than negative (it just raise exception). It's not so clear and this nesting is no necessary at all. ** Affects: horizon Importance: Undecided Assignee: Martin Pavlásek (mpavlase) Status: In Progress ** Tags:

[Yahoo-eng-team] [Bug 1463372] Re: nova secgroup-list-rules shows empty table

2015-06-10 Thread Markus Zoeller
** Also affects: python-novaclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1463372 Title: nova secgroup-list-rules

[Yahoo-eng-team] [Bug 1463713] [NEW] Creating tasks using CURL raises 500 internal server Error

2015-06-10 Thread GB21
Public bug reported: When trying to create tasks by importing an image using CURL method I got Internal Server Error . Possible causes might include some unhandled exception. We could consider changing this behavior to return some kind of 40x message . Steps to reproduce URL:

[Yahoo-eng-team] [Bug 1463688] [NEW] Period task shuts down instance

2015-06-10 Thread Gary Kotton
Public bug reported: When the periodic task ran it detected that an instance was in a conflicting state. That is Nova was under the impression that the instance was running and it was actually not. This was due to an outage on the backend. When the instance was starting up again the period

[Yahoo-eng-team] [Bug 1463727] [NEW] unicode is not string

2015-06-10 Thread Dave Chen
Public bug reported: In the testcase of test_v3_token_data_helper_populate_audit_info_string [1], we generate audit_info via base64.urlsafe_b64encode, the value returned is a string, acutally, the audit_info should be unicode instead of a string type. This will hide some issues while the

[Yahoo-eng-team] [Bug 1463733] [NEW] Image metadata update view doesn't search for image property key name

2015-06-10 Thread Markus Zoeller
Public bug reported: Issue = The image metadata update view doesn't search for the key names of image metadata key name (like os_command_line). It only searches for the image metadata *display* names. Steps to reproduce == * start devstack * login to horizon as admin * go

[Yahoo-eng-team] [Bug 1463830] [NEW] FWaaS has a missing table

2015-06-10 Thread Csaba Kallai
Public bug reported: Hi guys, U I Installed under Openstack Kilo the FWaaS. I am using the offical Ubuntu cloud repository. Every component is on the latest version. I configure everything and I added rules, and I assigned to policy, but I can not create a firewall on horizon and CLI as well.

[Yahoo-eng-team] [Bug 1463831] [NEW] neutron DVR poor performance

2015-06-10 Thread Matthias
Public bug reported: Scenario: 2 VMs of same tenant but in different subnets talk to each other. The traffic flow is ... Traffic VM1 to VM2: = CN1 CN2 === VM1---br-int---Router---br-int---br-tun--br-tun---br-int---VM2 Traffic

[Yahoo-eng-team] [Bug 1440773] Re: Remove WritableLogger as eventlet has a real logger interface in 0.17.2

2015-06-10 Thread Igor Pugovkin
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) = Igor Pugovkin (ipugovkin) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1463838] [NEW] [data processing] Stack trace for invalid cluster details page

2015-06-10 Thread Chad Roberts
Public bug reported: If you take the URL for a cluster and edit it to reference a cluster ID that does not exist, you get a stack trace page rather than a regular Horizon page with a red box error message. Easiest way to reproduce Go to a cluster details page: (sample url)

[Yahoo-eng-team] [Bug 1463891] [NEW] VRRP: admin_state down on HA port cause management failure to agent without proper log

2015-06-10 Thread Roey Dekel
Public bug reported: Tried to check how admin_state down affects HA ports. Noticed that management data between them stoped and cause them to become master. Although traffic to connected floating IP remain working. Problem is: no log on OVS agent idicated why it's processing a port update or

[Yahoo-eng-team] [Bug 1453074] Re: [OSSA 2015-010] help_text parameter of fields is vulnerable to arbitrary html injection (CVE-2015-3219)

2015-06-10 Thread Tristan Cacqueray
All patches are now merged, shouldn't series task be added to Horizon ? ** Changed in: ossa Status: Fix Committed = Fix Released -- 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 1463898] [NEW] Unable to delete artifact with custom id

2015-06-10 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Create new artifact with custom id: {description: This is a sample plugin, name: Demo Artifact, version: 42 , id:123456789} 2. Get list of artifacts. We can see new artifact with id: 123456789. 3. Delete artifact with id: 123456789 4. Get

[Yahoo-eng-team] [Bug 1426341] Re: loadbalancer not able to associate monitor from the horizon dashboard

2015-06-10 Thread Brad Pokorny
*** This bug is a duplicate of bug 1398754 *** https://bugs.launchpad.net/bugs/1398754 ** This bug is no longer a duplicate of bug 1404471 Can't associate a health monitor for a neutron load balance pool ** This bug has been marked a duplicate of bug 1398754 LBaas v1 Associate Monitor

[Yahoo-eng-team] [Bug 1463911] [NEW] IPV6 fragmentation and mtu issue

2015-06-10 Thread Gyula Halmos
Public bug reported: Fragmented IPv6 packets are REJECTED by ip6tables on compute nodes. The traffic is goign through an intra-VM network and the packet loss is hurting the system. There is a patch for this issue: http://patchwork.ozlabs.org/patch/434957/ I would like to know is there any bug

[Yahoo-eng-team] [Bug 1463948] [NEW] MySQL backend: Updating flavor extra-specs with altered case throws KeyErrors

2015-06-10 Thread Nicolas Simonds
Public bug reported: The DB query for flavor extra-specs is case-insensitive, but the code to handle update vs. create is case-sensitive. This causes unexpected behavior when trying to fix case on extra-specs: Steps to reproduce: Stand up a devstack with the MySQL backend. nova

[Yahoo-eng-team] [Bug 1463918] [NEW] nova.scheduler.filters.utils is tested in two separate files

2015-06-10 Thread Ming Yang
Public bug reported: Two separate tests [nova/tests/unit/scheduler/test_filters_utils.py] and [nova/tests/unit/scheduler/filters/test_utils.py] appear to be testing methods of the same file [nova/scheduler/filters/utils.py] in a very similar fashion. They should be consolidated. ** Affects: nova

[Yahoo-eng-team] [Bug 1464023] [NEW] XML namespaces for API extensions have been deprecated

2015-06-10 Thread Sean M. Collins
Public bug reported: The namespaces that are used in Neutron API extensions are not really used anymore - and can be removed from the codebase http://lists.openstack.org/pipermail/openstack-dev/2015-June/066219.html ** Affects: neutron Importance: Undecided Assignee: Sean M. Collins

[Yahoo-eng-team] [Bug 1464034] [NEW] Kilo glance image create stuck in saving and queued state

2015-06-10 Thread Alfred Shen
Public bug reported: In Kilo release, glance image-create with or without --os-image-api- version caused queued status with following debug output. No error log on keystone-api/registry.log. Othe glance CLIs work OK. Similar symptom was reported in https://bugs.launchpad.net/bugs/1146830 but

[Yahoo-eng-team] [Bug 1463447] Re: Incorrect column name in Endpoint class in keystone/catalog/backends/sql.py

2015-06-10 Thread Zhenzan Zhou
In my devstack environment, table endpoint has 'region_id', not 'region'. mysql describe endpoint; ++--+--+-+-+---+ | Field | Type | Null | Key | Default | Extra |

[Yahoo-eng-team] [Bug 1447884] Re: Boot from volume, block device allocate timeout cause VM error, but volume would be available later

2015-06-10 Thread Matt Riedemann
** Changed in: nova Importance: Low = Medium ** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Status: New = In Progress ** Changed in: nova/kilo Assignee: (unassigned) = Lan Qi song (lqslan) -- You received this bug notification