Error was "No path parameter ``role_id`` found in rest_parameter stanza.: Basically it means that the parameter role_id is used, but not defined in a corresponding yaml file. Mailing list post on openstack-dev: http://lists.openstack.org/pipermail/openstack-dev/2017-January/110606.html for reference. Change-Id: Id5863a70f2432a2ae22164aa66e29ae739ab3e11
38 lines
656 B
YAML
38 lines
656 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.
|