Hi Neutrinos -
Calico's plugin has recently started failing CI, at the point where devstack initial network creation does "openstack router create ...", with the classic error "'NoneType' object is not iterable" [1], and I think this is because openstackclient assumes [2] that the returned router dict will always have a 'routes' field.
If my analysis is correct, is that a correct assumption, or should openstackclient be more forgiving here?
Many thanks,
Neil