Activity log for bug #1549183

Date Who What changed Old value New value Message
2016-02-24 09:11:52 zhaohua bug added bug
2016-02-24 09:44:03 OpenStack Infra manila: status New In Progress
2016-02-24 09:44:03 OpenStack Infra manila: assignee zhaohua (zhaohua-zhao)
2016-02-25 02:25:52 zhaohua description 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) 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' can be 'None'(which also represent 'flat'), which cause an unexpected error. So, should add 'None' as a legal value of 'network_type' . And when using manila StandaloneNetworkPlugin without 'standalone_network_plugin_segmentation_id', vlan will not be created. So, use the number of vlan to sort the port is not effective.(This will also affect other network plugins with 'flat' type) Should add another way to sort the port(maybe the number of logic ip)
2016-03-03 00:37:30 OpenStack Infra manila: status In Progress Fix Released