Remove 99-loopback.conf

Turns out 99-loopback.conf file isn't really required when running
kuryr-kubernetes. This commit removes its installation from DevStack
plugin and CNI Docker image.

Change-Id: I8f2097287df907675c4113cd225a7ee9f6cd7ef1
This commit is contained in:
Michał Dulko 2017-10-09 15:32:20 +02:00
parent 6153afe812
commit e83627244f
3 changed files with 0 additions and 8 deletions

View File

@ -7,7 +7,6 @@ function cleanup() {
cni_bin_path="$2"
rm -f "${cni_conf_path}/10-kuryr.conf"
rm -f "${cni_conf_path}/99-loopback.conf"
rm -f "${cni_bin_path}/kuryr-cni"
rm -f "${cni_bin_path}/kuryr-cni-bin"
rm -rf /etc/kuryr

View File

@ -437,9 +437,6 @@ function prepare_kubelet {
sudo install -o "$STACK_USER" -m 0664 -D \
"${KURYR_HOME}${kubelet_plugin_dir}/10-kuryr.conf" \
"${CNI_CONF_DIR}/10-kuryr.conf"
sudo install -o "$STACK_USER" -m 0664 -D \
"${KURYR_HOME}${kubelet_plugin_dir}/99-loopback.conf" \
"${CNI_CONF_DIR}/99-loopback.conf"
}
function run_k8s_kubelet {

View File

@ -1,4 +0,0 @@
{
"cniVersion": "0.3.0",
"type": "loopback"
}