[Yahoo-eng-team] [Bug 1398312] [NEW] iptables for secgroup not be set properly when set --no-security-group

2014-12-02 Thread yalei wang
Public bug reported: In the lastest code, iptables for secgroup not be set properly when set --no-security-group. steps: 1. edit the 'default' secgroup, and add one rule for icmp. neutron security-group-rule-create --direction ingress --protocol icmp --port_range_min 0 --port_range_max 255 4db

[Yahoo-eng-team] [Bug 1398313] [NEW] Nullable fields default values are not part of the schema

2014-12-02 Thread Flavio Percoco
Public bug reported: Some fields in the v2 that are nullable - disk_format and container_format, for example - don't have `None` as one of the possible values in their enum. This prevents the API from sending the value back to the client and the client library doesn't consider `None` as a valid va

[Yahoo-eng-team] [Bug 1398314] [NEW] The API doesn't return nullable fields when they're null

2014-12-02 Thread Flavio Percoco
Public bug reported: The schema filter method removes all fields that are null from the object schema. This is causing incompatibilities from the client side and it also makes glance's responses inconsistent. ** Affects: glance Importance: Undecided Assignee: Flavio Percoco (flaper87)

[Yahoo-eng-team] [Bug 1394545] Re: Info of host is None in the "db_instance" returned by the function get_db_instance()

2014-12-02 Thread Trung Trinh
** 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 OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1394545 Title: Info of host is None in the "db_instance" returne

[Yahoo-eng-team] [Bug 1398086] Re: nova servers pagination does not work with deleted marker

2014-12-02 Thread Alvaro Lopez
** Changed in: nova Status: Invalid => 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/1398086 Title: nova servers pagination does not work with deleted marker

[Yahoo-eng-team] [Bug 1398327] [NEW] Lock wait time out on 'INSERT INTO securitygroupportbindings'

2014-12-02 Thread Mehdi Abaakouk
Public bug reported: Hi, Gate fail with: 2014-12-02 08:57:06.298 28489 TRACE neutron.api.v2.resource OperationalError: (OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction') 'INSERT INTO securitygroupportbindings (port_id, security_group_id) VALUES (%s, %s)' ('503420

[Yahoo-eng-team] [Bug 1398329] [NEW] Wrong filtering during "nova list --tenant "

2014-12-02 Thread Mh Raies
Public bug reported: I am using DevStack development environment. I have sourced admin user and admin tenant using command - ''source openrc admin admin" Again I have booted two servers - test-server-1 test-server-2 During "nova list", I have used tenant filtering here. 1. admin tenant 2. dem

[Yahoo-eng-team] [Bug 1398331] [NEW] Disabling current project raises an error "Not Authorized to do this operation" but also sets it as disabled.

2014-12-02 Thread Yamini Sardana
Public bug reported: When the admin tries to disable the current project through which it has logged in, it raises an error "Not Authorized to do this operation" but it sets it as disabled. Steps to Replicate. 1. Create a test_project and add admin user as an administrator for the project. This

[Yahoo-eng-team] [Bug 1356053] Re: Doesn't properly get keystone endpoint when Keystone is configured to use templated catalog

2014-12-02 Thread Sergey Lukjanov
** Changed in: python-saharaclient 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). https://bugs.launchpad.net/bugs/1356053 Title: Doesn't properly get k

[Yahoo-eng-team] [Bug 1334447] Re: Potential race between neutron port update and node pxe boot

2014-12-02 Thread Sam Betts
** Also affects: neutron 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/1334447 Title: Potential race between neutron port update and node pxe

[Yahoo-eng-team] [Bug 1398347] [NEW] LDAP backend should do filtered query instead of getting all data and then filtering

2014-12-02 Thread Marcin Zbik
Public bug reported: When I want to find entity (group/user) by name (using /v3/users?name=MyUser or /v3/groups?name=MyGroup) LDAP gets all data associated to entity (for example whole users database) and then filter it. It should do filtering on query level in my opinion. It is very useful when

[Yahoo-eng-team] [Bug 1398349] [NEW] nova service-update fails for services on non-child (top) cell

2014-12-02 Thread Rajesh Tailor
Public bug reported: Nova service-update fails for services on non-child (top) cell. How to reproduce: 1) List available services using below command. $ nova --os-username admin service-list Output: ++--+-+--+-+---+-

[Yahoo-eng-team] [Bug 1398357] [NEW] Add support for EC2 API : ec2-reset-snapshot-attribute

2014-12-02 Thread Manti Bose
Public bug reported: Provide the implementation similar to the Amazon EC2 API ec2-reset-snapshot-attribute for making the volume based snapshot instances accessible only to the respective account holder. http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference /ApiReference-cmd-ResetSnapsh

[Yahoo-eng-team] [Bug 1398361] [NEW] Add support for EC2 API : ec2-modify-snapshot-attribute

2014-12-02 Thread Manti Bose
Public bug reported: The various attributes of the snapshots created from volumes can be modified for making them accessible to public or to a particular user account. The response parameters and supported attribute sets must be according the AWS specification: http://docs.aws.amazon.com/AWSEC2/

[Yahoo-eng-team] [Bug 1398380] [NEW] DHCP Agent always releases ALL IPv6 leases

2014-12-02 Thread Alexey I. Froloff
Public bug reported: When releasing unused leases DHCP Agent reads dnsmasq hosts file, extracting MAC and IP addresses and compares this set with set of MAC-IP pairs of active Ports. However, square brackets from IPv6 addresses are not stripped, so all IPv6 leases (in the form of "[IPv6Addr]") al

[Yahoo-eng-team] [Bug 1398398] [NEW] Unable to filter agent-ilst by "alive" status

2014-12-02 Thread Yair Fried
Public bug reported: Trying to filter agent list to display only alive/dead agents returns the full list [root@RHEL7Server ~(keystone_admin)]# neutron --version 2.3.9 [root@RHEL7Server ~(keystone_admin)]# neutron --debug agent-list --alive False DEBUG: keystoneclient.session REQ: curl -i -X GET

[Yahoo-eng-team] [Bug 1398417] [NEW] Redundant methods in DB heal script after alembic 0.7.1

2014-12-02 Thread Henry Gessau
Public bug reported: Methods add_fk and remove_fk were needed in the heal script as they weren't provided by alembic. Now that we have them in alembic 0.7.1 they can be removed from the heal script. ** Affects: neutron Importance: Undecided Status: New ** Tags: db ** Tags added:

[Yahoo-eng-team] [Bug 1398422] [NEW] Hard-coded alembic methods in DB heal script is inflexible

2014-12-02 Thread Henry Gessau
Public bug reported: See http://lists.openstack.org/pipermail/openstack- dev/2014-December/051897.html Also see review comments in https://review.openstack.org/137989 ** Affects: neutron Importance: Undecided Assignee: Ann Kamyshnikova (akamyshnikova) Status: New ** Tags: db

[Yahoo-eng-team] [Bug 1398433] [NEW] Cisco CSR1kv router plugin occasionally fails to execute REST calls due to DB timeouts

2014-12-02 Thread Bob Melander
Public bug reported: Neutron router API REST calls handled by the Cisco CSR1kv router service plugin sometimes fails due to DB lock timeouts. This is due to unsuitable code workflows in some parts of the implementation that can lead to timeouts while waiting for DB locks. ** Affects: neutron

[Yahoo-eng-team] [Bug 1396650] Re: Duplicated tests for Catalog

2014-12-02 Thread Marcos Lobo
Ok Steve, I understand the goal of each test file. My point is, now we have 3 different catalog backends. test_catalog.py is not be able to manage the different implementations from those backends. For example, in this patch https://review.openstack.org/#/c/120011/ I'm implementing methods for Te

[Yahoo-eng-team] [Bug 1392964] Re: UnicodeDecodeError

2014-12-02 Thread Ben Nemec
*** This bug is a duplicate of bug 1366189 *** https://bugs.launchpad.net/bugs/1366189 ** This bug has been marked a duplicate of bug 1366189 mask_password doesn't handle non-ASCII characters -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1071799] Re: commands crash when don't have permissions to read config

2014-12-02 Thread Doug Hellmann
** Changed in: oslo.config Status: Fix Committed => Fix Released ** Changed in: oslo.config Milestone: None => 1.5.0 -- 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/b

[Yahoo-eng-team] [Bug 1398438] [NEW] Remove redundant/repetitive headers from Port Details

2014-12-02 Thread Rob Cresswell
Public bug reported: The Port Detail page has a Port Detail header, then a nested Overview tab, then a nested Port Overview header, then a nested Port header. My proposal would be remove the 3rd and 4th nested headers (Port Overview and Port) as they provide no further information than the Port D

[Yahoo-eng-team] [Bug 1398446] [NEW] Novacompute failed to detel VM port with DVR

2014-12-02 Thread Zengfa Gao
Public bug reported: This defect is hard to reproduce, only happens when I have more than 3 compute node with DVR enabled. With the following script, run several times, I can see one VM in ERROR state. neutron net-create demo-net netdemoid=$(neutron net-list | awk '{if($4=="'demo-net'"){print $

[Yahoo-eng-team] [Bug 1349452] Re: apparent deadlock on lock_bridge in n-cpu

2014-12-02 Thread Ben Nemec
** Changed in: oslo.concurrency Status: New => Fix Released ** Changed in: oslo.concurrency Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchp

[Yahoo-eng-team] [Bug 1368490] Re: oslo.middleware.sizelimit configuration conflict

2014-12-02 Thread gordon chung
** Changed in: oslo.middleware Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1368490 Title: oslo.middleware.sizelimit configuration conflic

[Yahoo-eng-team] [Bug 1398314] Re: The API doesn't return nullable fields when they're null

2014-12-02 Thread Flavio Percoco
** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Importance: Undecided => Medium ** Changed in: python-glanceclient Assignee: (unassigned) => Flavio Percoco (flaper87) -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1374519] Re: Orphaned queues are not auto-deleted for Qpid

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => 1.5.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1374519

[Yahoo-eng-team] [Bug 1364814] Re: Neutron multiple api workers can't send cast message to agent when use zeromq

2014-12-02 Thread Mehdi Abaakouk
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => 1.5.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1364814

[Yahoo-eng-team] [Bug 1398470] [NEW] sql migration helpers incorrectly inspect for FKs

2014-12-02 Thread Henry Nash
Public bug reported: Our sql migration tests utilise the migration_helpers to execute such things as adding and removing constraints. In the case of ForeignKeys, the remove helper uses a method like this: def get_constraints_names(table, column_name): fkeys = [fk.name for fk in table.constra

[Yahoo-eng-team] [Bug 1398468] [NEW] Unable to terminate instance from Network Topology screen

2014-12-02 Thread Timur Sufiev
Public bug reported: I get Server error in JS console and the following traceback in web server: Traceback (most recent call last): File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run self.result = application(self.environ, self.start_response) File "/home/timur/develop/horizo

[Yahoo-eng-team] [Bug 1398495] [NEW] Unable to upload image to glance

2014-12-02 Thread Rob Mengert
Public bug reported: Hello everyone. Details of the problem experienced have been documented at the link below. I'm not sure if this is an error with Glance or with Keystone. https://ask.openstack.org/en/questions/54963/edit/ I installed and configured glance as per the install instructions on

[Yahoo-eng-team] [Bug 1398331] Re: Disabling current project raises an error "Not Authorized to do this operation" but also sets it as disabled.

2014-12-02 Thread Doug Fish
We are considering making it impossible to disable the current project (tenant) in Horizon. Should the same check be made in Keystone? ** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1398515] [NEW] more project icon wrong

2014-12-02 Thread David Lyle
Public bug reported: The cog icon in the context drop down before "More Projects" does make sense. Should be a list icon. ** Affects: horizon Importance: Low Assignee: David Lyle (david-lyle) Status: New ** Tags: ux -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1398520] [NEW] allocate and release floating IP to project icons wrong

2014-12-02 Thread David Lyle
Public bug reported: The "Allocate IP To Project" uses the download icon and the "Release Floatings IPs" uses an up arrow. I think a link and unlink icon are more appropriate. ** Affects: horizon Importance: Low Assignee: David Lyle (david-lyle) Status: New ** Tags: ux -- Y

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

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1355442 Title: Need better handling of errors during dependency building S

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

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1355426 Title: pip2rpm builds bad specs when packages have tests requiremen

[Yahoo-eng-team] [Bug 1350752] Re: fix version used to conditionally include nova-clear-rabbit-queues

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1350752 Title: fix version used to conditionally include nova-clear-rabbit-

[Yahoo-eng-team] [Bug 1356429] Re: Epoch_map doesn't apply unless anvil is building the package

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1356429 Title: Epoch_map doesn't apply unless anvil is building the package

[Yahoo-eng-team] [Bug 1398531] [NEW] Syntax error (?) when buliding virtualenv

2014-12-02 Thread Joshua Harlow
Public bug reported: Seems like the venv building support not exactly working yet. When making a virtualenv out of oslo-config the following seems to happen: Traceback (most recent call last):   File "/home/harlowja/anvil/anvil/__main__.py", line 223, in main run(args)   File "/home/harlowja

[Yahoo-eng-team] [Bug 1350603] Re: smithy bootstrap fails following a failed build step

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1350603 Title: smithy bootstrap fails following a failed build step Status

[Yahoo-eng-team] [Bug 1350637] Re: exclude embrane and nuage plugins from neutron spec file for icehouse builds

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1350637 Title: exclude embrane and nuage plugins from neutron spec file for

[Yahoo-eng-team] [Bug 1341700] Re: If dependency doesn't have min-version anvil throws error in prepare step

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1341700 Title: If dependency doesn't have min-version anvil throws error in

[Yahoo-eng-team] [Bug 1187912] Re: Tests broke

2014-12-02 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1187912 Title: Tests broke Status in ANVIL for forging OpenStack.: Fix R

[Yahoo-eng-team] [Bug 1398566] [NEW] Policies may be loaded prematurely, causing failed policy checks

2014-12-02 Thread Brent Eagles
Public bug reported: A race condition exists where policies may be loaded and processed before the neutron extensions are loaded and the RESOURCE_ATTRIBUTE_MAP is populated. This causes problems in system behaviour dependent on neutron specific policy checks. Policies are loaded at on demand, and

[Yahoo-eng-team] [Bug 1398577] [NEW] update table action buttons after ajax finished

2014-12-02 Thread Cindy Lu
Public bug reported: Scenario: Volume Quota is set to 3. Create 3 volumes on Projects > Volumes. 'Create Volume' button is now disabled and reads 'Create Volume (Quota Exceeded)'. When you delete it, it isn't immediately deleted, rather it uses ajax polling to determine the state. The butto

[Yahoo-eng-team] [Bug 1371298] Re: libvirt: AMI-based Linux instances /dev/console unusable

2014-12-02 Thread Mauro Sergio Martins Rodrigues
** Changed in: tempest Status: New => Invalid -- 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/1371298 Title: libvirt: AMI-based Linux instances /dev/console unusab

[Yahoo-eng-team] [Bug 1275311] Re: Libvirt BIOS bootmenu should be enabled

2014-12-02 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/138578 ** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: Rafi Khardalian (rkhardalian) => Nicolas Simonds (nicolas.simonds) -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1398624] [NEW] nova unit tests failing in the gate with "TypeError: acquire() got an unexpected keyword argument 'delay'"

2014-12-02 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/46/97946/25/check/gate-nova- python27/3e09cf2/console.html#_2014-12-02_23_31_22_548 2014-12-02 23:31:22.547 | 542 11641 TRACE nov{1} nova.tests.unit.virt.libvirt.test_firewall.IptablesFirewallTestCase.test_multinic_iptables [0.043933s] ... FAILED 2

[Yahoo-eng-team] [Bug 1398624] Re: nova unit tests failing in the gate with "TypeError: acquire() got an unexpected keyword argument 'delay'"

2014-12-02 Thread Matt Riedemann
This was the oslo.concurrency change: https://github.com/openstack/oslo.concurrency/commit/46c836ee28aff5bfa57598971cd175a0be0951d9 Looks like the bug is that the nova unit test is mocking out the internals of lockutils: http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/virt/libv

[Yahoo-eng-team] [Bug 1398627] [NEW] IPv6 Router Advertisement should be limited on it's own compute node when DVR is enabled.

2014-12-02 Thread Xu Han Peng
Public bug reported: When DVR is enabled, L3 agent is running on each compute node and RADVD will be spawned on each compute node. Since each RA will use it's own Link local address as the default gateway for VM, we should limit the RA being sent to only it's compute node to prevent multiple defau

[Yahoo-eng-team] [Bug 1398626] [NEW] IPv6 Router Advertisement should be limited on it's own compute node when DVR is enabled.

2014-12-02 Thread Xu Han Peng
Public bug reported: When DVR is enabled, L3 agent is running on each compute node and RADVD will be spawned on each compute node. Since each RA will use it's own Link local address as the default gateway for VM, we should limit the RA being sent to only it's compute node to prevent multiple defau

[Yahoo-eng-team] [Bug 1398624] Re: nova unit tests failing in the gate with "TypeError: acquire() got an unexpected keyword argument 'delay'"

2014-12-02 Thread Matt Riedemann
** No longer affects: oslo.concurrency -- 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/1398624 Title: nova unit tests failing in the gate with "TypeError: acquire() got a

[Yahoo-eng-team] [Bug 1398629] [NEW] Fix buggy tests that use REQUIRES_LOCKING=True

2014-12-02 Thread Davanum Srinivas (DIMS)
Public bug reported: from https://github.com/openstack/nova/blob/master/nova/test.py#L311 # NOTE(sdague): because of the way we were using the lock # wrapper we eneded up with a lot of tests that started # relying on global external locking being set up for them. We

[Yahoo-eng-team] [Bug 1361030] Re: new dnsmasq requirement exceeds available version on ubuntu 12.04

2014-12-02 Thread Angus Lees
** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1361030 Title: new dnsmasq requirement exceeds available version on ubuntu 12.04

[Yahoo-eng-team] [Bug 1398682] [NEW] Missing icon on Update Defaults button

2014-12-02 Thread Lin Hua Cheng
Public bug reported: Missing icon on the Update Default button on Admin -> Defaults panel ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (H

[Yahoo-eng-team] [Bug 1398685] [NEW] Attempting to resize a server with bad / inaccurate volumeAttachment information results in ERROR state

2014-12-02 Thread Patrick Crews
Public bug reported: This is related to another bug: https://bugs.launchpad.net/cinder/+bug/1398588/ If one attempts to resize a server with volume attachment information that is inaccurate / contradicts Cinder's data (eg it thinks a volume is attached that is not), it results in the server going

[Yahoo-eng-team] [Bug 1398686] [NEW] Some volume api related policy rule is not used by any code

2014-12-02 Thread Alex Xu
Public bug reported: There are some policy rules in etc/poliy.conf didn't used by any code: "volume:create": "", "volume:get_all": "", "volume:get_volume_metadata": "", "volume:get_snapshot": "", "volume:get_all_snapshots": "", "volume_extension:types_manage": "rule:admi

[Yahoo-eng-team] [Bug 1398695] [NEW] [sahara] node group template shows redundant process tab

2014-12-02 Thread Ken Chen
Public bug reported: When we want to edit process configurations in Horizon. For example, we add a "Namenode" process in CDH plugin, we suppose we will only have "NAMENODE" tab shown in this page besides the "Create Node Group Template" tab. However, we will have two tabs shown instead one. The

[Yahoo-eng-team] [Bug 1398692] [NEW] Missing icon on Delete button

2014-12-02 Thread Lin Hua Cheng
Public bug reported: The version of font awesome we are using are missing the alias of fa- remove to fa-times. https://github.com/FortAwesome/Font-Awesome/blob/master/css/font- awesome.css#L205-L206 We need to update the version of font awesome to fix the issue. ** Affects: horizon Import

[Yahoo-eng-team] [Bug 1398725] [NEW] Missing icon on AddDHCPAgent button

2014-12-02 Thread Zhenguo Niu
Public bug reported: Admin Networks DHCPAgent table Add button missing '+' icon. ** Affects: horizon Importance: Undecided Assignee: Zhenguo Niu (niu-zglinux) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Zhenguo Niu (niu-zglinux) -- You received