[Bug 1849303] Re: printing adresses on server as structured data has the wrong structre

Chris MacNaughton 1849303 at bugs.launchpad.net
Tue Sep 8 07:25:14 UTC 2020


** Changed in: python-openstackclient (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-openstackclient in Ubuntu.
https://bugs.launchpad.net/bugs/1849303

Title:
  printing adresses on server as structured data has the wrong structre

Status in python-openstackclient package in Ubuntu:
  Confirmed

Bug description:
  Running:
  ```
  openstack server show <server_id> -c addresses -f json
  ```

  returns:
  ```json
  {
    "addresses": "net1=192.168.111.203, 10.212.137.62"
  }
  ```

  expected:

  ```json
  {
    "addresses": "net1": ["192.168.111.203", "10.212.137.62"]
  }
  ```
  tested with
  openstack 3.14.2
  openstack 4.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1849303/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list