summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Avoid error during snapshot of ISO booted instanceMark McLoughlin2012-07-302-3/+15
| | |_|/ / / | |/| | | |
* | | | | | Use common parse_isotime in GlanceImageServiceBrian Waldon2012-07-302-18/+8
| |/ / / / |/| | | |
* | | | | Merge "Make compute only auto-confirm its own instances"Jenkins2012-07-306-22/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make compute only auto-confirm its own instancesChris Behrens2012-07-286-22/+46
| |/ / /
* | | | Merge "EC2 DescribeImageAttribute by kernel/ramdisk."Jenkins2012-07-302-0/+22
|\ \ \ \
| * | | | EC2 DescribeImageAttribute by kernel/ramdisk.MotoKen2012-07-252-0/+22
* | | | | Merge "maint: libvirt imagecache: remove redundant interpreter spec"Jenkins2012-07-303-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | maint: libvirt imagecache: remove redundant interpreter specPádraig Brady2012-07-293-3/+0
| | |/ / | |/| |
* | | | Merge "Support external gateways in VLAN mode."Jenkins2012-07-291-2/+4
|\ \ \ \
| * | | | Support external gateways in VLAN mode.mathrock2012-07-281-2/+4
| |/ / /
* / / / Check for selinux before setting up selinux.Chuck Short2012-07-291-1/+3
|/ / /
* | | Merge "Fix state logic for auto-confirm resizes"Jenkins2012-07-282-4/+7
|\ \ \
| * | | Fix state logic for auto-confirm resizesKevin L. Mitchell2012-07-272-4/+7
* | | | Merge "Add persistent volumes for tgtd."Jenkins2012-07-283-75/+97
|\ \ \ \ | |/ / / |/| | |
| * | | Add persistent volumes for tgtd.Chuck Short2012-07-273-75/+97
* | | | Merge "Explicitly send primitive instances via rpc."Jenkins2012-07-271-4/+4
|\ \ \ \
| * | | | Explicitly send primitive instances via rpc.Russell Bryant2012-07-271-4/+4
* | | | | Merge "libvirt driver: set os_type to support xen hvm/pv"Jenkins2012-07-274-7/+90
|\ \ \ \ \
| * | | | | libvirt driver: set os_type to support xen hvm/pvChristoph Thiel2012-07-264-7/+90
* | | | | | Merge "Return location header on volume creation"Jenkins2012-07-274-6/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Return location header on volume creationEoghan Glynn2012-07-275-7/+16
* | | | | | Allow _destroy_vdis if a mapping has no VDIKevin L. Mitchell2012-07-271-0/+4
* | | | | | Merge "xenapi: Use instance uuid when calling DB API"Jenkins2012-07-271-3/+3
|\ \ \ \ \ \
| * | | | | | xenapi: Use instance uuid when calling DB APIJohannes Erdfelt2012-07-271-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge "Fix HACKING violation in nova/api/openstack/volume/types.py"Jenkins2012-07-271-1/+1
|\ \ \ \ \ \
| * | | | | | Fix HACKING violation in nova/api/openstack/volume/types.pyJohannes Erdfelt2012-07-271-1/+1
| |/ / / / /
* | | | | | Correct host count in instance_usage_audit_log extension.Monsyne Dragon2012-07-273-67/+75
* | | | | | Remove ugly instance._rescue hackJohannes Erdfelt2012-07-276-91/+100
| |/ / / / |/| | | |
* | | | | Convert to using dict style key lookups in XenAPIJohannes Erdfelt2012-07-274-54/+57
|/ / / /
* | | | Merge "Sanitize xenstore keys for metadata injection"Jenkins2012-07-272-5/+31
|\ \ \ \
| * | | | Sanitize xenstore keys for metadata injectionChris Behrens2012-07-272-5/+31
* | | | | Merge "Don't store system_metadata in xenstore"Jenkins2012-07-273-46/+2
|\| | | |
| * | | | Don't store system_metadata in xenstoreChris Behrens2012-07-273-46/+2
| | |_|/ | |/| |
* | | | Merge "Implements notifications for more instance changes"Jenkins2012-07-275-46/+163
|\ \ \ \
| * | | | Implements notifications for more instance changesNikhil Komawar2012-07-275-46/+163
* | | | | Merge "Implements config_drive as extension"Jenkins2012-07-276-11/+149
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implements config_drive as extensionisethi2012-07-236-11/+149
* | | | | Merge "Revert "Add additional capabilities for computes""Jenkins2012-07-272-56/+1
|\ \ \ \ \
| * | | | | Revert "Add additional capabilities for computes"Joe Gordon2012-07-262-56/+1
* | | | | | Merge "Moving where the fixed ip deallocation happens."Jenkins2012-07-272-3/+33
|\ \ \ \ \ \
| * | | | | | Moving where the fixed ip deallocation happens.David McNally2012-07-272-3/+33
| | |_|/ / / | |/| | | |
* | | | | | Merge "Send a full instance in pre_live_migration."Jenkins2012-07-274-43/+52
|\ \ \ \ \ \
| * | | | | | Send a full instance in pre_live_migration.Russell Bryant2012-07-264-43/+52
* | | | | | | Merge "Send a full instance in power_on_instance and start_instance."Jenkins2012-07-274-16/+24
|\| | | | | |
| * | | | | | Send a full instance in power_on_instance and start_instance.Russell Bryant2012-07-264-16/+24
* | | | | | | Merge "Send a full instance in power_off_instance and stop_instance."Jenkins2012-07-274-22/+31
|\| | | | | |
| * | | | | | Send a full instance in power_off_instance and stop_instance.Russell Bryant2012-07-264-22/+31
* | | | | | | Merge "Make instance_uuid backwards compat actually work."Jenkins2012-07-272-23/+27
|\| | | | | |
| * | | | | | Make instance_uuid backwards compat actually work.Russell Bryant2012-07-262-23/+27
* | | | | | | Merge "Send a full instance via rpc for post_live_migration_at_destination."Jenkins2012-07-274-31/+32
|\| | | | | |