printing adresses on server as structured data has the wrong structre

Bug #1849303 reported by Roald Strangstadstuen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient (Ubuntu)
Confirmed
Undecided
Gabriel Ramirez

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

description: updated
Changed in python-openstackclient (Ubuntu):
assignee: nobody → Gabriel Ramirez (gabriel1109)
Changed in python-openstackclient (Ubuntu):
status: New → Confirmed
Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.