cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname

Also see http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.6/api.html#user-data-and-meta-data
This commit is contained in:
Rene Moser 2015-11-25 23:04:51 +01:00
parent 0c1d20865d
commit b7ca7d15ac

View file

@ -77,12 +77,12 @@ cloudstack_local_ipv4:
type: string type: string
sample: 185.19.28.35 sample: 185.19.28.35
cloudstack_public_hostname: cloudstack_public_hostname:
description: public hostname of the instance. description: public IPv4 of the router. Same as C(cloudstack_public_ipv4).
returned: success returned: success
type: string type: string
sample: VM-ab4e80b0-3e7e-4936-bdc5-e334ba5b0139 sample: VM-ab4e80b0-3e7e-4936-bdc5-e334ba5b0139
cloudstack_public_ipv4: cloudstack_public_ipv4:
description: public IPv4 of the instance. description: public IPv4 of the router.
returned: success returned: success
type: string type: string
sample: 185.19.28.35 sample: 185.19.28.35