Fix docstring in _validate_requested_port_ids

We return a two-item tuple from this method, not three.

Change-Id: I963f39e8fd7b0a7980d31609350a0b63b9ef3b4a
This commit is contained in:
Matt Riedemann 2017-04-18 14:43:28 -04:00
parent 4b37c38eaa
commit 4341d140f9
1 changed files with 0 additions and 1 deletions

View File

@ -523,7 +523,6 @@ class API(base_api.NetworkAPI):
:type neutron: neutronclient.v2_0.client.Client
:returns: tuple of:
- ports: dict mapping of port id to port dict
- net_ids: list of requested network ids
- ordered_networks: list of nova.objects.NetworkRequest objects
for requested networks (either via explicit network request
or the network for an explicit port request)