[api-ref] doc does not list resource_request as a field of the response of port bulk create

Bug #1940086 reported by Balazs Gibizer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Confirmed
Low
Unassigned

Bug Description

The API ref of bulk port create[1] is incomplete. It does not list the resource_request key but the API actually returns that (for admins). See example run [2].

To reproduce:
1) create a network

openstack network create net0 \
--provider-network-type vlan \
--provider-physical-network physnet0 \
--provider-segment 100 \
##
openstack subnet create subnet0 \
--network net0 \
--subnet-range 10.0.4.0/24 \
##

2) create a QoS policy with a min bw rule

openstack network qos policy create qp0
openstack network qos rule create qp0 \
--type minimum-bandwidth \
--min-kbps 1000 \
--egress \

3) bulk create ports with that QoS policy. See [2]

[1] https://docs.openstack.org/api-ref/network/v2/?expanded=bulk-create-ports-detail#bulk-create-ports
[2] https://paste.opendev.org/show/808111/

Tags: api-ref doc
tags: added: api-ref doc
Changed in neutron:
status: New → Confirmed
importance: Undecided → Low
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.