1. c99d4ad Merge pull request #102 from cloudbuilders/cache_images_kvm by Jesse Andrews · 14 years ago
  2. 00dcc06 put them in the right place by Jesse Andrews · 14 years ago
  3. 244655f copy to a directory not file by Jesse Andrews · 14 years ago
  4. 9173d06 typo by Jesse Andrews · 14 years ago
  5. 6065772 cache the images by Jesse Andrews · 14 years ago
  6. 73e5a1a Merge pull request #94 from cloudbuilders/redo_clone by Jesse Andrews · 14 years ago
  7. 6e34422 Merge pull request #97 from cloudbuilders/fix_paste by Jesse Andrews · 14 years ago
  8. a03b99d Fix typos by Dean Troyer · 14 years ago
  9. 42940a4 Merge branch 'image' by Dean Troyer · 14 years ago
  10. ecc5a90 Add check for version compatibility by Dean Troyer · 14 years ago
  11. e753fdf Add get_uec_image.sh by Dean Troyer · 14 years ago
  12. c2b3cf7 switch back to https (to get around firewall issues) by Jesse Andrews · 14 years ago
  13. d986caf Merge pull request #99 from cloudbuilders/fix_nbd_connect by Jesse Andrews · 14 years ago
  14. 9d8e8cf association seems to take a bit longer on multi host configs by Anthony Young · 14 years ago
  15. 70506b1 in multi mode, send gratuitous arp by Anthony Young · 14 years ago
  16. 216ad69 fix basename invocation by Anthony Young · 14 years ago
  17. efb88d6 Merge pull request #95 from cloudbuilders/simplify by sleepsonthefloor · 14 years ago
  18. 6856536 Fix issue #98 - wait till nbd is connected using method in nova's disk.py by Anthony Young · 14 years ago
  19. 8ecd294 only attempt to ping private ip for single node deployments by Anthony Young · 14 years ago
  20. e959d83 add deps for diablo volumes by Anthony Young · 14 years ago
  21. 381591a raise error if stack.sh failed by Jesse Andrews · 14 years ago
  22. 42dc9a7 this is why we do a test run before merging by Jesse Andrews · 14 years ago
  23. f70569e don't modify the paste.ini inplace - copy to nova, then modify by Jesse Andrews · 14 years ago
  24. ac1831e simplify uec image url parsing by Jesse Andrews · 14 years ago
  25. e09a6e4 update comment by Jesse Andrews · 14 years ago
  26. 9fef844 use git clean - thanks lundy by Jesse Andrews · 14 years ago
  27. 480644b error in conversion by Jesse Andrews · 14 years ago
  28. b9b3ad4 some of the files are owned by root by Jesse Andrews · 14 years ago
  29. 917c665 use variable names for git_clone function by Jesse Andrews · 14 years ago
  30. eeec020 another attempt at reclone which preserves existing git object dir by Jesse Andrews · 14 years ago
  31. 24997f6 Merge branch 'master' of github.com:cloudbuilders/devstack by Jesse Andrews · 14 years ago
  32. 87a73e8 only run apt-get install if needed - fixes multiple builds being kicked off at once by Jesse Andrews · 14 years ago
  33. 8e1e344 Merge pull request #93 from cloudbuilders/fix-ec2 by Jesse Andrews · 14 years ago
  34. f56e395 Make ec2 credentials work properly by Vishvananda Ishaya · 14 years ago
  35. 23867b7 Merge branch 'master' of github.com:cloudbuilders/devstack into dt-oneric by Dean Troyer · 14 years ago
  36. fcfa9c3 Add oneiric to supported list by Dean Troyer · 14 years ago
  37. 38198d3 Merge pull request #92 from cloudbuilders/dt-oneric by Dean Troyer · 14 years ago
  38. 9af93e9 Add oneric to supported list by Dean Troyer · 14 years ago
  39. e61f318 use HOST_IP as in stack.sh by Jesse Andrews · 14 years ago
  40. f75d848 openrc should use same variables as stack.sh by Jesse Andrews · 14 years ago
  41. f5ecd5b Add comment about why the sleep is there by Jesse Andrews · 14 years ago
  42. 61e0a2e don't explode if domain doesn't already exist in build_kvm.sh by Jesse Andrews · 14 years ago
  43. b169b63 typo in setting root password by Jesse Andrews · 14 years ago
  44. 4b8ab92 errexit for build_kvm.sh by Jesse Andrews · 14 years ago
  45. 1369c05 can't unmount if cwd is in copy by Jesse Andrews · 14 years ago
  46. 6fc7101 documentation on exercise by Jesse Andrews · 14 years ago
  47. 540b988 change to git:// from https:// remotes by Jesse Andrews · 14 years ago
  48. f1bfba2 document how to overwrite the debug settings by Jesse Andrews · 14 years ago
  49. f0a4330 diablo branch for noVNC by Jesse Andrews · 14 years ago
  50. 82040df update build lxc/kvm variables to GUEST instead of CONTAINER by Jesse Andrews · 14 years ago
  51. ccc11c9 use CONTAINER_NAME instead of CONTAINER like build_kvm.sh by Jesse Andrews · 14 years ago
  52. ec1d031 libvirt.xml needs to be created in correct location by Jesse Andrews · 14 years ago
  53. 9c85373 typo - fixes issue #90 by Jesse Andrews · 14 years ago
  54. f299dee Merge pull request #91 from cloudbuilders/dt-build_kvm by Jesse Andrews · 14 years ago
  55. d033291 Rename BASE_IMAGE_COPY to VM_IMAGE by Dean Troyer · 14 years ago
  56. ad57a3a Change hard-coded natty to DIST_NAME by Dean Troyer · 14 years ago
  57. e4f030f Add CONTAINER_NAME to BASE_IMAGE_COPY value by Dean Troyer · 14 years ago
  58. 35a5349 Merge pull request #89 from cloudbuilders/openrc by Jesse Andrews · 14 years ago
  59. 47d265b Merge pull request #63 from dtroyer/2-checkout-devstack by Jesse Andrews · 14 years ago
  60. 13050a8 Merge pull request #85 from cloudbuilders/n-vol by Jesse Andrews · 14 years ago
  61. 8063e6f Merge pull request #83 from jeblair/master by Jesse Andrews · 14 years ago
  62. 698fc61 Merge remote-tracking branch 'cloudbuilders/master' by James E. Blair · 14 years ago
  63. a7e2bfb disable n-vol by default for now by Anthony Young · 14 years ago
  64. 6960eff parameterize ram/cores in build_kvm by Jesse Andrews · 14 years ago
  65. d81ed03 allow overrides for all params by Anthony Young · 14 years ago
  66. 6993746 add some sleeps to help figure out mount error by Anthony Young · 14 years ago
  67. d781efd fix space by Anthony Young · 14 years ago
  68. babb2e0 re-order cleanup calls by Anthony Young · 14 years ago
  69. d4ddf3d Merge remote-tracking branch 'origin/master' into openrc by Anthony Young · 14 years ago
  70. 6374758 Merge remote-tracking branch 'origin/master' by Anthony Young · 14 years ago
  71. 03c1fa6 use CONTAINER_NAME, like lxc, and use default semi-unique mac addresses by Anthony Young · 14 years ago
  72. fb0510b Merge pull request #86 from smoser/localdev by Jesse Andrews · 14 years ago
  73. b22263a tweaks per jesse comments by Anthony Young · 14 years ago
  74. 6ab10d4 add an openrc file so that users can easily use the client by Anthony Young · 14 years ago
  75. 7057ae9 Reduce timeouts to 60 seconds. by James E. Blair · 14 years ago
  76. ee1b495 add non-interactive flags to apt. by Scott Moser · 14 years ago
  77. 199d76e redirect output of rabbitmq install (LP: #878600) by Scott Moser · 14 years ago
  78. acff87a initial support for volumes by Anthony Young · 14 years ago
  79. cfddc12 Merge pull request #84 from cloudbuilders/fixwhite by Jesse Andrews · 14 years ago
  80. 9b35367 fix whitespace by Vishvananda Ishaya · 14 years ago
  81. 92e8199 Add bare-metal build scripts. by James E. Blair · 14 years ago
  82. 148b13a Merge pull request #82 from cloudbuilders/build_kvm by sleepsonthefloor · 14 years ago
  83. 3ee09ec now works with natty by Anthony Young · 14 years ago
  84. 5086e71 point novnc at master, like trunk by Anthony Young · 14 years ago
  85. 9c0fdd7 parameterize nbd dev by Anthony Young · 14 years ago
  86. d51812d working build_kvm by Anthony Young · 14 years ago
  87. 67243ce Merge remote-tracking branch 'origin/build_kvm' into build_kvm by Anthony Young · 14 years ago
  88. 728e944 Merge branch 'build_kvm', remote-tracking branch 'origin' into build_kvm by Anthony Young · 14 years ago
  89. 0e0affd Merge pull request #67 from dtroyer/7-stack-home by Jesse Andrews · 14 years ago
  90. f1a9814 Merge branch 'master' of github.com:cloudbuilders/devstack by Jesse Andrews · 14 years ago
  91. a50a346 standardize mysql/rabbit password/user settings by Jesse Andrews · 14 years ago
  92. ee506ac Merge pull request #80 from cloudbuilders/no-sudo by vishvananda · 14 years ago
  93. df4df7a Merge pull request #77 from dtroyer/usb-syslinux by Jesse Andrews · 14 years ago
  94. fe95e0f only chown if needed (fixes nfs issue) by Jesse Andrews · 14 years ago
  95. c8d9ce4 vish points out that sudo isn't needed here since DEST is owned by user by Jesse Andrews · 14 years ago
  96. fa4b5eb more progress on build_kvm by Anthony Young · 14 years ago
  97. 3fc8571 Merge pull request #79 from cloudbuilders/docs by vishvananda · 14 years ago
  98. aab7eae docs by Jesse Andrews · 14 years ago
  99. 51fb22e update comments and added check for double mount bug by Jesse Andrews · 14 years ago
  100. f6f5227 console log by Anthony Young · 14 years ago