Comment 2 for bug 1751804

Revision history for this message
Trinh Nguyen (dangtrinhnt) wrote : Re: KURYR_NEUTRON_DEFAULT_EXT_SVC_NET net was not created in devstack during intallation

Hi Yossi,

I figured that out, it's the Tacker's K8S VIM implementation (devstack) does not create the KURYR_NEUTRON_DEFAULT_EXT_SVC_NET name 'public' so the kuryr plugin script will fail.

Here is the local.conf:

https://github.com/openstack/tacker/blob/master/devstack/local.conf.example#L70

And here is how the networks were created by k8s vim plugin

https://github.com/openstack/tacker/blob/master/devstack/lib/kubernetes_vim

I'm working on a patch on Tacker project to adapt the new change of Kuryr-K8S.

Thanks,