I have a CI test that adds a pod. However, since we added support for zones, this CI test fails because it cannot add a pod without specifying a zone.
The zone should be automatically picked if non specified.
stdout for maas maas ['pods', 'create', 'name=first-cat-pod', 'type=virsh', 'power_address=qemu+ssh://ubuntu@10.245.136.8/system', 'power_pass=ubuntu']: {{{{"zone": ["Select a valid choice. That choice is not one of the available choices."]}}}}
I have a CI test that adds a pod. However, since we added support for zones, this CI test fails because it cannot add a pod without specifying a zone.
The zone should be automatically picked if non specified.
stdout for maas maas ['pods', 'create', 'name=first- cat-pod' , 'type=virsh', 'power_ address= qemu+ssh: //ubuntu@ 10.245. 136.8/system' , 'power_ pass=ubuntu' ]: {{{{"zone": ["Select a valid choice. That choice is not one of the available choices."]}}}}