4fabd37e31
Kuryr repo has been split to kuryr and kuryr-libnetwork Change-Id: I6d05adf1de89611e2cb0f8469ed42ca1401ace56 Co-authored-by: Mohammad Banikazemi <mb@us.ibm.com> Partially-implements: bp kuryr-docker-plugin
7 lines
110 B
Bash
7 lines
110 B
Bash
#!/bin/bash
|
|
|
|
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
|
mkdir -p /usr/lib/docker/plugins/kuryr
|
|
exit 0
|
|
fi
|