openmainframeproject / feilong

Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a set of APIs to operate z/VM including guest, image, network, volume etc.
https://www.openmainframeproject.org/projects/feilong
Apache License 2.0
35 stars 70 forks source link

Fix the bug of argument active in guest_create_network_interface #797

Closed SeanHQF closed 7 months ago

SeanHQF commented 7 months ago

This problem wasn't exposed because we always use the default value of False before in the deployment. But it has the problem when we try to pass the "Active=True" in attach_interface.

Signed-off-by: QingFeng Hao haoqf@linux.vnet.ibm.com

SeanHQF commented 7 months ago

@jichenjc @bjhuangr @zhshuj pls help review

SeanHQF commented 7 months ago

Is it ok to merge? thx