vexxhost / magnum-cluster-api

Cluster API driver for OpenStack Magnum
Apache License 2.0
47 stars 22 forks source link

cluster template name - ID rander issue for image and flavor #77

Open ricolin opened 1 year ago

ricolin commented 1 year ago

Right now, we can't use image name or flavor id in cluster template or magnum-cluster-api driver will failed like this Screenshot from 2023-03-19 13-08-13

mnaser commented 1 year ago

few things about this:

So I think to be able to support cases where people expect to either provide name or UUID for both of those fields, we can make some small translation layer to take care of it. What do you think @okozachenko1203 ?