summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add missing space between XML attributesJohannes Erdfelt2012-01-041-1/+1
| |_|_|/ |/| | |
* | | | Merge "Fix except format to match HACKING"Jenkins2012-01-041-1/+1
|\ \ \ \
| * | | | Fix except format to match HACKINGJoe Gordon2012-01-041-1/+1
* | | | | Merge "Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880"Jenkins2012-01-041-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880Chuck Short2012-01-041-3/+3
* | | | | Merge "Add instance_name field to console detail command which will give the ...Jenkins2012-01-042-1/+3
|\ \ \ \ \
| * | | | | Add instance_name field to console detail commandSandy Walsh2012-01-042-1/+3
* | | | | | Merge "Fix spelling of variable"Jenkins2012-01-041-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix spelling of variableJohannes Erdfelt2012-01-041-2/+2
* | | | | | Merge "Support local target for Solaris, use 'safe' command-line processing"Jenkins2012-01-041-48/+99
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Support local target for Solaris, use 'safe' command-line processingJustin Santa Barbara2011-12-261-48/+99
| | |_|_|/ | |/| | |
* | | | | Merge "Call mkfs with the correct order of arguments"Jenkins2012-01-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Call mkfs with the correct order of argumentsJohannes Erdfelt2012-01-041-1/+1
| | |/ / | |/| |
* | | | Merge "Send event notifications for suspend and resume."Jenkins2012-01-041-0/+8
|\ \ \ \
| * | | | Send event notifications for suspend and resume.Josh Kearney2012-01-041-0/+8
* | | | | Merge "Make quantum_use_dhcp falsifiable"Jenkins2012-01-041-1/+1
|\ \ \ \ \
| * | | | | Make quantum_use_dhcp falsifiableAaron Lee2012-01-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge "Fixing name not defined"Jenkins2012-01-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixing name not definedAaron Lee2012-01-041-1/+1
| |/ / /
* / / / Fix bug 901899François Charlier2012-01-041-0/+2
|/ / /
* | | PEP8 type comparison cleanuplzyeval2012-01-0418-34/+33
* | | Add cloudpipe/vpn api to openstack api contrib.Todd Willey2012-01-033-0/+421
* | | Merge "Every string does not need to be internationalized"Jenkins2012-01-031-9/+9
|\ \ \
| * | | Every string does not need to be internationalizedJohannes Erdfelt2012-01-031-9/+9
* | | | Merge "Adds running_deleted_instance_reaper task."Jenkins2012-01-032-0/+101
|\ \ \ \ | |/ / / |/| | |
| * | | Adds running_deleted_instance_reaper task.Rick Harris2012-01-032-0/+101
| | |/ | |/|
* | | Merge "use name gateway_v6 instead of gateway6"Jenkins2012-01-0310-20/+20
|\ \ \
| * | | use name gateway_v6 instead of gateway6Hengqing Hu2012-01-0310-20/+20
| |/ /
* | | Merge "PEP8 remove direct type comparisons"Jenkins2012-01-0316-33/+29
|\ \ \
| * | | PEP8 remove direct type comparisonslzyeval2012-01-0316-33/+29
| |/ /
* | | Merge "Unused db.api cleanup"Jenkins2012-01-032-45/+0
|\ \ \
| * | | Unused db.api cleanuplzyeval2012-01-032-45/+0
| |/ /
* / / Bug #910045: UnboundLocalError when failing to get metrics from XenAPI hostsEwan Mellor2012-01-012-1/+28
|/ /
* | Merge "Adds EC2 ImportKeyPair API support."Jenkins2011-12-303-32/+36
|\ \
| * | Adds EC2 ImportKeyPair API support.MotoKen2011-12-273-32/+36
* | | Merge "use dhcp_lease_time for dnsmasq. Fix bug 894218"Jenkins2011-12-301-2/+3
|\ \ \
| * | | use dhcp_lease_time for dnsmasq. Fix bug 894218Joe Gordon2011-12-291-2/+3
* | | | re-raising exceptions fixlzyeval2011-12-311-15/+12
* | | | Merge "Ensure generated passwords meet minimum complexity"Jenkins2011-12-302-6/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure generated passwords meet minimum complexityJohannes Erdfelt2011-12-292-6/+37
* | | | Clean up pylint errors in top-level filesBrian Waldon2011-12-296-16/+8
|/ / /
* | | Merge "Adding index to instances project_id column"Jenkins2011-12-291-0/+31
|\ \ \
| * | | Adding index to instances project_id columnNaveed Massjouni2011-12-271-0/+31
* | | | Merge "Ensure queue is declared durable so messages aren't dropped"Jenkins2011-12-291-3/+28
|\ \ \ \
| * | | | Ensure queue is declared durable so messages aren't droppedJohannes Erdfelt2011-12-281-3/+28
* | | | | Fixing novaclient_converter NameErrorBrian Waldon2011-12-292-8/+9
|/ / / /
* | | | Merge "Add an API for associating floating IPs with DNS entries."Jenkins2011-12-289-1/+614
|\ \ \ \
| * | | | Add an API for associating floating IPs with DNS entries.Andrew Bogott2011-12-279-1/+614
| |/ / /
* / / / Create notification queues as durableJohannes Erdfelt2011-12-286-32/+55
|/ / /
* | | Merge "'except:' to 'except Exception:' as per HACKING"Jenkins2011-12-277-12/+12
|\ \ \