summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Final versioning for Cactus2011.2Thierry Carrez2011-04-151-1/+1
|\
| * Final versioningThierry Carrez2011-04-131-1/+1
* | Rework GlanceImageService._translate_base() to not call BaseImageService._tra...2011.2rc1jaypipes@gmail.com2011-04-141-1/+2
|\ \
| * | Rework GlanceImageService._translate_base() to not call BaseImageService._tra...jaypipes@gmail.com2011-04-131-1/+2
|/ /
* | Try to be nicer to the DB when destroying a libvirt instance.Josh Kearney2011-04-131-0/+3
|\ \
| * | Don't hammer on the DBJosh Kearney2011-04-131-0/+3
| |/
* | Zero out volumes during deletion to prevent data leaking between usersJesse Andrews2011-04-132-0/+7
|\ \ | |/ |/|
| * jesse@aire.local to mailmapJesse Andrews2011-04-131-0/+1
| * re-add broken codeJesse Andrews2011-04-132-4/+16
| * move from try_execute to _executeJesse Andrews2011-04-121-4/+4
| * pylintageJesse Andrews2011-04-081-1/+1
| * typo - need to get nova-volumes working on this machine :-/Jesse Andrews2011-04-081-1/+1
| * dd needs a count to succeed, and remove unused/non-working special case for s...Jesse Andrews2011-04-082-16/+5
| * zero out volumes on delete using ddJesse Andrews2011-04-081-0/+5
* | Updates the documentation on creating and using a cloudpipe image.Vishvananda Ishaya2011-04-135-0/+149
|\ \
| * | add up and down .shVishvananda Ishaya2011-04-123-0/+26
| * | update documentation on cloudpipeVishvananda Ishaya2011-04-113-0/+123
* | | Fix RBDDriver in volume manager. discover_volume was raising exception.Yoshiaki Tamura2011-04-122-4/+3
|\ \ \
| * | | Fix RBDDriver in volume manager. discover_volume was raising exception.Yoshiaki Tamura2011-04-122-4/+3
* | | | Fixes VMware Connection to inherit from ComputeDriverVishvananda Ishaya2011-04-121-1/+3
|\ \ \ \
| * | | | Make VMWare Connection inherit from ComputeDriverVishvananda Ishaya2011-04-121-1/+3
* | | | | Fixes s3.py to allow looking up images by name. Smoketests run unmodified ag...Vishvananda Ishaya2011-04-122-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix show_by_name in s3.py and give a helpful error message if image lookup failsVishvananda Ishaya2011-04-122-2/+5
|/ / / /
* | | | Docstring cleanup and formatting. Minor style fixes as well.termie2011-04-124-77/+165
|\ \ \ \
| * | | | docstring cleanup, direct api, part of computetermie2011-04-114-77/+165
* | | | | Replace instance ref from compute.api.get_all with one from instance_get. Thi...Soren Hansen2011-04-121-0/+5
|\ \ \ \ \
| * | | | | pep8Soren Hansen2011-04-121-1/+1
| * | | | | Replace instance ref from compute.api.get_all with one from instance_get. Thi...Soren Hansen2011-04-111-0/+5
* | | | | | Add a unit test for terminate_instances.John Tran2011-04-121-0/+14
|\ \ \ \ \ \
| * | | | | | submitting a unit test for terminate_instanceJohn Tran2011-03-302-0/+15
* | | | | | | Makes genvpn path actually refer to genvpn.sh instead of geninter.shVishvananda Ishaya2011-04-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix reference to genvpn to point to the right shell scriptVishvananda Ishaya2011-04-111-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | bzr ignore the top level CA dir that is created when running 'run_tests.sh -N'.Dan Prince2011-04-111-7/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | bzr ignore the CA dir.Dan Prince2011-04-081-7/+1
* | | | | | | Set default stateOrProvice to 'supplied' in openssl.cnf.tmpl.Dan Prince2011-04-111-1/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Set default stateOrProvice to 'supplied' in openssl.cnf.tmpl.Dan Prince2011-04-081-1/+5
| |/ / / / /
* | | | | | This branch fixes https://bugs.launchpad.net/bugs/751231.Kei Masumoto2011-04-111-0/+8
|\ \ \ \ \ \
| * | | | | | fixed LOG level and log message phraseKei Masumoto2011-04-091-3/+2
| * | | | | | fixed based on reviewer's comment - 'locals() should be off from _()Kei Masumoto2011-04-071-1/+1
| * | | | | | fix bug lp751231Kei Masumoto2011-04-051-0/+9
* | | | | | | When using libvirt, remove the persistent domain definition when we call dest...Justin SB2011-04-111-5/+50
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Ooops - redefining the _ variable seems like a _really_ bad ideaJustin SB2011-04-091-1/+1
| * | | | | | Handle the case when the machine is already SHUTOFFJustin SB2011-04-091-5/+15
| * | | | | | Split logic on shutdown and undefine, so that even if the machine is already ...Justin SB2011-04-091-13/+40
| * | | | | | Remove the XML definition when we destroy a machineJustin SB2011-04-091-2/+10
| | |_|_|/ / | |/| | | |
* | | | | | Currently terminating an instance will hang in a loop, this allows for deleti...Brian Lamar2011-04-111-3/+6
|\ \ \ \ \ \
| * | | | | | Fixed log message gaffe.Brian Lamar2011-04-091-1/+1
| * | | | | | Added error message to exception logging.Brian Lamar2011-04-081-1/+3
| * | | | | | Fixes bug which hangs nova-compute when terminating an instance when using li...Brian Lamar2011-04-081-3/+4
| | |_|_|_|/ | |/| | | |
* | | | | | resolved lazy_match conflict between bin/nova-manage instance and instance_ty...Ken Pepple2011-04-102-45/+54
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |