1. 7a8989e fix doc by Anthony Young · 14 years ago
  2. 120f486 allow multiple images by Anthony Young · 14 years ago
  3. 93947e5 improve docs by Anthony Young · 14 years ago
  4. 0ab1d46 Allow user to download and install arbitrary images by Anthony Young · 14 years ago
  5. 696b6a3 Merge remote-tracking branch 'origin/master' into image_config by Anthony Young · 14 years ago
  6. f2b5f88 starting work to extract image configuration so it isn't hard coded by Anthony Young · 14 years ago
  7. cf145b7 merge trunk, and also make sure localrc exists before running build_lxc.sh by Anthony Young · 14 years ago
  8. f8dfba1 Merge remote-tracking branch 'origin/master' into password_prompt by Anthony Young · 14 years ago
  9. 2e536a3 add some docs by Jesse Andrews · 14 years ago
  10. d5d5b68 Set sensible default for mysql client by Chmouel Boudjnah · 14 years ago
  11. 4bec581 add includedir entry to sudoers if its not there by Scott Moser · 14 years ago
  12. 55c9d3f fix writing of 50_stack_sh in sudoers by Scott Moser · 14 years ago
  13. df47967 fix STACK_DIR variable by Scott Moser · 14 years ago
  14. 102e440 fix bad usage of 'su'. instead use 'set -e'. by Scott Moser · 14 years ago
  15. b4db225 No need to check localrc for password. Also use TOP_DIR as described by smoser. by Anthony Young · 14 years ago
  16. f9da508 move setting variables and run-as-stack-user code by Scott Moser · 14 years ago
  17. 8ab1ade instead of 'newgrp' and a pipe, use 'sg' by Scott Moser · 14 years ago
  18. b94f4bf move 'how to use cloud' info outside of xtrace by Scott Moser · 14 years ago
  19. d67a18b make sure apt-get update is run by Scott Moser · 14 years ago
  20. 0d2145a some improvements to 'create stack user' path by Scott Moser · 14 years ago
  21. 7c48118 log output of stack.sh to logfile in current dir by Scott Moser · 14 years ago
  22. c4e47ab simplify script duration output by Scott Moser · 14 years ago
  23. 66b8bbc update msg by Anthony Young · 14 years ago
  24. 6015c82 use hard path to localrc by Anthony Young · 14 years ago
  25. 7a549f4 Prompt users for passwords, and write those passwords to localrc by Anthony Young · 14 years ago
  26. 74c084c Add option not to run bash after execing stack.sh by James E. Blair · 14 years ago
  27. 461bfdc delete instances needs sudo by Jesse Andrews · 14 years ago
  28. e430423 only mount cgroups if you haven't already by Jesse Andrews · 14 years ago
  29. 1c598da call novnc with flagfile by Anthony Young · 14 years ago
  30. f2aee71 use 10 bytes for dash password, as the UI truncates at 20 characters by Anthony Young · 14 years ago
  31. 06b7ad7 don't require uuidgen, as it isn't always in sparse natty installs by Anthony Young · 14 years ago
  32. 0031df0 spacing fixes by Jesse Andrews · 14 years ago
  33. 2abbdd4 fix comparisons by Jesse Andrews · 14 years ago
  34. 5372f43 update readmes by Jesse Andrews · 14 years ago
  35. 85d9be3 document images upload by Jesse Andrews · 14 years ago
  36. 08e8b74 add uec-natty by Jesse Andrews · 14 years ago
  37. a5e5f2a attempt to get the id from glance redux by Jesse Andrews · 14 years ago
  38. 2ff3f59 TODO: fix parsing of glance results by Andy Smith · 14 years ago
  39. 014e913 fix grabbing kernel/ramdisk by Jesse Andrews · 14 years ago
  40. 644b8e8 more documentation and attempt to fix glance add by Jesse Andrews · 14 years ago
  41. cbe98d5 more documentation by Jesse Andrews · 14 years ago
  42. 782b991 update docs by Jesse Andrews · 14 years ago
  43. 0e7e897 simple docs by Jesse Andrews · 14 years ago
  44. 53ed387 don't use guest for rabbitmq password - fixes #41 by Jesse Andrews · 14 years ago
  45. 89358af don't use secrete as admin password - fixes #34 by Jesse Andrews · 14 years ago
  46. c315ebf append to fstab correctly by Jesse Andrews · 14 years ago
  47. 8cfd8b6 apt-get needs sudo'd by Jesse Andrews · 14 years ago
  48. c6d3042 attempt to get lxc working #23 by Jesse Andrews · 14 years ago
  49. 9b6741e remove nixon & munin by Jesse Andrews · 14 years ago
  50. fa418f6 fixes #39 - use openssl to generate passwd for mysql by Jesse Andrews · 14 years ago
  51. 9f20f51 set service token in keystone's paste config for nova by Jesse Andrews · 14 years ago
  52. b96871e don't use the same keystone admin token for everything by Jesse Andrews · 14 years ago
  53. 6e9fae0 fixing stack's passwdless sudo by Jesse Andrews · 14 years ago
  54. cd10164 Make a stack user. Fixes #35 by Vishvananda Ishaya · 14 years ago
  55. c9e3fff autocreate a stack user if you are root instead of failing by Vishvananda Ishaya · 14 years ago
  56. 523c405 add elapsed time to script by termie · 14 years ago
  57. 197d53d small docs updates about localrc by termie · 14 years ago
  58. d462295 make sure user isn't running as root by Jesse Andrews · 14 years ago
  59. ba89a26 remove old comment by Anthony Young · 14 years ago
  60. 0383b4a Merge remote-tracking branch 'origin/master' into nova-vncproxy-redux by Anthony Young · 14 years ago
  61. 8f3e28c use the current user instead of stack for dash by Jesse Andrews · 14 years ago
  62. 527e341 changes to support the new nova-vnc wsproxy by Anthony Young · 14 years ago
  63. 34acee3 latest keystone configuration for python-novaclient and dash by Anthony Young · 14 years ago
  64. 124b0c2 fix apache config to suck less - don't require chown www-data by Anthony Young · 14 years ago
  65. e8fed48 use /opt/stack instead of /opt by Anthony Young · 14 years ago
  66. 9563361 Merge pull request #15 from cloudbuilders/stackrc by sleepsonthefloor · 14 years ago
  67. d8c259a use stackrc.example, and prompt user before copying by Anthony Young · 14 years ago
  68. 303233e tweaks to comments and cache organization by Anthony Young · 14 years ago
  69. 2f14020 implement stackrc for variable configuration (esp repos) by Anthony Young · 14 years ago
  70. b5197e4 allow network size to be set by Jesse Andrews · 14 years ago
  71. 8ff5dbc allow specification of scheduler and take flat interface from environmnet by Jesse Andrews · 14 years ago
  72. a72f7ad update network defaults by Jesse Andrews · 14 years ago
  73. 36d2527 more tweaks to get dash working by Anthony Young · 14 years ago
  74. 8530928 temporary changes to get openstack diablo working with keystone by Anthony Young · 14 years ago
  75. f33796e add python-virtualenv to deps, make keystone print to stdout by Anthony Young · 14 years ago
  76. 0d6de09 Re-enable munin by Dean Troyer · 14 years ago
  77. 40a3700 add IF EXISTS to DROP DATABASE statememnts, by root · 14 years ago
  78. c835762 fix typo by Anthony Young · 14 years ago
  79. a531b77 fixes to glance configuration so that we aren't creating files outside of /opt by Anthony Young · 14 years ago
  80. 9bf3d76 put user in correct directory when using screen by Anthony Young · 14 years ago
  81. b1bdd5e some cleanup of networking params by Anthony Young · 14 years ago
  82. 09fde81 sudo when killing dnsmasq by Anthony Young · 14 years ago
  83. d02d715 add token to glance call by Anthony Young · 14 years ago
  84. f12d3ab update glance to use keystone by Anthony Young · 14 years ago
  85. d000b22 add checks to make sure that services are started by Anthony Young · 14 years ago
  86. f96e59a Merge branch 'master' of github.com:cloudbuilders/devstack by Anthony Young · 14 years ago
  87. 7979979 better check for kvm support by Anthony Young · 14 years ago
  88. 5e2fc41 tweak intro by Jesse Andrews · 14 years ago
  89. a074800 move nova-manage commands below the conf generation by Anthony Young · 14 years ago
  90. 2580683 Merge pull request #11 from jakedahn/master by Jake Dahn · 14 years ago
  91. 3568125 Fixing munin by Jake Dahn · 14 years ago
  92. a16e5e9 move screen creation closer to where used by Jesse Andrews · 14 years ago
  93. d1879c5 default to kvm, but revert to qemu by Jesse Andrews · 14 years ago
  94. 9b01ffb Merge branch 'master' of github.com:cloudbuilders/devstack by Anthony Young · 14 years ago
  95. ec21d93 Configure keystone catalog for multihost use by Anthony Young · 14 years ago
  96. 1f71760 use newgrp to launch nova-compute in a new context by Jesse Andrews · 14 years ago
  97. e30432f attempt to fix group issue by Jesse Andrews · 14 years ago
  98. 1c9f0af add multi_host option by Anthony Young · 14 years ago
  99. eba18fb add note to fix the process of adding user to group by Jesse Andrews · 14 years ago
  100. 74e965f more updates to how images are installed by Jesse Andrews · 14 years ago