File: commands-v1.0.0-894ea659825b3757.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 (36 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
prelude: |
    This is the first major release for the *osc-placement* plugin and includes
    a minimal set of command line support for the `Placement API`_.

    .. _Placement API: https://docs.openstack.org/nova/latest/user/placement.html
features:
  - |
    The set of new commands in this release includes::

      $ openstack resource -h
      Command "resource" matches:
        resource class create
        resource class delete
        resource class list
        resource class show
        resource provider aggregate list
        resource provider aggregate set
        resource provider allocation delete
        resource provider allocation set
        resource provider allocation show
        resource provider create
        resource provider delete
        resource provider inventory class set
        resource provider inventory delete
        resource provider inventory list
        resource provider inventory set
        resource provider inventory show
        resource provider list
        resource provider set
        resource provider show
        resource provider usage show

    See the `Usage`_ documentation for more details and examples.

    .. _Usage: https://docs.openstack.org/osc-placement/latest/user/index.html