cloudscale: Fixes wrong return value docs in cloudscale_server (#67198)
This commit is contained in:
parent
c80d0c40ce
commit
b40bdb7a22
1 changed files with 4 additions and 4 deletions
|
@ -211,13 +211,13 @@ state:
|
|||
flavor:
|
||||
description: The flavor that has been used for this server
|
||||
returned: success when not state == absent
|
||||
type: str
|
||||
sample: flex-8
|
||||
type: dict
|
||||
sample: { "slug": "flex-4", "name": "Flex-4", "vcpu_count": 2, "memory_gb": 4 }
|
||||
image:
|
||||
description: The image used for booting this server
|
||||
returned: success when not state == absent
|
||||
type: str
|
||||
sample: debian-8
|
||||
type: dict
|
||||
sample: { "default_username": "ubuntu", "name": "Ubuntu 18.04 LTS", "operating_system": "Ubuntu", "slug": "ubuntu-18.04" }
|
||||
volumes:
|
||||
description: List of volumes attached to the server
|
||||
returned: success when not state == absent
|
||||
|
|
Loading…
Reference in a new issue