summaryrefslogtreecommitdiff
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Use oslo.logDavanum Srinivas2015-02-2211-21/+22
* switch LOG.audit to LOG.infoDavanum Srinivas2015-02-224-35/+37
* Merge "Support live-migrate of instances in PAUSED state"Jenkins2015-02-192-3/+1
|\
| * Support live-migrate of instances in PAUSED stateLoganathan Parthipan2015-02-182-3/+1
* | Merge "Fix detach_sriov_ports to get context to be able to get image metadata"Jenkins2015-02-181-1/+1
|\ \ | |/ |/|
| * Fix detach_sriov_ports to get context to be able to get image metadataMoshe Levi2015-02-101-1/+1
* | Merge "Make compute API create() use BDM objects"Jenkins2015-02-182-35/+35
|\ \
| * | Make compute API create() use BDM objectsNikola Dipanov2015-02-172-35/+35
* | | Merge "Objectify calls to service_get_by_compute_host"Jenkins2015-02-181-3/+2
|\ \ \
| * | | Objectify calls to service_get_by_compute_hostSylvain Bauza2015-02-171-3/+2
| |/ /
* | | Merge "Switch nova.compute.manager to use instance dot notation"Jenkins2015-02-181-36/+34
|\ \ \
| * | | Switch nova.compute.manager to use instance dot notationDavanum Srinivas2015-02-171-36/+34
| |/ /
* | | Expand try/except for get_machine_ipsMatt Riedemann2015-02-171-7/+7
|/ /
* | Quiesce boot from volume instances during live snapshotTomoki Sekiyama2015-02-164-3/+84
* | Merge "Do not compute deltas when doing migration"Jenkins2015-02-161-21/+25
|\ \
| * | Do not compute deltas when doing migrationEli Qiao2014-12-091-21/+25
* | | Merge "Change how the API is getting a list of compute nodes"Jenkins2015-02-141-4/+4
|\ \ \
| * | | Change how the API is getting a list of compute nodesSylvain Bauza2015-02-131-4/+4
* | | | Merge "IP filtering is not accurate when used with limit"Jenkins2015-02-131-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | IP filtering is not accurate when used with limitSteven Kaufer2015-02-131-3/+13
* | | | Merge "Access migration fields like an object in finish_revert_resize"Jenkins2015-02-131-4/+4
|\ \ \ \
| * | | | Access migration fields like an object in finish_revert_resizeMatt Riedemann2015-01-301-4/+4
* | | | | Merge "Remove unused migration parameter from _cleanup_stored_instance_types"Jenkins2015-02-131-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | Remove unused migration parameter from _cleanup_stored_instance_typesMatt Riedemann2015-01-301-4/+3
* | | | | Merge "Make compute use objects usage 'best practice'"Jenkins2015-02-131-20/+19
|\ \ \ \ \
| * | | | | Make compute use objects usage 'best practice'jichenjc2015-02-051-20/+19
* | | | | | Merge "Adds keypair type database migration"Jenkins2015-02-131-0/+3
|\ \ \ \ \ \
| * | | | | | Adds keypair type database migrationClaudiu Belu2015-02-091-0/+3
* | | | | | | Merge "Use dot notation on instance object fields in _delete_instance"Jenkins2015-02-121-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Use dot notation on instance object fields in _delete_instanceMatt Riedemann2015-02-101-1/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Remove unused function"Jenkins2015-02-121-9/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Remove unused functionHaiwei Xu2015-02-121-9/+0
* | | | | | | Merge "Compute: use dot convension for _poll_rescued_instances"Jenkins2015-02-121-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Compute: use dot convension for _poll_rescued_instancesGary Kotton2015-02-111-3/+3
* | | | | | | Merge "Fix description of parameters in nova functions"Jenkins2015-02-124-7/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix description of parameters in nova functionspkholkin2015-02-104-7/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Fix incorrect compute api config indentation"Jenkins2015-02-121-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix incorrect compute api config indentationEohyung Lee2015-02-111-6/+6
* | | | | | | | Merge "IP filtering can include duplicate instances"Jenkins2015-02-121-4/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | IP filtering can include duplicate instancesSteven Kaufer2015-02-111-4/+9
| |/ / / / / / /
* | | | | | | | Merge "Compute: update reboot_instance to use dot instance notation"Jenkins2015-02-121-3/+3
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Compute: update reboot_instance to use dot instance notationGary Kotton2015-02-111-3/+3
* | | | | | | | Merge "Compute: use consistant instance dot notation"Jenkins2015-02-121-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Compute: use consistant instance dot notationGary Kotton2015-02-101-4/+4
* | | | | | | Merge "Log warning if CONF.my_ip is not found on system"Jenkins2015-02-111-0/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Log warning if CONF.my_ip is not found on systemDavanum Srinivas2015-02-101-0/+26
| |/ / / / /
* | | | | | Merge "Cells: Improve invalid hostname handling"Jenkins2015-02-101-2/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Cells: Improve invalid hostname handlingAndrew Laski2015-01-081-2/+24
* | | | | | Merge "Add notification for suspend"Jenkins2015-02-101-1/+2
|\ \ \ \ \ \
| * | | | | | Add notification for suspendjichenjc2015-02-051-1/+2