** Description changed:
- Running:
+ Running:
```
openstack server show <server_id> -c addresses -f json
```
returns:
```json
{
- "addresses": "net1=192.168.111.203, 10.212.137.62"
+ "addresses": "net1=192.168.111.203, 10.212.137.62"
}
```
expected:
```json
{
- "addresses": "net1": {"192.168.111.203", "10.212.137.62"}
+ "addresses": "net1": ["192.168.111.203", "10.212.137.62"]
}
```
tested with
openstack 3.14.2
openstack 4.0.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849303
Title:
printing adresses on server as structured data has the wrong structre
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1849303/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs