1. c6e0fc3 Merge pull request #178 from chmouel/swift-admin-user-is-members by Jesse Andrews · 14 years ago
  2. 8d6c7c4 Merge pull request #179 from chmouel/swift-install-memcache-with-swkeystone by sleepsonthefloor · 14 years ago
  3. bc714cd Merge pull request #180 from chmouel/swift-make-work-on-rerun by Jesse Andrews · 14 years ago
  4. 2f2160e Force creation of the symlink. by Chmouel Boudjnah · 14 years ago
  5. 6f98f22 Merge pull request #144 from cloudbuilders/exercises by Jesse Andrews · 14 years ago
  6. b74b74a permissions by Jesse Andrews · 14 years ago
  7. 16b6efa merge origin/master by Jesse Andrews · 14 years ago
  8. 904b0d7 Install memcached with swift+keystone midleware. by Chmouel Boudjnah · 14 years ago
  9. ce1b4a2 Admin group is Member. by Chmouel Boudjnah · 14 years ago
  10. aa4aa2e Merge pull request #173 from cloudbuilders/warm by sleepsonthefloor · 14 years ago
  11. e228093 some cleanup for utility scripts by Anthony Young · 14 years ago
  12. c1024d8 tweaks to warm script, add script to configure stack user by Anthony Young · 14 years ago
  13. 5945e1e Merge pull request #176 from cloudbuilders/cloud-utils by Jesse Andrews · 14 years ago
  14. 593e9aa fix message - no natty support by Anthony Young · 14 years ago
  15. 5605ec1 now that we are using apt-get download this file doesn't speed things up that much by Jesse Andrews · 14 years ago
  16. e28f775 install cloud-utils, so that we have resize-part-image by Anthony Young · 14 years ago
  17. c1ea5ec Merge pull request #174 from cloudbuilders/force-release by Jesse Andrews · 14 years ago
  18. e830c78 Merge pull request #171 from jaypipes/glance-cleanups by sleepsonthefloor · 14 years ago
  19. 7e436c2 use dhcp_release by Vishvananda Ishaya · 14 years ago
  20. 208ae2f fix some comments by Anthony Young · 14 years ago
  21. 8655bf0 more checks to make sure script is run as intended by Anthony Young · 14 years ago
  22. 069f2f7 +x by Anthony Young · 14 years ago
  23. e7fa909 script to warm apts/pips on a base image, to speed up performace of build_ scripts by Anthony Young · 14 years ago
  24. 8957fea Comment out log_file options in glance configs by Jay Pipes · 14 years ago
  25. 08c999d Merge pull request #167 from cloudbuilders/trunk-fixes by sleepsonthefloor · 14 years ago
  26. 92c9a4d Merge pull request #169 from jeblair/master by Jesse Andrews · 14 years ago
  27. 2403e71 Merge pull request #168 from cloudbuilders/uec-simple by sleepsonthefloor · 14 years ago
  28. e3c47a3 parameterize vm size, improve metadata, conditional for ubuntu version by Jesse Andrews · 14 years ago
  29. 955e5e7 don't need static uec meta/user data since we generate by Jesse Andrews · 14 years ago
  30. f0b41f3 update for why we sleep by Jesse Andrews · 14 years ago
  31. 6cbf287 Fix typo in exercise.sh by James E. Blair · 14 years ago
  32. 9812ffb clean up service token by Vishvananda Ishaya · 14 years ago
  33. dca8900 destroying the network isn't enough to delete the leases by Jesse Andrews · 14 years ago
  34. 02cc96c increase the dhcp range by Jesse Andrews · 14 years ago
  35. 1a5a65f Merge pull request #164 from cloudbuilders/xen_multi by Jesse Andrews · 14 years ago
  36. 6e3a4c5 run hostname on remote server by Jesse Andrews · 14 years ago
  37. b17c4f3 make sure hostname resolves by Jesse Andrews · 14 years ago
  38. 662e1b0 Merge pull request #163 from cloudbuilders/toddexercises by Jesse Andrews · 14 years ago
  39. d55a515 egrep needed for parens by Jesse Andrews · 14 years ago
  40. dadb07f Switch the way we check for completion by Jesse Andrews · 14 years ago
  41. c7f72ad should speed up by 20 seconds - sudo and no sleep by Jesse Andrews · 14 years ago
  42. 00d6bc6 Don't forget to echo so we can find it by Jesse Andrews · 14 years ago
  43. 53d7533 pull DIST_NAME from source by Jesse Andrews · 14 years ago
  44. 5f4ae10 chown should be to stack user, not root by Jesse Andrews · 14 years ago
  45. ab6105c sleep half a second to allow bash to start in screen by Jesse Andrews · 14 years ago
  46. 11416bf use the right revision by Jesse Andrews · 14 years ago
  47. 0c00895 accidentally running stack.sh ... by Jesse Andrews · 14 years ago
  48. 81881ec use the right devstack sha by Jesse Andrews · 14 years ago
  49. 6b1c26e use the provided localrc by Jesse Andrews · 14 years ago
  50. 9102d45 resize the uec image by Jesse Andrews · 14 years ago
  51. 446a330 another attempt at userdata by Jesse Andrews · 14 years ago
  52. 2d40c26 git clone by Jesse Andrews · 14 years ago
  53. e735833 more userdata by Jesse Andrews · 14 years ago
  54. 63cb923 more userdata by Jesse Andrews · 14 years ago
  55. 7306f3b more metadata by Jesse Andrews · 14 years ago
  56. 9645b0c kill ... by Jesse Andrews · 14 years ago
  57. cc03cc8 kill works by Jesse Andrews · 14 years ago
  58. 3ce79aa improve kill by Jesse Andrews · 14 years ago
  59. 947a765 switch lsof syntax by Jesse Andrews · 14 years ago
  60. d7ce7af set the hostname by Jesse Andrews · 14 years ago
  61. ee34f62 kill the old metadata process by Jesse Andrews · 14 years ago
  62. e49f751 force the uec to be recreated by Jesse Andrews · 14 years ago
  63. 438ea57 typo by Jesse Andrews · 14 years ago
  64. f504e28 don't need to spawn a bash by Jesse Andrews · 14 years ago
  65. 9ed6bbd attempt to run the metadata service by Jesse Andrews · 14 years ago
  66. 6416407 simple metadata service by Jesse Andrews · 14 years ago
  67. 63fa7ab tweaks by Jesse Andrews · 14 years ago
  68. a628262 let dhcp work by Jesse Andrews · 14 years ago
  69. f5a7691 closer to fine by Jesse Andrews · 14 years ago
  70. 3b76858 extract tarball in image dir by Jesse Andrews · 14 years ago
  71. 96dffbc uec_url should be underscore by Jesse Andrews · 14 years ago
  72. 228f246 work towards booting by Jesse Andrews · 14 years ago
  73. 9fc02e0 Merge pull request #165 from cloudbuilders/service_timeout by sleepsonthefloor · 14 years ago
  74. 5f03932 make some changes prepping for trunk branch by Vishvananda Ishaya · 14 years ago
  75. f0f1f69 Merge pull request #166 from cloudbuilders/get_uec_image by Jesse Andrews · 14 years ago
  76. 8b3eb5f work towards simpiler uec by Jesse Andrews · 14 years ago
  77. 43392f7 Beef up error handling (#886666) by Dean Troyer · 14 years ago
  78. 2bbcd68 Add SERVICE_TIMEOUT by Dean Troyer · 14 years ago
  79. 3ef87ee Merge branch 'toddexercises' of github.com:cloudbuilders/devstack into toddexercises by Todd Willey · 14 years ago
  80. 9a3066f RUNNING_TIMEOUT = BOOT_TIMEOUT + ACTIVE_TIMEOUT by Todd Willey · 14 years ago
  81. 0367cf1 remove spacicolons. by Todd Willey · 14 years ago
  82. 40b5737 fix comment by Anthony Young · 14 years ago
  83. 346e491 add script that demonstrates separation of head abd compute roles when using xen by Anthony Young · 14 years ago
  84. 49946a1 proper path for arping in sudoers by Jesse Andrews · 14 years ago
  85. 5f3f21f Merge pull request #161 from cloudbuilders/lessapt by sleepsonthefloor · 14 years ago
  86. 3e6ec23 Pull in swift testing from master. by Todd Willey · 14 years ago
  87. 9e9132d Exercises: euca bugfix, output cleanup. by Todd Willey · 14 years ago
  88. 2599b31 Wrap exercises with master script, with logs, and move common variables. by Todd Willey · 14 years ago
  89. f576310 Merge pull request #162 from cloudbuilders/volpath by Jesse Andrews · 14 years ago
  90. f7fe442 Merge branch 'fix_cache' into lessapt by Anthony Young · 14 years ago
  91. ca2c047 fix caching so that there is the ability to download services without installing them. This is done with a #NOPRIME comment in apts/files/ by Anthony Young · 14 years ago
  92. b244ef3 Use $DEST for volume backing file. by Todd Willey · 14 years ago
  93. cc19748 Merge pull request #160 from cloudbuilders/mk_cachedir by Jesse Andrews · 14 years ago
  94. 1468133 only download - don't install apts - also pip install by Jesse Andrews · 14 years ago
  95. 23324e9 create the uec cachedir if it doesn't exist. Otherwise build_libvirt fails on clean installs by Anthony Young · 14 years ago
  96. a81bbbd Merge pull request #157 from cloudbuilders/swift-config-location by Chmouel Boudjnah · 14 years ago
  97. 05ffac1 Merge pull request #159 from chmouel/swift-excercise-only-when-enabled by Chmouel Boudjnah · 14 years ago
  98. 53ca603 Only run swift excercise when swift is enabled. by Chmouel Boudjnah · 14 years ago
  99. e1664a4 Merge pull request #158 from chmouel/swift-shush-question-if-not-needed by sleepsonthefloor · 14 years ago
  100. b2857e4 Only ask for swift_hash if swift is enabled. by Chmouel Boudjnah · 14 years ago