Browse Source
Adjust Kuryr CNI definitions for new Docker image
New Kuryr CNI Docker images are using `docker exec` instead of `docker
run` to execute CNI binary. This required a few changes to CNI resources
definitions. In particular:
* host's /etc directory is no longer mounted into CNI container.
* `KURYR_CNI_POD_NAME` environment variable is added and it's supposed
to hold CNI pod name for cni_ds_init to be able to identify the pod.
* `lock_path` option of oslo_concurrency is no longer needed to be set,
default value is defined by OSLO_LOCK_PATH environment variable.