summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Adds xcp disk resize support.Marco Sinhoreli2012-07-234-13/+55
* | | | | | | | | | Merge "Use compute_driver in xenapi driver help messages."Jenkins2012-07-251-8/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use compute_driver in xenapi driver help messages.Dan Prince2012-07-231-8/+9
* | | | | | | | | | | Merge "Xen: Ensure snapshot is torn down on error."Jenkins2012-07-251-27/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Xen: Ensure snapshot is torn down on error.Rick Harris2012-07-241-27/+19
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Add missing parameters to novas cinder api"Jenkins2012-07-251-9/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add missing parameters to novas cinder apiJohn Griffith2012-07-251-9/+13
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Check for exception codes in openstack API results"Jenkins2012-07-252-11/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Check for exception codes in openstack API resultsJohn Griffith2012-07-252-11/+29
| |/ / / / / / / / / /
* / / / / / / / / / / Remove temporary variableSean M. Collins2012-07-251-2/+2
|/ / / / / / / / / /
* | | | / / / / / / Fixes console/vmrc_manager.py import errorZhongyue Luo2012-07-251-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge "Add image_name to create and rebuild notifications"Jenkins2012-07-245-11/+72
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add image_name to create and rebuild notificationsisethi2012-07-235-11/+72
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Fix a bug in compute_node_statisticsKevin L. Mitchell2012-07-241-1/+2
* | | | | | | | Merge "Updates migration 111 to work w/ Postgres."Jenkins2012-07-241-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Updates migration 111 to work w/ Postgres.Dan Prince2012-07-211-0/+5
| |/ / / / / /
* | | | | | | Xen: Fix snapshots when use_cow=True.Rick Harris2012-07-241-0/+5
* | | | | | | Merge "Add call to get hypervisor statistics"Jenkins2012-07-244-3/+130
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add call to get hypervisor statisticsKevin L. Mitchell2012-07-234-3/+130
| | |/ / / / | |/| | | |
* | | | | | Merge "Use compute_driver in vmware driver help messages."Jenkins2012-07-231-6/+10
|\ \ \ \ \ \
| * | | | | | Use compute_driver in vmware driver help messages.Dan Prince2012-07-231-6/+10
| |/ / / / /
* / / / / / Update NovaKeystoneContext to use jsonutils.Dan Prince2012-07-231-2/+2
|/ / / / /
* | | | | Merge "Log snapshot UUID and not OpaqueRef."Jenkins2012-07-231-6/+4
|\ \ \ \ \
| * | | | | Log snapshot UUID and not OpaqueRef.Rick Harris2012-07-231-6/+4
| | |/ / / | |/| | |
* / | | | Remove unused user_id and project_id argumentsJohannes Erdfelt2012-07-232-6/+5
|/ / / /
* | | | Merge "Update jsonutils from openstack-common."Jenkins2012-07-231-2/+4
|\ \ \ \
| * | | | Update jsonutils from openstack-common.Russell Bryant2012-07-231-2/+4
* | | | | Merge "Adding networking rules to vm's on compute service startup"Jenkins2012-07-231-1/+8
|\ \ \ \ \
| * | | | | Adding networking rules to vm's on compute service startupDerek Higgins2012-07-231-1/+8
| | |/ / / | |/| | |
* | | | | Merge "use boto's HTTPResponse class for versions of boto >=2.5.2"Jenkins2012-07-231-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | use boto's HTTPResponse class for versions of boto >=2.5.2Ionuț Arțăriși2012-07-231-3/+7
* | | | | Merge "Make it clear subnet_bits is unused in ipam case"Jenkins2012-07-231-2/+1
|\ \ \ \ \
| * | | | | Make it clear subnet_bits is unused in ipam caseMark McLoughlin2012-07-231-2/+1
| | |/ / / | |/| | |
* | | | | Merge "Remove unused add_network_to_project() method"Jenkins2012-07-235-32/+5
|\ \ \ \ \
| * | | | | Remove unused add_network_to_project() methodMark McLoughlin2012-07-235-32/+5
| |/ / / /
* | | | | Merge "Return 404 when attempting to remove a non-existent floating ip"Jenkins2012-07-232-3/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Return 404 when attempting to remove a non-existent floating ipDan Smith2012-07-232-3/+17
| | |_|/ | |/| |
* | | | Merge "Adds non_inheritable_image_properties flag."Jenkins2012-07-232-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Adds non_inheritable_image_properties flag.Rick Harris2012-07-202-0/+8
* | | | Merge "Avoid unrecognized content-type message"Jenkins2012-07-231-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Avoid unrecognized content-type messageMark McLoughlin2012-07-231-2/+7
| | |/ | |/|
* | | Merge "Migrations for deleted data for previously deleted instances."Jenkins2012-07-231-0/+67
|\ \ \
| * | | Migrations for deleted data for previously deleted instances.Alex Meade2012-07-231-0/+67
| |/ /
* | | Merge "Fix EC2 CreateImage no_reboot logic"Jenkins2012-07-232-3/+26
|\ \ \
| * | | Fix EC2 CreateImage no_reboot logicEoghan Glynn2012-07-172-3/+26
* | | | Merge "Reject EC2 CreateImage for instance-store"Jenkins2012-07-233-6/+68
|\| | | | |/ / |/| |
| * | Reject EC2 CreateImage for instance-storeEoghan Glynn2012-07-173-6/+68
* | | Merge "Remove unnecessary use of with_lockmode"Jenkins2012-07-201-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary use of with_lockmodeJohannes Erdfelt2012-07-201-1/+1
* | | Merge "Make flavorextradata ignore deleted flavors."Jenkins2012-07-201-1/+1
|\ \ \