openstack-k8s-operators / nova-operator

Apache License 2.0
10 stars 44 forks source link

Remove KOLLA_COPY_STRATEGY as COPY_ALWAYS is the default now #707

Closed gibizer closed 1 month ago

gibizer commented 7 months ago
          this is a point of divergance form kolla

they removed this since COPY_ALWAYS was the default and no one used COPY_ONCE so we probably should do that eventually.

this is not wrong its just unnecessary for us to support anything else in tcib.

https://github.com/openstack-k8s-operators/tcib/blob/main/container-images/kolla/base/set_configs.py#L371-L386 can be simplified

_Originally posted by @SeanMooney in https://github.com/openstack-k8s-operators/nova-operator/pull/698#discussion_r1502385651_

gibizer commented 1 month ago

It is now tracked in https://issues.redhat.com/browse/OSPRH-9742