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
36 stars 70 forks source link

[master] Modify the returned data structure when create/edit fcp template #745

Closed wngzhe closed 1 year ago

wngzhe commented 1 year ago

code change: Modify the returned data structure when create/edit fcp template , change item in return dict change 'add' from list to a dict

                'add' : {
                    'add': ['A', 'B'],
                    'first_used_by_templates': ['C']
                },

Signed-off-by: wngzhe wngzhe@cn.ibm.com

pass ut