[Bug 1849303] Re: printing adresses on server as structured data has the wrong structre
Gabriel Ramirez
1849303 at bugs.launchpad.net
Fri Jun 5 03:36:09 UTC 2020
** Changed in: python-openstackclient (Ubuntu)
Assignee: (unassigned) => Gabriel Ramirez (gabriel1109)
--
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