I'm using openstack liberty.
I have the following network environment:
two networks A and B
network A has a router with external connection
network B has a router without external connection
When I launch a vm in both of those networks I need it to have the default gateway to be pointing to network A, where the external router is.
I tried lauching 5 vms through horizon and gateway assign seems to be random: 3 vms got gateway in network B, 2 vms in network A.
Does openstack have any options to configure it? Modifying the gateway by hand after it launches is not an option.