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
Move ContainerImage field from GlanceAPITemplate to GlanceAPI spec
Previously, the ContainerImage field was defined in the shared
GlanceAPITemplate struct and inherited by both Glance and GlanceAPI
resources. This commit moves the ContainerImage field to the GlanceAPI spec,
removing it from the common template.
As a result of that, the field is hidden (like every other service) from
the main openstack control plane CR.
0 commit comments