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

Roald Strangstadstuen 1849303 at bugs.launchpad.net
Tue Oct 22 13:29:55 UTC 2019


Public bug reported:

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

** Affects: python-openstackclient (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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