I want to add a new server with
juju add-unit nova-compute
that does not have the same newtwork interfaces names than the other servers , my cloud was configured with
data-port: &data-port br-ex:eno2
but the new server has eno0, ens1, eth1, eth2, and eth3
how do I tell nova compute witch interface to use?