Commit 391c9aa
authored
feat: Improve UX clarity of "limit" query parameter (#1313)
Rename "limit" query parameter of the list operations to "page-size" for
giving precise meaning (keep alias "limit"). This is necessary to
finally resolve the conflict that we have in the python-openstackclient
where "limit" means a page size and all entries are fetched unless you
also specify the marker (which is not something anybody can really
understand why).
Change-Id: I9a6ddcbe30d92c4d190229ac77a10c28eb0015fb
Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
Changes are triggered by https://review.opendev.org/9529981 parent efd0f2a commit 391c9aa
File tree
114 files changed
+828
-140
lines changed- openstack_cli/src
- block_storage/v3
- attachment
- backup
- group_snapshot
- group_type
- group
- manageable_snapshot
- manageable_volume
- message
- qos_spec
- snapshot
- volume_transfer
- volume
- compute/v2
- flavor
- hypervisor
- keypair
- migration
- server_group
- server
- instance_action
- volume_attachment
- simple_tenant_usage
- dns/v2
- recordset
- zone
- recordset
- identity/v3
- domain
- group
- project
- user
- image/v2/image
- load_balancer/v2
- amphorae
- availability_zone_profile
- availability_zone
- flavor_profile
- flavor
- healthmonitor
- l7policy
- rule
- listener
- loadbalancer
- pool
- member
- provider
- network/v2
- address_group
- address_scope
- agent
- dhcp_network
- l3_router
- auto_allocated_topology
- availability_zone
- default_security_group_rule
- flavor
- next_provider
- service_profile
- floatingip_pool
- floatingip
- port_forwarding
- tag
- local_ip
- port_association
- log
- loggable_resource
- log
- metering
- metering_label_rule
- metering_label
- ndp_proxy
- network_ip_availability
- network_segment_range
- tag
- network
- dhcp_agent
- tag
- policy
- packet_rate_limit_rule
- tag
- port
- binding
- tag
- qos
- alias_bandwidth_limit_rule
- alias_dscp_marking_rule
- alias_minimum_bandwidth_rule
- alias_minimum_packet_rate_rule
- policy
- bandwidth_limit_rule
- dscp_marking_rule
- minimum_bandwidth_rule
- minimum_packet_rate_rule
- rule_type
- quota
- rbac_policy
- router
- conntrack_helper
- l3_agent
- tag
- security_group_rule
- security_group
- tag
- segment
- service_profile
- service_provider
- subnetpool
- tag
- subnet
- tag
- trunk/tag
- vpn
- endpoint_group
- ikepolicy
- ipsec_site_connection
- ipsecpolicy
- vpnservice
- placement/v1/allocation_candidate
- openstack_types/data/compute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+828
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments