Advertisement
xtree1

Untitled

Dec 29th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "brand": "kvm",
  3. "vcpus": 2,
  4. "alias": "win7_ibm",
  5. "autoboot": true,
  6. "ram": 4096,
  7. "disks": [
  8. {
  9. "boot": true,
  10. "model": "virtio",
  11. "size": 66560
  12. }
  13. ],
  14. "nics": [
  15. {
  16. "nic_tag": "admin",
  17. "model": "virtio",
  18. "ip": "dhcp",
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement