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:
parent
368b553fd7
commit
b9cf174a8b
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue