cloudscale: Fixes wrong return value docs in cloudscale_server (#67198)

pull/67270/head
Denis Krienbühl 4 years ago committed by GitHub
parent c80d0c40ce
commit b40bdb7a22

@ -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…
Cancel
Save