It turns out that the issue is caused by a missing network interface.
I have vault in a network space but nova-compute doesn't have an interface attached to that network space.
Hence relation data doesn't have a valid ingress address since they are not in the same subnet.
Adding an interface in the same network space to nova-compute solved the issue.
It turns out that the issue is caused by a missing network interface.
I have vault in a network space but nova-compute doesn't have an interface attached to that network space.
Hence relation data doesn't have a valid ingress address since they are not in the same subnet.
Adding an interface in the same network space to nova-compute solved the issue.