Zun

Installed zun in openstack with kolla-ansible (master branch installed/updated today). While trying to create a kuryr network with existing openstack private network, I'm getting an error

Bug #2035199 reported by Debasis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zun
New
Undecided
Unassigned

Bug Description

Installed zun in openstack with kolla-ansible (master branch installed/updated today). While trying to create a kuryr network with existing openstack private network, I'm getting the following error about CIDR.

kuryr.lib.exceptions.KuryrException: Another pool with same cidr exist. ipam and network options not used to pass pool name

If I try to create a completely new kuryr network, I get the following error

Error response from daemon: failed to update store for object type *libnetwork.endpointCnt: EOF

openstack@compute1:~$ sudo docker network list
NETWORK ID NAME DRIVER SCOPE
a5ea682e81c6 host host local
8014770d6dd7 none null local

(venv-kolla) openstack@user:~/kolla-ansible$ openstack network list
+--------------------------------------+----------------+--------------------------------------+
| ID | Name | Subnets |
+--------------------------------------+----------------+--------------------------------------+
| 2011ad6d-13c7-4ff0-b2b7-fbd75e166f2d | public1 | 1de25ec1-706f-4ecc-ad28-5a1791027596 |
| 80179014-c73a-4f8d-9fd4-6742ebe8eca6 | private | c7948619-ec8f-42e3-a82c-0983470dd5be |
| b2896302-0658-4340-913a-0401cf86bcb4 | test | ebac8169-bcef-4c18-a3fc-e871b9f41edd |
| e796cc62-109e-464e-b7fe-6c52645ce327 | private-shared | c13d7822-171f-4e87-9f8b-d4fb16f75ec8 |
+--------------------------------------+----------------+--------------------------------------+

How can I resolve the issue?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.