Reviewed:  https://review.openstack.org/388606
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=9caef6402bcf36daec22827979022d8710eb71ed
Submitter: Jenkins
Branch:    master

commit 9caef6402bcf36daec22827979022d8710eb71ed
Author: Gyorgy Szombathelyi <gyorgy.szombathe...@doclerholding.com>
Date:   Wed Oct 19 12:41:52 2016 +0200

    Fix Port Security Enabled information
    
    Display Port Security Enabled information even if port security is
    disabled.
    
    Change-Id: I01fd266db6de750a2d1c96ac27d7a1ccd685e195
    Closes-Bug: #1634836


** 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).
https://bugs.launchpad.net/bugs/1634836

Title:
  Port Security Enabled is missing from port details page, when it is
  set to False

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When port security is disabled, it is missing from the port details
  page, since the template doesn't make a difference between
  port_security_enabled is not defined or False.

  I think the networks/template/networks/ports/_detail_overview.html template 
should be modified from:
      {% if port.port_security_enabled %}
  to
      {% if port.port_security_enabled != None %}

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1634836/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to