[Yahoo-eng-team] [Bug 1624797] [NEW] Failed to evacuate instances booted from volume

2016-09-17 Thread javeme
Public bug reported: Description: Failed to evacuate instances booted from volume Steps to reproduce: 1.Create an instance from volume nova boot --boot-volume --flavor --nic test 2.Force nova-compute service to down nova service-force-down nova-compute 3.Evacuate server from failed host no

[Yahoo-eng-team] [Bug 1624796] [NEW] Miss spelling : missing ">" div element in 'container' panel

2016-09-17 Thread Jaewook Kim
Public bug reported: Let me see '/horizon/openstack- dashboard/dashboards/project/static/dashboard/project/containers/create- folder-modal.html' Line 11. I can see ' close tag ** Affects: horizon Importance: Undecided Status: New ** Tags: container horizon ** Attachment added: "

[Yahoo-eng-team] [Bug 1603121] Re: db_sync doesn't work with sql_mode = 'TRADITIONAL'

2016-09-17 Thread Launchpad Bug Tracker
[Expired for OpenStack Identity (keystone) because there has been no activity for 60 days.] ** Changed in: keystone Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone)

[Yahoo-eng-team] [Bug 1624784] [NEW] Fix missing i18n support for help text

2016-09-17 Thread liwei
Public bug reported: There are some missing translations for help text in glance.We should use i18n to wrap help text with _(),so the text will get translated. ** Affects: glance Importance: Undecided Assignee: liwei (wei-li) Status: New ** Changed in: glance Assignee: (u

[Yahoo-eng-team] [Bug 1339855] Re: Raise NotImplementedError instead of NotImplemented

2016-09-17 Thread Ji.Wei
** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Assignee: (unassigned) => Ji.Wei (jiwei) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1339855

[Yahoo-eng-team] [Bug 1624757] [NEW] i18n: string concatenations in JavaScript code

2016-09-17 Thread Akihiro Motoki
Public bug reported: String concatenation makes translation difficult in some cases. There are some string concatenations in JS code. openstack_dashboard/contrib/developer/static/dashboard/developer /resource-browser/resource-browser-item.controller.js toastService.add('error', gettext("resour

[Yahoo-eng-team] [Bug 1624751] [NEW] i18n: duplicate 'translate' marking in theme-preview.html

2016-09-17 Thread Akihiro Motoki
Public bug reported: There are duplicated and nested 'translated' mark in theme-preview.html. {$ 'Themable Option 1' | translate $}

[Yahoo-eng-team] [Bug 1624748] [NEW] Admin image table: wrong visibility for private images which are not shared with the current project

2016-09-17 Thread Akihiro Motoki
Public bug reported: In Admin image table, the visibility of private images which are not shared with the current (admin) project are shown as "Shared with Project". "Shared with Project" is a concept in horizon and in my understanding it means that the image is private and it is shared with the c

[Yahoo-eng-team] [Bug 1624743] [NEW] Project image table: admin user sees images which are not shared with me

2016-09-17 Thread Akihiro Motoki
Public bug reported: The image table of the *Project* image panel should lists public images, private images owned by the current project and private images shared with the current project. However, when a user logs in as a user with admin role, private images which are owned by another project a

[Yahoo-eng-team] [Bug 1624730] [NEW] i18n: unnecessary translate tag in hz-detail-row.html

2016-09-17 Thread Akihiro Motoki
Public bug reported: In horizon/static/framework/widgets/table/hz-detail-row.html, and tags are marked as 'translate', but they contains no translatable strings. 'translate' is unnecessary. By removing them, it avoid unnecessary confusion for translators. Translators usually do not understand a

[Yahoo-eng-team] [Bug 1624712] [NEW] Filtering by visibility in image table does not work

2016-09-17 Thread Akihiro Motoki
Public bug reported: In the filtering form in the Image table (in both project and admin image panel), when 'visibility' filter is selected, "Error: Unable to retrieve the images." is returned. This occurs regardless of selected visibility value. ** Affects: horizon Importance: High

[Yahoo-eng-team] [Bug 1624701] [NEW] OVS port pulled from under dnsmasq

2016-09-17 Thread Armando Migliaccio
Public bug reported: Change [1] has triggered an issue with the DHCP agent. This can be reproduced as below: - A subnet gets deleted - A dhcp port is deleted - A notification is sent to the agent - DHCP agent deletes the port from OVS without killing dnsmasq first - dnsmasq is holding a file hand

[Yahoo-eng-team] [Bug 1624700] [NEW] admin image table failed to load image list

2016-09-17 Thread Akihiro Motoki
Public bug reported: Admin Image panel fails to load image list with the following error message. Due to the error, the admin image table has no content. 2016-09-17 15:21:46.000420 error invoking apiclient 2016-09-17 15:21:46.000461 Traceback (most recent call last): 2016-09-17 15:21:46.000466

[Yahoo-eng-team] [Bug 1624494] Re: [master] metadata is not working on multi-node setup

2016-09-17 Thread Armando Migliaccio
** Also affects: networking-vsphere Importance: Undecided Status: New ** Changed in: neutron Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/16244

[Yahoo-eng-team] [Bug 1624655] [NEW] Drop LBaaS v1 panel

2016-09-17 Thread Akihiro Motoki
Public bug reported: LBaaS v1 panel in horizon needs to be dropped. LBaaS v1 code was removed from neutron-lbaas in Newton cycle and horizon deprecates it in Newton release. The change should cover: - Drop LBaaS related API code - Drop LBaaS v1 dashboard - drop enable_lb from the horizon documen

[Yahoo-eng-team] [Bug 1624648] [NEW] Do not need run _enable_netfilter_for_bridges() for each new device

2016-09-17 Thread yujie
Public bug reported: For a new device, when set security group for it, function prepare_port_filter will be called. Then self._enable_netfilter_for_bridges() will be executed once, which is not needed every time. def prepare_port_filter(self, port): LOG.debug("Preparing device (%s) fi