Comment 4 for bug 1708316

Revision history for this message
Maciej Kucia (maciejkucia) wrote :

API spec is wrong. For example:
https://developer.openstack.org/api-ref/compute/#servers-ips-servers-ips
Addresses field is a dict not a list. Therefore it is not expected that network name is non-unique.

I see following options:
 - Network names should be forced to be unique
 - API shall allow multiple networks with the same name (change dict to list)
 - API shall allow special postfix in network label