File: microversion-1.8-1.9-db26e40571292353.yaml

package info (click to toggle)
python-osc-placement 4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 4,039; makefile: 25; sh: 2
file content (18 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
features:
  - |
    The ``openstack resource provider allocation set`` command now supports
    microversion `1.8`_. Specifically from 1.8 it is necessary to specify
    ``--user-id`` and ``--project-id`` arguments when setting allocations.

    The ``openstack resource usage show`` command is
    available starting from microversion `1.9`_. It is possible to
    show usages for a project and user.

    See the command documentation for `allocation set`_ and
    `resource usage show`_ for more details.

    .. _1.8: https://docs.openstack.org/nova/latest/user/placement.html#require-placement-project-id-user-id-in-put-allocations
    .. _1.9: https://docs.openstack.org/nova/latest/user/placement.html#add-get-usages
    .. _allocation set: https://docs.openstack.org/osc-placement/latest/cli/index.html#resource-provider-allocation-set
    .. _resource usage show: https://docs.openstack.org/osc-placement/latest/cli/index.html#resource-usage-show