1. af6ed6b source stackrc by Anthony Young · 14 years ago
  2. 2cec3dc unpause paused instances before terminating by Anthony Young · 14 years ago
  3. 4bd41ad deleting build_kvm.sh in favor of build_libvirt.sh by Jesse Andrews · 14 years ago
  4. 1d1dda1 allow build_libvirt.sh not to destroy/recreate net by Jesse Andrews · 14 years ago
  5. 037d3bd Merge pull request #143 from cloudbuilders/fix_races by Jesse Andrews · 14 years ago
  6. 55c0273 Trap SIGINT, etc and release used resources by Dean Troyer · 14 years ago
  7. f0dca55 fix typos by Anthony Young · 14 years ago
  8. 2826911 Merge remote-tracking branch 'origin/master' into fix_races by Dean Troyer · 14 years ago
  9. dccd6b9 Add map_nbd function by Dean Troyer · 14 years ago
  10. 1de18c6 Changes to make exercise.sh work with xen by Anthony Young · 14 years ago
  11. 2567c81 Update for variable dist name by Dean Troyer · 14 years ago
  12. a06ac1c build_libvirt should check for completion not failure by Jesse Andrews · 14 years ago
  13. 02a0869 Merge pull request #130 from cloudbuilders/fix_races by Jesse Andrews · 14 years ago
  14. 6fe687b Cleanups for NBD and GRUB2 by Dean Troyer · 14 years ago
  15. 981f194 Merge pull request #131 from cloudbuilders/xen_env by Jesse Andrews · 14 years ago
  16. 7a56973 Address NBD race by Dean Troyer · 14 years ago
  17. a1a9077 copy over ssh keys and other env by Anthony Young · 14 years ago
  18. 71745fe Address races in NBD and images by Dean Troyer · 14 years ago
  19. 2dfdbc9 Fix up sources.list by Dean Troyer · 14 years ago
  20. 2c1a2d5 Switch to e2fsck by Dean Troyer · 14 years ago
  21. c2ddc97 Leave downloaded image untouched by Dean Troyer · 14 years ago
  22. 8b42562 Merge pull request #128 from cloudbuilders/grub1 by Jesse Andrews · 14 years ago
  23. 4e20969 Remove GRUB 1 config by Dean Troyer · 14 years ago
  24. 04156db attempt to fix path issues by Jesse Andrews · 14 years ago
  25. 97c8474 sources.list needs to support multiple dists - #124 by Jesse Andrews · 14 years ago
  26. 0d0cddd don't need to reboot with proper console by Jesse Andrews · 14 years ago
  27. 1634196 don't show the grep in build_libvirt.sh by Jesse Andrews · 14 years ago
  28. 0a24783 attempt to get around the tail not outputing issue by Jesse Andrews · 14 years ago
  29. b07381f nbd default via the guest network by Jesse Andrews · 14 years ago
  30. ddcc36d try to overwrite the overwrite by Jesse Andrews · 14 years ago
  31. 2c5201b can't figure out cloudinit by Jesse Andrews · 14 years ago
  32. ed8aa54 try ds=nocloud-net;h=foo by Jesse Andrews · 14 years ago
  33. 932649f proper way of setting hostname using uec kernel params by Jesse Andrews · 14 years ago
  34. 7e4a33b another attemp at setting guest name by Jesse Andrews · 14 years ago
  35. fd584eb set hostname using uec kernel options by Jesse Andrews · 14 years ago
  36. 5f894cd typo by Jesse Andrews · 14 years ago
  37. b0559b2 having work_dir in here complicates jenkins by Jesse Andrews · 14 years ago
  38. d6ee73f blow up if CACHEDIR doesn't exist by Jesse Andrews · 14 years ago
  39. 2b7d221 switch to uec by Jesse Andrews · 14 years ago
  40. 19d6287 another attempt at exclude by Jesse Andrews · 14 years ago
  41. 16ba919 use rsync so we can exclude the work_dir by Jesse Andrews · 14 years ago
  42. 3198974 topdir should be a real path by Jesse Andrews · 14 years ago
  43. 7fa5613 fix sourcing by Jesse Andrews · 14 years ago
  44. 489edb0 don't need bridge by Jesse Andrews · 14 years ago
  45. e97a2e7 convert build_kvm to build_libvirt - using libvirt net by Jesse Andrews · 14 years ago
  46. ca85b79 changing dash to horizon by Tres Henry · 14 years ago
  47. 082cc3b Merge remote-tracking branch 'origin/master' into xen by Anthony Young · 14 years ago
  48. 1fdddf8 remove extraneous doc by Anthony Young · 14 years ago
  49. d395b3a add --no-check-certificate so that document procedure works by Anthony Young · 14 years ago
  50. b957a85 fix for #109 - set the hostname to GUEST_NAME by Anthony Young · 14 years ago
  51. 138b283 clean up setting of hostname by Anthony Young · 14 years ago
  52. ea1290a use better bridge names by Anthony Young · 14 years ago
  53. d7f29e6 update docs to tell how to get xs5.6sp2 by Anthony Young · 14 years ago
  54. f54bc06 fix typo by Anthony Young · 14 years ago
  55. 91f58c9 fix grammar by Anthony Young · 14 years ago
  56. f6ef569 make vm net ip configurable by Anthony Young · 14 years ago
  57. fe1c6de fix license by Anthony Young · 14 years ago
  58. 2a4a342 fix typo by Anthony Young · 14 years ago
  59. a693655 use GUEST_PASSWORD instead of PASSWORD by Anthony Young · 14 years ago
  60. 876e4b9 give dummy ip to eth1 by Anthony Young · 14 years ago
  61. 3eb8f59 some tweaks and doc improvements by Anthony Young · 14 years ago
  62. cc5028d Merge remote-tracking branch 'origin/master' into xen by Anthony Young · 14 years ago
  63. 1a09ea4 update docs by Anthony Young · 14 years ago
  64. b62b4ca Initial commit of xen devstack support by Anthony Young · 14 years ago
  65. 70188b3 add image caching to lxc by Jesse Andrews · 14 years ago
  66. f2a343b Convert to use UEC images by Dean Troyer · 14 years ago
  67. 5cc7ebd Merge branch 'master' of github.com:cloudbuilders/devstack into uec-image by Dean Troyer · 14 years ago
  68. a0cf3c8 Do update copies by Dean Troyer · 14 years ago
  69. e33c5f6 Extract boot kernel from ramdisk image by Dean Troyer · 14 years ago
  70. 7920b0f Wait for partition device to appear by Dean Troyer · 14 years ago
  71. ad21d1a raise an error if stack fails in lxc by Jesse Andrews · 14 years ago
  72. ae60556 Always resize the root filesystem by Dean Troyer · 14 years ago
  73. ea442c1 Install a generic kernel in the ramdisk image by Dean Troyer · 14 years ago
  74. 7b1aa5b Merge branch 'master' of github.com:cloudbuilders/devstack by Jesse Andrews · 14 years ago
  75. 7d45a0f default the root password to admin password and don't fail if group already exists by Jesse Andrews · 14 years ago
  76. c99d4ad Merge pull request #102 from cloudbuilders/cache_images_kvm by Jesse Andrews · 14 years ago
  77. 00dcc06 put them in the right place by Jesse Andrews · 14 years ago
  78. 244655f copy to a directory not file by Jesse Andrews · 14 years ago
  79. 9173d06 typo by Jesse Andrews · 14 years ago
  80. 6065772 cache the images by Jesse Andrews · 14 years ago
  81. 61be924 Final ramdisk must be a filesystem image by Dean Troyer · 14 years ago
  82. a6466e0 Initial conversion to use UEC images by Dean Troyer · 14 years ago
  83. a03b99d Fix typos by Dean Troyer · 14 years ago
  84. 42940a4 Merge branch 'image' by Dean Troyer · 14 years ago
  85. ecc5a90 Add check for version compatibility by Dean Troyer · 14 years ago
  86. e753fdf Add get_uec_image.sh by Dean Troyer · 14 years ago
  87. 6856536 Fix issue #98 - wait till nbd is connected using method in nova's disk.py by Anthony Young · 14 years ago
  88. 381591a raise error if stack.sh failed by Jesse Andrews · 14 years ago
  89. 87a73e8 only run apt-get install if needed - fixes multiple builds being kicked off at once by Jesse Andrews · 14 years ago
  90. fcfa9c3 Add oneiric to supported list by Dean Troyer · 14 years ago
  91. 9af93e9 Add oneric to supported list by Dean Troyer · 14 years ago
  92. f5ecd5b Add comment about why the sleep is there by Jesse Andrews · 14 years ago
  93. 61e0a2e don't explode if domain doesn't already exist in build_kvm.sh by Jesse Andrews · 14 years ago
  94. b169b63 typo in setting root password by Jesse Andrews · 14 years ago
  95. 4b8ab92 errexit for build_kvm.sh by Jesse Andrews · 14 years ago
  96. 1369c05 can't unmount if cwd is in copy by Jesse Andrews · 14 years ago
  97. 82040df update build lxc/kvm variables to GUEST instead of CONTAINER by Jesse Andrews · 14 years ago
  98. ccc11c9 use CONTAINER_NAME instead of CONTAINER like build_kvm.sh by Jesse Andrews · 14 years ago
  99. ec1d031 libvirt.xml needs to be created in correct location by Jesse Andrews · 14 years ago
  100. d033291 Rename BASE_IMAGE_COPY to VM_IMAGE by Dean Troyer · 14 years ago