sudo /usr/bin/virt-install \
--connect qemu:///system \
--disk path=/var/lib/libvirt/images/trusty-maas-test.img,bus=virtio,size=20 \
--extra-args "locale=en_US.UTF-8 console-keymaps-at/keymap=us console-setup/ask_detect=false console-setup/layoutcode=us keyboard-configuration/layout=USA keyboard-configuration/variant=US netcfg/get_hostname=maas-test netcfg/get_domainname=maas netcfg/disable_dhcp=true netcfg/get_ipaddress=192.168.100.4 netcfg/get_netmask=255.255.25
--location /home/desrod/Downloads/ubuntu-14.04.4-server-amd64.iso \
--network network=maas_public,model=virtio \
--name trusty-test-node \
--os-type linux \
--ram 8192 \
--vcpus sockets=2,cores=4,threads=2 \
-v