I tried to do: 1. openstack network create --share --external --provider-physical-network physnet1 --provider-network-type flat physnet1 2. openstack subnet create --no-dhcp --subnet-range 192.168.1.0/24 --network physnet1 physnet1-s1 Then I started a compute instance and attached this network.