File: parameters.yaml

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (37 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (3)
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
37
id:
  in: path
  required: true
  type: string
  description: |
    The id of the service.
image_id:
  in: path
  required: true
  type: string
  description: |
    The id for the image.
host:
  in: body
  required: true
  type: string
  description: |
    The host name.
name:
  in: body
  required: true
  type: string
  description: |
    The name of the service.
role_id:
  in: body
  required: true
  type: string
  description: |
    The unique identifier for the role, which enables defining role assignments
    for multiple users in multiple projects.
server.obj:
  in: body
  required: true
  type: object
  description: |
    The server object.