cs_instance: fix typos in defaults for ip/ip6_ipaddress (#49064)
This commit is contained in:
parent
a9c2bc955c
commit
3554c59c9f
1 changed files with 2 additions and 2 deletions
|
@ -999,8 +999,8 @@ def main():
|
|||
),
|
||||
networks=dict(type='list', aliases=['network']),
|
||||
ip_to_networks=dict(type='list', aliases=['ip_to_network']),
|
||||
ip_address=dict(defaul=None),
|
||||
ip6_address=dict(defaul=None),
|
||||
ip_address=dict(),
|
||||
ip6_address=dict(),
|
||||
disk_offering=dict(),
|
||||
disk_size=dict(type='int'),
|
||||
root_disk_size=dict(type='int'),
|
||||
|
|
Loading…
Reference in a new issue