a4a2ed7f99
Add a node that explains that for Python 3 you'll need to add a .decode() function in the gitsha command. Also, note that you need to import subprocess in the conf.py file. Change-Id: I1eb42738be74de96fae0940f3e97283351602e95
37 lines
655 B
YAML
37 lines
655 B
YAML
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. |