How to link a router from one project to a subnet in another project?
Hi,
I'm trying to create a connection between networks in different projects. I'm trying to do this by trying to create a port via openstack port create --device <router-id> --network <network-id> --enable --fixed-ip subnet=<subnet-id>,ip-address=<ip-address> --device-owner network:router_interface <name>
.
Now, I know that I can't do this unless I'm an admin user, which I am, but despite all this, the port stays in status DOWN
.
What am I missing?
We're using OpenVSwitch for networking, if that matters for this.