Comment 3 for bug 1352728

Revision history for this message
Charlotte Han (hanrong) wrote :

Yes, I am using Neutron.

The path of assigning value to the parameter "requested_networks" is as follows:

Class : "nova.api.openstack.compute.servers.Controller"

Function : "def _get_requested_networks(self, requested_networks):"

Statement :
"if utils.is_neutron():
    networks.append((network_uuid, address, port_id, vnic_type))"