Removed 'default=None' in a batch of modules 2 (#4567)

* removed default=None

* added changelog fragment
This commit is contained in:
Alexei Znamensky
2022-04-24 17:42:36 +12:00
committed by GitHub
parent b916cb369b
commit 3b103f905e
13 changed files with 49 additions and 36 deletions

View File

@@ -583,7 +583,7 @@ def main():
default='AMD_OPTERON'),
volume_size=dict(type='int', default=10),
disk_type=dict(choices=['HDD', 'SSD'], default='HDD'),
image_password=dict(default=None, no_log=True),
image_password=dict(no_log=True),
ssh_keys=dict(type='list', elements='str', default=[], no_log=False),
bus=dict(choices=['VIRTIO', 'IDE'], default='VIRTIO'),
lan=dict(type='int', default=1),