API does not support limits

Bug #1936216 reported by Heather Lemon
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-neutronclient
New
Undecided
Unassigned

Bug Description

The API only supports a list_all for networks.

        """Fetches a list of all networks for a project."""
        # Pass filters in "params" argument to do_request
        return self.list('networks', self.networks_path, retrieve_all,
                         **_params)

related bug - https://bugs.launchpad.net/horizon/+bug/1746184

Needs additional function with limit params.
If I have 100 networks, all 100 networks are returned.
This affects horizon.

description: updated
Revision history for this message
Akihiro Motoki (amotoki) wrote :

Note that OSC implementation like "openstack network list" does not use python-neutroncient at all. OSC uses openstacksdk for network features. Thus, this bug does not affect CLI implementation.

description: updated
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

Hi Akihiro,

I've updated the description to remove the note about it being affected by the cli.
I would like to use this current LP bug to track the limit parameters for affecting the networking page in Horizon.

I've also created a new launchpad bug for tracking the limits parameters tied to python-neutronclient specifically affecting the CLI.
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1936419

Does that sound good? Did I miss anything?

Thank You,
Heather Lemon

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.