You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the node should be of type tosca.nodes.indigo.Compute instead of tosca.nodes.Compute. I couldn't find capabilities->os->properties->image in the Openstack's TOSCA basic types declaration (https://github.com/openstack/tosca-parser/blob/master/toscaparser/elements/TOSCA_definition_1_0.yaml). The Indigo data types contain an image property though, for tosca.capabilities.indigo.OperatingSystem which derives from tosca.capabilities.OperatingSystem.
The text was updated successfully, but these errors were encountered:
I think that the node should be of type tosca.nodes.indigo.Compute instead of tosca.nodes.Compute. I couldn't find capabilities->os->properties->image in the Openstack's TOSCA basic types declaration (https://github.com/openstack/tosca-parser/blob/master/toscaparser/elements/TOSCA_definition_1_0.yaml). The Indigo data types contain an image property though, for tosca.capabilities.indigo.OperatingSystem which derives from tosca.capabilities.OperatingSystem.
The text was updated successfully, but these errors were encountered: