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
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: Account
|
sample: Account
|
||||||
broadcast_domaintype:
|
broadcast_domain_type:
|
||||||
description: Broadcast domain type of the network.
|
description: Broadcast domain type of the network.
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
|
@ -344,7 +344,7 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
|
||||||
'gateway': 'gateway',
|
'gateway': 'gateway',
|
||||||
'cidr': 'cidr',
|
'cidr': 'cidr',
|
||||||
'netmask': 'netmask',
|
'netmask': 'netmask',
|
||||||
'broadcastdomaintype': 'broadcast_domaintype',
|
'broadcastdomaintype': 'broadcast_domain_type',
|
||||||
'dns1': 'dns1',
|
'dns1': 'dns1',
|
||||||
'dns2': 'dns2',
|
'dns2': 'dns2',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue