File: Remove-project_id-from-the-definition-of-resources-which-do-not-need-it-c32ed9a7795595a7.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
other:
  - |
    API resources which do not really have ``project_id`` associated with them,
    because either it belongs to the project to which their parent belongs (``QoS
    rules``) or does not belong to any project (``flavor`` and ``service
    profile``), do not accept ``project_id`` nor ``tenant_id`` to be sent in the
    body of the POST or PUT request.