Fix api-ref doc for server-rebuild
This fixes the name parameter which should be referencing the optional server name instead of the security group name. It also deletes an entry in the parameters.yaml which is not referenced anywhere. Change-Id: I38abe55aa46f54a22468e21188e0cd5ef2c63244
This commit is contained in:
parent
98161f0d4c
commit
fc9a540482
api-ref/source
@ -3360,14 +3360,6 @@ personality:
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
personality_1:
|
||||
description: |
|
||||
The file path and contents, text only, to inject into the server at launch. The
|
||||
maximum size of the file path data is 255 bytes. The maximum limit is the number
|
||||
of allowed bytes in the decoded, rather than the encoded, data.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
policies:
|
||||
description: |
|
||||
A list of one or more policy names to associate with the server group. The list
|
||||
|
@ -401,7 +401,7 @@ Request
|
||||
- server_id: server_id_path
|
||||
- rebuild: rebuild
|
||||
- imageRef: imageRef
|
||||
- name: name
|
||||
- name: server_name_optional
|
||||
- adminPass: adminPass_evacuate_rebuild
|
||||
- metadata: metadata
|
||||
- personality: personality
|
||||
|
Loading…
x
Reference in New Issue
Block a user