[Yahoo-eng-team] [Bug 1533487] Re: test_create_server_with_personality fails on the gate

2016-01-12 Thread Matthew Treinish
Well I was gonna suggest the dashboard because it will show this information, but the job is non-voting check only when it would fail so that doesn't help. As a cool aside it does show that the change: https://review.openstack.org/#/c/257493/ makes it noticeably slower:

[Yahoo-eng-team] [Bug 1533441] [NEW] HA router can not be deleted after race between HA router creating and deleting

2016-01-12 Thread LIU Yulong
Public bug reported: HA router can not be deleted after race between HA router creating and deleting Exception: 1. Unable to process HA router %s without HA port 2. AttributeError: 'NoneType' object has no attribute 'config' ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1533440] [NEW] Race between deleting last HA router and a new HA router API call

2016-01-12 Thread LIU Yulong
Public bug reported: During the delete of tenant last HA router, neutron will also delete the HA network which can be racy if a new HA router API call is coming concurrently. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1508188] Re: Remove deprecated options

2016-01-12 Thread Armando Migliaccio
Need new owner to finish off the external_network_bridge option removal. ** Summary changed: - Remove deprecated use_namespaces option + Remove deprecated options ** Description changed: - dhcp/l3 agent use_namespaces option has been deprecated in Liberty[1]. + dhcp/l3 agent use_namespaces and

[Yahoo-eng-team] [Bug 1533460] [NEW] DBReferenceError rasied during race between HA router deleting and L3 agent sync router info

2016-01-12 Thread LIU Yulong
Public bug reported: If auto_scheduler the router, during race between HA router creating and deleting, the neutron server may treat the HA router as 'no scheduled', then it will create a new HA port binding with the router(id) which is deleted concurrently, and then foreign key constraint

[Yahoo-eng-team] [Bug 1533473] [NEW] missing mm-ctl rootwrap entry for compute.filters

2016-01-12 Thread YAMAMOTO Takashi
Public bug reported: mm-ctl is used to plug VIF_TYPE_MIDONET vifs. it needs to be in compute.filters. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1531334] Re: [Launch Instance] New items are visible under both allocated and available in transfer tables

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/252205 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=52fc193d0cbf8d9208b1151b6a302001a44cb582 Submitter: Jenkins Branch:master commit 52fc193d0cbf8d9208b1151b6a302001a44cb582 Author: Rajat Vig Date:

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

2016-01-12 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1355360

[Yahoo-eng-team] [Bug 1334109] Re: Lock wait timeout updating router's gw_port_id

2016-01-12 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1334109

[Yahoo-eng-team] [Bug 1498529] Re: VPNaaS: VPN connection shown "pending create" status after it created successfully

2016-01-12 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498529

[Yahoo-eng-team] [Bug 1498704] Re: Tenant junk entries found in the controller Even after deletion

2016-01-12 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498704

[Yahoo-eng-team] [Bug 1533518] [NEW] Remove 'validate' key in 'type:dict_or_nodata' type in resource attribute map

2016-01-12 Thread Bo Chi
Public bug reported: In neutron/extensions/l3_ext_gw_mode.py, there's another 'validate' key in the 'validate' section of type 'type:dict_or_nodata', this cause the validation is not performed. Because in _validate_dict_item(), it checks key name that starts with 'type:', and perform the

[Yahoo-eng-team] [Bug 1531363] Re: internal server error returned when set gateway of router with an octal ip address

2016-01-12 Thread ibm-cloud-qa
Hi Jas, this bug is already fixed and merged, but current issue still exist, so they are different issue. ** Changed in: neutron Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2016-01-12 Thread Yatin Kumbhare
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Yatin Kumbhare (yatinkumbhare-c) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1533457] [NEW] Neutron server unable to sync HA info after race between HA router creating and deleting

2016-01-12 Thread LIU Yulong
Public bug reported: Neutron server will not be able to sync ha router data after race happened between get_ha_router_port_bindings and HA router deleting API call. Exception: TypeError: 'NoneType' object is unsubscriptable (function get_ha_router_port_bindings and _process_sync_ha_data) **

[Yahoo-eng-team] [Bug 1463891] Re: Setting admin_state down on port produces no logs

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/266383 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7ca04daa71910b578303845a363883fa036358f7 Submitter: Jenkins Branch:master commit 7ca04daa71910b578303845a363883fa036358f7 Author: Hynek Mlnarik Date:

[Yahoo-eng-team] [Bug 1533443] [NEW] Cannot update HA router HA ha_port states after race between HA router creating and deleting

2016-01-12 Thread LIU Yulong
Public bug reported: ml2 plugin unable to update HA port status. This happened between L2 agent and neutron server side ml2 plugin. When l2 agent try to get port details, ml2 plugin will try to get/update a HA port, but the HA port was deleted by a router delete api, then the exception raised.

[Yahoo-eng-team] [Bug 1533454] [NEW] L3 agent unable to update HA router state race after between HA router creating and deleting

2016-01-12 Thread LIU Yulong
Public bug reported: When neutron server deleted all the resources of a HA router, L3 agent can not aware that, so race happened in some procedure like this: 1. neutron server delete all res of a HA router 2. RPC to l3 agent 1 in which the HA router was master state 3. In l3 agent 2 'backup'

[Yahoo-eng-team] [Bug 1498656] Re: router's status is not in DOWN when setting its admin-state-up as false

2016-01-12 Thread Armando Migliaccio
For the reasons stated on the abandoned patch. ** Changed in: neutron Status: In Progress => Won't Fix ** Changed in: neutron Assignee: Kevin Benton (kevinbenton) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1533455] [NEW] Stale processes lives after a fanout deleting HA router RPC between L3 agents

2016-01-12 Thread LIU Yulong
Public bug reported: Stale processes lives after a fanout deleting HA router RPC between L3 agents: The race happened between l3 agents after a fanout deleting HA router RPC. Race Scenario: 1. HA router X was schedulered to L3 agent A and L3 agent B 2. X in L3 agent A is the master state 3. a

[Yahoo-eng-team] [Bug 1533139] Re: there is useless 'u' in the wrong info when execute a wrong nova command

2016-01-12 Thread Mark
Thank you for the suggestion, I updated the same. ** Project changed: nova => python-novaclient -- 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/1533139 Title: there is

[Yahoo-eng-team] [Bug 1533514] [NEW] FilterAction does not filter rows as specified fields

2016-01-12 Thread Wang Bo
Public bug reported: In Identity/Projects panel page, input filter string into Filter box. The result rows are not expected. Refer to: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/projects/tables.py#L171 It expected the rows which filed "tenant.name"

[Yahoo-eng-team] [Bug 1521160] Re: VMware LBaaSv1 method uses invalid context

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/251320 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=f993da58e81d0fbace9af01fabaf2bf07f6153b4 Submitter: Jenkins Branch:master commit f993da58e81d0fbace9af01fabaf2bf07f6153b4 Author: Kobi Samoray

[Yahoo-eng-team] [Bug 1532688] Re: Testing volume encryption fails

2016-01-12 Thread Nguyen Truong Son
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** No longer affects: nova (Ubuntu) ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1533487] [NEW] test_create_server_with_personality fails on the gate

2016-01-12 Thread Ken'ichi Ohmichi
Public bug reported: http://logs.openstack.org/54/264354/8/check/gate-tempest-dsvm-neutron- full-ssh/2e7adb0/logs/testr_results.html.gz Traceback (most recent call last): File "tempest/api/compute/servers/test_server_personality.py", line 69, in test_create_server_with_personality 'sudo

[Yahoo-eng-team] [Bug 1492683] Re: neutron lbaas should add the new appended timestamp field

2016-01-12 Thread Armando Migliaccio
Tracking this with a separate bug seems overkill. ** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Assignee: zhaobo (zhaobo6) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1533097] [NEW] keystone bugs(test)

2016-01-12 Thread Xiaoyang Zhang
Public bug reported: testing keystone ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1533097

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

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/261238 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a8c715ab0fae82563252e815a12ddeb37ee5cc23 Submitter: Jenkins Branch:master commit a8c715ab0fae82563252e815a12ddeb37ee5cc23 Author: Kevin Benton Date: Thu

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-01-12 Thread zhangguoqing
** Also affects: dox 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/1280522 Title: Replace assertEqual(None, *) with

[Yahoo-eng-team] [Bug 1533132] [NEW] Duplicated options #html5proxy_host and #html5proxy_port

2016-01-12 Thread Michal Jura
Public bug reported: I've discovered that we have duplicated options in [DEFAULT] and [spice] sections [DEFAULT] # Host on which to listen for incoming requests (string value) #html5proxy_host = 0.0.0.0 # Port on which to listen for incoming requests (integer value) # Minimum value: 1 #

[Yahoo-eng-team] [Bug 1533090] [NEW] there is useless 'u' in the wrong info when execute a wrong glance command

2016-01-12 Thread ibm-cloud-qa
Public bug reported: [Summary] there is useless 'u' in the wrong info when execute a wrong glance command [Topo] devstack all-in-one node [Description and expect result] no useless 'u' in the wrong info when execute a wrong glance command [Reproduceable or not] reproduceable [Recreate Steps]

[Yahoo-eng-team] [Bug 1533089] [NEW] there is useless 'u' in the wrong info when execute a wrong neutron command

2016-01-12 Thread ibm-cloud-qa
Public bug reported: [Summary] there is useless 'u' in the wrong info when execute a wrong neutron command [Topo] devstack all-in-one node [Description and expect result] no useless 'u' in the wrong info when execute a wrong neutron command [Reproduceable or not] reproduceable [Recreate

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

2016-01-12 Thread zhangguoqing
** Also affects: tacker Importance: Undecided Status: New ** Changed in: tacker Assignee: (unassigned) => zhangguoqing (474751729-o) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1362766] Re: ConnectionFailed: Connection to XXXXXX failed: 'HTTPSConnectionPool' object has no attribute 'insecure'

2016-01-12 Thread Steve Martinelli
looks like this has been resolved for a while, and the fix was in glanceclient, marking keystonemiddleware as invalid, please comment if anyone feels differently. ** Changed in: keystonemiddleware Status: Incomplete => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1533087] [NEW] there is useless 'u' in the wrong info when execute a wrong nova command

2016-01-12 Thread ibm-cloud-qa
Public bug reported: [Summary] there is useless 'u' in the wrong info when execute a wrong nova command [Topo] devstack all-in-one node [Description and expect result] no useless 'u' in the wrong info when execute a wrong nova command [Reproduceable or not] reproduceable [Recreate Steps] 1)

[Yahoo-eng-team] [Bug 1531103] [NEW] can update the gateway of ipv6 subnet with ipv6 address which has a leading "0" via cli

2016-01-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: [Summary] can update the gateway of ipv6 subnet with ipv6 address which has a leading "0" via cli [Topo] devstack all-in-one node [Description and expect result] if update the gateway of ipv6 subnet with ipv6 address which has a leading "0", should

[Yahoo-eng-team] [Bug 1533108] [NEW] [lbaasv2]The admin_state_up=False of listener didn't take effect if there were two listeners under one loadbalancer

2016-01-12 Thread Zou Keke
Public bug reported: = This issue exists on Master. = Reproduce steps: 1.Create a loadbalancer LB1 2.Create a listener Listener1 under LB1 3.Create another listener Listener2 under LB1 4.Create pools and members under Listener1 and Listener2 5.Change admin_state_up of Listener2 to False

[Yahoo-eng-team] [Bug 1531103] Re: can update the gateway of ipv6 subnet with ipv6 address which has a leading "0" via cli

2016-01-12 Thread Reedip
Found a similar bug has been fixed in neutron for IPv4. This can be added to the same, and the validation can hence be taken care in a single API call ** Project changed: python-neutronclient => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1533087] Re: there is useless 'u' in the wrong info when execute a wrong nova command

2016-01-12 Thread Zhihai Song
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Assignee: (unassigned) => Zhihai Song (szhsong) ** Changed in: python-novaclient Status: New => Confirmed ** Changed in: python-novaclient Importance: Undecided => Low

[Yahoo-eng-team] [Bug 1533097] Re: keystone bugs(test)

2016-01-12 Thread Xiaoyang Zhang
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1533097 Title: keystone bugs(test) Status in OpenStack

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

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/261227 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=18e2117e3df3c119f843aed669d0c6bae9243053 Submitter: Jenkins Branch:master commit 18e2117e3df3c119f843aed669d0c6bae9243053 Author: Kevin Benton Date: Thu

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264228 Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=2d88515affe08b131a98f1e75d09634f3917b2df Submitter: Jenkins Branch:master commit 2d88515affe08b131a98f1e75d09634f3917b2df Author: lin-hua-cheng

[Yahoo-eng-team] [Bug 1533139] [NEW] there is useless 'u' in the wrong info when execute a wrong nova command

2016-01-12 Thread Mark
Public bug reported: [Summary] there is useless 'u' in the wrong info when execute a wrong nova command [Topo] devstack all-in-one node [Description and expect result] no useless 'u' in the wrong info when execute a wrong nova command [Reproduceable or not] reproduceable [Recreate Steps] 1)

[Yahoo-eng-team] [Bug 1532949] Re: Trove Username/Password not required fields

2016-01-12 Thread Masco
Only if you are creating a admin user, the password fields are mandatory. we can create an instance without a admin user. Attachment is missing to confirm the bug. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Assignee: Masco (masco) => (unassigned) -- You

[Yahoo-eng-team] [Bug 1533160] [NEW] It's not possible to click on a panel within Admin dashboard which has a homonym at Project dashboard

2016-01-12 Thread Timur Sufiev
Public bug reported: XPATH selectors for matching panel in integration tests are written in a such way that the first panel with the name, say, 'Images' is matched. Since both Project and Admin dashboards has panel named 'Images', when we test Admin->System->Images, the wrong panel is being

[Yahoo-eng-team] [Bug 1533181] [NEW] Typo in network security group comment

2016-01-12 Thread Karthik
Public bug reported: Typo in comment for fetching a list of security groups under rest/api/network folder. Comment says it fetches an image list. ** Affects: horizon Importance: Undecided Assignee: Karthik (kali-karthik) Status: New ** Changed in: horizon Assignee:

[Yahoo-eng-team] [Bug 1291669] Re: Trove - Database Backup Quota Error Message Masked

2016-01-12 Thread Rob Cresswell
Trove panels have been removed from Horizon, and now exist as a plugin. ** 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).

[Yahoo-eng-team] [Bug 1276814] Re: Provide ability to expose Trove database backups panel regardless of Swift's presence in Keystone catalog

2016-01-12 Thread Rob Cresswell
Trove is now a plugin ** 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/1276814 Title: Provide ability

[Yahoo-eng-team] [Bug 1347104] Re: Horizon fails to create a database instance when tenant has two or more networks.

2016-01-12 Thread Rob Cresswell
Trove is now a plugin ** 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/1347104 Title: Horizon fails to create a

[Yahoo-eng-team] [Bug 1533150] [NEW] Downloading empty file with enabled cache management leads to 500 error

2016-01-12 Thread Mike Fedosin
Public bug reported: When I tried to download an empty image file from glance with enabled cache management I got 500 error: mfedosin@wdev:~$ glance --debug image-download 0af7b2e8-8e31-427b-a99f-9117f45418ef --file empty_file curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept:

[Yahoo-eng-team] [Bug 1391698] Re: Sahara should handle 100 response on row update

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Tags removed: sahara ** Tags added: dashboard ** Summary changed: - Sahara should handle 100 response on row update + [UI] Sahara should handle 100 response on row update -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1498219] Re: Address comments for Database Clustering patch

2016-01-12 Thread Matthias Runge
** Also affects: trove-dashboard Importance: Undecided Status: New ** No longer affects: horizon -- 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/1498219

[Yahoo-eng-team] [Bug 1514734] Re: gate-horizon-npm-run-lint times out

2016-01-12 Thread Matthias Runge
seems to be fixed right now. ** Changed in: horizon Status: Confirmed => Invalid ** Changed in: horizon Importance: Critical => Undecided -- 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 1395897] Re: Database Instance Status confusion

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1395897 Title: Database Instance Status confusion Status in

[Yahoo-eng-team] [Bug 1361328] Re: trove not supporting multiple regions

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard ** Changed in: trove-dashboard Milestone: next => None -- 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/1361328

[Yahoo-eng-team] [Bug 1503384] Re: Trove - Update launch instance to use datastore-flavors

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1503384 Title: Trove - Update launch instance to use

[Yahoo-eng-team] [Bug 1533216] [NEW] item allocator should return same value for same key

2016-01-12 Thread venkata anil
Public bug reported: When ItemAllocator.allocate[1] called with same key again, it is returning different value. So in dvr, if allocate_rule_priority() called again with same key, it is returning different priority value. So trying to add same ip rule again is succeeding as we got different

[Yahoo-eng-team] [Bug 1394794] Re: [Sahara] Internal error during cluster deletion

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Tags removed: sahara ** Tags added: dashboard ** Summary changed: - [Sahara] Internal error during cluster deletion + [UI] Internal error during cluster deletion -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1456250] Re: [UI] launch job configuration preset names are incorrect

2016-01-12 Thread Rob Cresswell
** Summary changed: - [sahara] launch job configuration preset names are incorrect + [UI] launch job configuration preset names are incorrect ** Tags added: dashboard ** Also affects: sahara Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1427304] Re: [sahara] When the job binary creating fails, the job binary data is created anyway

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Summary changed: - [sahara] When the job binary creating fails, the job binary data is created anyway + [UI] When the job binary creating fails, the job binary data is created anyway ** Tags removed: sahara ** Tags added:

[Yahoo-eng-team] [Bug 1430112] Re: [sahara]loading node group template page takes a long time for cdh plugin

2016-01-12 Thread Rob Cresswell
** Tags added: dashboard ** Summary changed: - [sahara]loading node group template page takes a long time for cdh plugin + [UI] Loading node group template page takes a long time for cdh plugin ** Also affects: sahara Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1427277] Re: [UI] Detailed error on job binary creation is not shown

2016-01-12 Thread Rob Cresswell
** Summary changed: - [sahara] Detailed error on job binary creation is not shown + [UI] Detailed error on job binary creation is not shown ** Tags removed: sahara ** Tags added: dashboard ** Also affects: sahara Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1369870] Re: The "message" cookie is not marked as "secure"

2016-01-12 Thread Rob Cresswell
The default value for SESSION_COOKIE_SECURE is False, but the deployment guide advises changing it to True. ** Changed in: horizon Status: Incomplete => Won't Fix ** Changed in: horizon Assignee: Kent Wang (k.wang) => (unassigned) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1341750] Re: [data processing] Replace hard coded form with django form

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => sahara ** Tags removed: sahara ** Tags added: dashboard -- 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/1341750 Title: [data

[Yahoo-eng-team] [Bug 1427328] Re: [sahara] The mechanism used to avoid duplicate script names in jobs binaries is fragile

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Summary changed: - [sahara] The mechanism used to avoid duplicate script names in jobs binaries is fragile + [UI] The mechanism used to avoid duplicate script names in jobs binaries is fragile ** Tags removed: sahara **

[Yahoo-eng-team] [Bug 1410586] Re: Sahara: Copy template does not preserve security groups

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Tags added: dashboard ** Summary changed: - Sahara: Copy template does not preserve security groups + [UI] Copy template does not preserve security groups -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1524291] Re: check_ports_on_host_and_subnet() duplicates check_ports_exist_on_l3agent()

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255374 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=56eb877d250794a38bcf4f6b94aee1add4723ae0 Submitter: Jenkins Branch:master commit 56eb877d250794a38bcf4f6b94aee1add4723ae0 Author: Oleg Bondarev Date:

[Yahoo-eng-team] [Bug 1529836] Re: Fix deprecated library function (os.popen()).

2016-01-12 Thread LiuNanke
** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Assignee: (unassigned) => LiuNanke (nanke-liu) ** Changed in: heat Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1410941] Re: [data processing] The "Plugin Select" dialogs use unnecessary javascript

2016-01-12 Thread Rob Cresswell
** Tags removed: sahara ** Tags added: dashboard ** Also affects: sahara Importance: Undecided Status: New ** Summary changed: - [data processing] The "Plugin Select" dialogs use unnecessary javascript + [UI] The "Plugin Select" dialogs use unnecessary javascript -- You received

[Yahoo-eng-team] [Bug 1500468] Re: [Sahara] Cluster Node Process list display is unsightly

2016-01-12 Thread Rob Cresswell
** Also affects: sahara Importance: Undecided Status: New ** Tags removed: sahara ** Tags added: dashboard ** Summary changed: - [Sahara] Cluster Node Process list display is unsightly + [UI] Cluster Node Process list display is unsightly -- You received this bug notification

[Yahoo-eng-team] [Bug 1322005] Re: change default first panel to the clicked panel

2016-01-12 Thread Rob Cresswell
The expected behaviour is what I observe in master. Please reopen the bug if I have misunderstood. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Assignee: tinytmy (tangmeiyan77) => (unassigned) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1282265] Re: Create Backup under Database Detail doesn't populate Database Instance

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1282265 Title: Create Backup under Database Detail doesn't populate

[Yahoo-eng-team] [Bug 1533322] [NEW] "extra_resources" is hidden in ComputeNode

2016-01-12 Thread xiaobin
Public bug reported: "extra_resources" is a text field defined in ComputeNode model: https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L165 But it's not defined in objects.compute_node.ComputeNode:

[Yahoo-eng-team] [Bug 1417314] Re: IE9 cuts off CSS rules

2016-01-12 Thread Diana Whitten
we no longer support ie9/ie10 ** Changed in: horizon Status: Confirmed => 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/1417314 Title: IE9 cuts

[Yahoo-eng-team] [Bug 1527759] Re: Default domain no longer lets keystone tenant-list work

2016-01-12 Thread Steve Martinelli
patch for liberty: https://review.openstack.org/#/c/265023/ patch for kilo: https://review.openstack.org/#/c/265019/ ** Also affects: keystone/liberty Importance: Undecided Status: New ** Also affects: keystone/kilo Importance: Undecided Status: New ** Tags added:

[Yahoo-eng-team] [Bug 1533313] [NEW] _get_dvr_sync_data should be optimized for 'dvr' mode agent

2016-01-12 Thread ZongKai LI
Public bug reported: Per patch https://review.openstack.org/#/c/239908 for bug "Function sync_routers always call _get_dvr_sync_data in ha scenario", it will make _get_dvr_sync_data only be called for agent in 'dvr'/'dvr_snat' mode, and avoid additional floatingip processing for legacy/HA router

[Yahoo-eng-team] [Bug 1527420] Re: Neutron does not log UserID or TenantID

2016-01-12 Thread Armando Migliaccio
This hasn't merged yet. ** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1531607] Re: gate-neutron-dsvm-api: all tests fail with "TypeError: Invalid credentials"

2016-01-12 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => 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/1531607 Title: gate-neutron-dsvm-api: all tests fail with "TypeError:

[Yahoo-eng-team] [Bug 1532534] Re: [RFE] InfiniBand support

2016-01-12 Thread Moshe Levi
** Changed in: ironic-inspector Assignee: (unassigned) => Moshe Levi (moshele) ** Changed in: ironic-inspector Status: Confirmed => In Progress ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Moshe Levi (moshele)

[Yahoo-eng-team] [Bug 1484085] Re: Changing Webroot not fully applied in LESS/CSS

2016-01-12 Thread Diana Whitten
the SCSS actually uses $static_url, which it now pulls directly from local_settings.py / settings.py Fix was here: https://review.openstack.org/#/c/206592/ ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1524643] Re: port 'binding:profile' can't be removed when VM is deleted

2016-01-12 Thread Moshe Levi
** Project changed: neutron => nova -- 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/1524643 Title: port 'binding:profile' can't be removed when VM is deleted Status in

[Yahoo-eng-team] [Bug 1533290] Re: nova unit tests failing with os-win 0.1.0

2016-01-12 Thread OpenStack Infra
Reviewed: https://review.openstack.org/266505 Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=0afac9d789de699d87e950955a9c5fd914ce3ae7 Submitter: Jenkins Branch:master commit 0afac9d789de699d87e950955a9c5fd914ce3ae7 Author: Claudiu Belu

[Yahoo-eng-team] [Bug 1516765] Re: xenapi: volume_utils._parse_volume_info can leak connection password via StorageError (CVE-2015-8749)

2016-01-12 Thread Grant Murphy
** Changed in: ossa Status: In Progress => Fix Released -- 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/1516765 Title: xenapi: volume_utils._parse_volume_info can

[Yahoo-eng-team] [Bug 1480789] Re: "Create Network" page has css error when in a new page

2016-01-12 Thread Diana Whitten
I am not able to recreate this bug. Was this a specific browser? ** 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).

[Yahoo-eng-team] [Bug 1341740] Re: some less to scss updates in horizon.scss

2016-01-12 Thread Diana Whitten
Fixed in I63f933e57093bd7672992c1383c4f10f4f698891 ** Changed in: horizon Status: In Progress => 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 1533330] [NEW] Some protection test cases have incorrect domain id setup

2016-01-12 Thread Lance Bragstad
Public bug reported: The IdentityTestv3CloudPolicySample test classes has it's own setup method, similar to other test classes. The setup method for IdentityTestv3CloudPolicySample loads in sample data that can be used throughout the tests in the module. However, the

[Yahoo-eng-team] [Bug 1401132] Re: The logic in linux dhcp-agent disable for removing ports is broken

2016-01-12 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => 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/1401132 Title: The logic in linux dhcp-agent disable for removing

[Yahoo-eng-team] [Bug 1524913] Re: Potential gate problem for neutron-linuxbridge job in stable/liberty

2016-01-12 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => 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/1524913 Title: Potential gate problem for neutron-linuxbridge job in

[Yahoo-eng-team] [Bug 1508687] Re: lbaasv2- Only uppercase string for protocol are accepted while creating listener

2016-01-12 Thread Armando Migliaccio
** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Status: New => Fix Released ** Changed in: neutron Status: Fix Committed => Won't Fix ** Changed in: python-neutronclient Assignee: (unassigned) => Manjeet

[Yahoo-eng-team] [Bug 1405543] Re: quota bar chart and title doesn't display well in chrome and IE

2016-01-12 Thread Diana Whitten
** Attachment added: "Screenshot 2016-01-12 11.43.27.png" https://bugs.launchpad.net/horizon/+bug/1405543/+attachment/4548695/+files/Screenshot%202016-01-12%2011.43.27.png ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1486136] Re: Neutron create_flavor_service_profile returns list not dict

2016-01-12 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => 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/1486136 Title: Neutron create_flavor_service_profile returns list not

[Yahoo-eng-team] [Bug 1522761] Re: Kilo: can't extend supported_extension_aliases from the remote repo in PLUMgrid plugin

2016-01-12 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => 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/1522761 Title: Kilo: can't extend supported_extension_aliases from the

[Yahoo-eng-team] [Bug 1528235] Re: [RFE]Add weight to l3 agent

2016-01-12 Thread Armando Migliaccio
@Assaf: so you concur with me? ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1528235 Title: [RFE]Add weight to l3 agent

[Yahoo-eng-team] [Bug 1533380] [NEW] Creating multiple instances with a single request when using cells creates wrong instance names

2016-01-12 Thread Belmiro Moreira
Public bug reported: When creating multiple instances with a single request the instance name has the format defined in the "multi_instance_display_name_template" option. By default: multi_instance_display_name_template=%(name)s-%(count)d When booting two instances (num-instances=2) with the

[Yahoo-eng-team] [Bug 1533366] [NEW] Stack template detail box's width is too large

2016-01-12 Thread Lucas Palm
Public bug reported: On the "Template" tab of the Stack details page (Project --> Orchestration --> Stacks --> Stack Details), the gray box that surrounds the template text is just a bit too wide. The edges extend right up to the side of the enclosing element, making it look bad. ** Affects:

[Yahoo-eng-team] [Bug 1417603] Re: We should delete the row class for _detail_overview.html

2016-01-12 Thread Diana Whitten
The detail pages have been completely reworked. This is no longer an issue. ** 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).

[Yahoo-eng-team] [Bug 1532759] Re: instance list pagination broken

2016-01-12 Thread Rob Cresswell
** 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/1532759 Title: instance list pagination broken Status

[Yahoo-eng-team] [Bug 1269546] Re: ./run_test.sh fails while trying to install setuptools

2016-01-12 Thread Rob Cresswell
Marking invalid. Last attempt to reproduce failed, and no response in over 6 months. ** 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).

[Yahoo-eng-team] [Bug 1391698] Re: Sahara should handle 100 response on row update

2016-01-12 Thread Rob Cresswell
Sahara content now lives in https://github.com/openstack/sahara- dashboard ** 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).

[Yahoo-eng-team] [Bug 1427304] Re: [sahara] When the job binary creating fails, the job binary data is created anyway

2016-01-12 Thread Rob Cresswell
Sahara content now lives in https://github.com/openstack/sahara- dashboard ** 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).

  1   2   >