← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1804016] Re: gui not showing attached ports without ip

 

Reviewed:  https://review.openstack.org/620710
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fe6e395a62abe5168b537ec364f4664202408ec6
Submitter: Zuul
Branch:    master

commit fe6e395a62abe5168b537ec364f4664202408ec6
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date:   Thu Nov 29 06:52:17 2018 +0900

    Show ports without IP in instance table and detail
    
    Previously instance ports without IP address were not shown
    because api.neutron.servers_update_addresses() ignored ports
    without IP address.
    
    This commit changes servers_update_addresses() to include
    a special symbol (None) representing "No IP address"
    in "addresses" attribute in "server" object.
    
    "(No IP address)" will be shown for ports without IP addresses now.
    
    Closes-Bug: #1804016
    Change-Id: I46699731ab515667b8cdf97ef68bdb8cbfe0b563


** 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/1804016

Title:
  gui not showing attached ports without ip

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  in the instance overview under either admin or project one does not
  see attached ports that do no have an IP address set. for example:

  1. create a port with following command:

  openstack port create --network XXXX --no-fixed-ip test-port --project
  my-project

  2. attach the port to a vm

  now there is no way to see attached ports without ip address in the
  detail view of an instance.

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


References