1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency

This commit is contained in:
Rene Moser 2015-08-19 21:55:56 +02:00 committed by Matt Clay
parent 368b553fd7
commit b9cf174a8b

View file

@ -281,7 +281,7 @@ acl_type:
returned: success
type: string
sample: Account
broadcast_domaintype:
broadcast_domain_type:
description: Broadcast domain type of the network.
returned: success
type: string
@ -344,7 +344,7 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
'gateway': 'gateway',
'cidr': 'cidr',
'netmask': 'netmask',
'broadcastdomaintype': 'broadcast_domaintype',
'broadcastdomaintype': 'broadcast_domain_type',
'dns1': 'dns1',
'dns2': 'dns2',
}