ow2-sirocco / sirocco-api-openstack

Adding Openstack API on top of Sirocco
1 stars 0 forks source link

Incorrect serialization of Server.addresses #33

Open fdangtran opened 10 years ago

fdangtran commented 10 years ago

Address.version is an integer (4 or 6) rather than a string (IPv4, IPv6) In Server.addresses (see NetworkInterfacesToAddresses) , use the name of the network (nic.getNetwork().getName()) rather than its type to classify addresses.