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: flavor:
description: The flavor that has been used for this server description: The flavor that has been used for this server
returned: success when not state == absent returned: success when not state == absent
type: str type: dict
sample: flex-8 sample: { "slug": "flex-4", "name": "Flex-4", "vcpu_count": 2, "memory_gb": 4 }
image: image:
description: The image used for booting this server description: The image used for booting this server
returned: success when not state == absent returned: success when not state == absent
type: str type: dict
sample: debian-8 sample: { "default_username": "ubuntu", "name": "Ubuntu 18.04 LTS", "operating_system": "Ubuntu", "slug": "ubuntu-18.04" }
volumes: volumes:
description: List of volumes attached to the server description: List of volumes attached to the server
returned: success when not state == absent returned: success when not state == absent