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

This commit is contained in:
Denis Krienbühl 2020-02-10 11:47:51 +01:00 committed by GitHub
parent c80d0c40ce
commit b40bdb7a22

View file

@ -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