Open matofeder opened 9 months ago
We should also change visibility: shared
to visibility: private
. There is no need to have this exposed to every tenant.
Hi, @paulphys. Are you working on this, or we can take over?
No I'm not, the issue is all yours if you wish
The Properties reference is hidden for the Images JSON serialization, see here. Therefore, CSPO is unable to create images in OpenStack with properties defined in this field. Upstream issues#3033.
/kind feature
SCS standard scs-0102-v1-image-metadata describes what metadata (properties and tags) should be assigned to the image that is offered by the CSP.
These properties and tags are then evaluated by the Conformance Tests (script image-md-check.py).
CSPO supports a full list of create options, defined by the OpenStack API. Hence the
node-images.yaml
should include all mandatory properties and tags for each image.Current state of node-images.yaml (openstack cluster stack)
Desired state of node-images.yaml (openstack cluster stack)
Note: see KaaS V1 implementation