1. Create a new libvirt network (other than your default 198.162.x.x) file: $ cat openstackvms.xml openstackvms d0e9964a-f91a-40c0-b769-a609aee41bf2 2. Define the above network: $ virsh net-define openstackvms.xml 3. Start the network and enable it for "autostart" $ virsh net-start openstackvms $ virsh net-autostart openstackvms 4. List your libvirt networks to see if it reflects: $ virsh net-list Name State Autostart Persistent ---------------------------------------------------------- default active yes yes openstackvms active yes yes 5. Optionally, list your bridge devices: $ brctl show bridge name bridge id STP enabled interfaces virbr0 8000.5254003339b3 yes virbr0-nic virbr1 8000.52540060f86e yes virbr1-nic