Comment 0 for bug 1549183

Revision history for this message
zhaohua (zhaohua-zhao) wrote :

In setup_server interface of Huawe driver, it will check the network_info['network_type'].
If the 'network_type' is not 'flat' or 'vlan', the setup_server will fail.
But, when using manila StandaloneNetworkPlugin, the 'network_type' will be 'None', which cause an unexpected error.

So, should add 'None' as a legal value of 'network_type' .

And when using manila StandaloneNetworkPlugin, vlan will not be created.
So, use the number of vlan to sort the port is not effective.

Should add another way to sort the port(maybe the number of logic ip)