Last active
August 29, 2015 14:05
-
-
Save hagix9/8751b0d3a14341282a73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#demo-openstack | |
sudo -i | |
mkdir -p /opt/virt/kvm | |
wget -N http://oss.fulltrust.co.jp/disk_images/STACK01.img -P /opt/virt/kvm | |
wget -N http://oss.fulltrust.co.jp/disk_images/stack01.kvm -P /opt/virt/kvm | |
virsh define /opt/virt/kvm/stack01.kvm | |
virsh start STACK01 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment