In a scenario when the contrail API servers list could not be queried from the relations, the contrail-openstack charm renders an empty list in the ContrailPlugin.ini.
https://github.com/tungstenfabric/tf-charms/blob/master/contrail-openstack/hooks/contrail_openstack_utils.py#L252
should not return list(), but set juju status to blocked and claim that a mandatory relation data is missing (and maybe should remove and add the contrail-controller relation)
In a scenario when the contrail API servers list could not be queried from the relations, the contrail-openstack charm renders an empty list in the ContrailPlugin.ini.
https://github.com/tungstenfabric/tf-charms/blob/master/contrail-openstack/hooks/contrail_openstack_utils.py#L252
should not return list(), but set juju status to blocked and claim that a mandatory relation data is missing (and maybe should remove and add the contrail-controller relation)