Thanks!
quickstart.rst indicates that the second interfaces needs an IP Address whereas in reality it does not as it's a neutron external.
::
ip addr show
Bring up the second network interface if it is down.
ip link set ens4 up
Verify if the second interface has an IP address.
Thanks!
quickstart.rst indicates that the second interfaces needs an IP Address whereas in reality it does not as it's a neutron external.
::
ip addr show
Bring up the second network interface if it is down.
::
ip link set ens4 up
Verify if the second interface has an IP address.
::
ip addr show