summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Remove straggling use of all-kwarg object methodsDan Smith2013-06-192-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "fixes nova resize bug when force_config_drive is set."Jenkins2013-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | fixes nova resize bug when force_config_drive is set.Anthony Woods2013-06-201-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "xenapi: revisit error handling around calls to agent"Jenkins2013-06-204-110/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | xenapi: revisit error handling around calls to agentJohn Garbutt2013-06-194-110/+185
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Initial scheduler support for instance_groups"Jenkins2013-06-207-25/+158
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Initial scheduler support for instance_groupsGary Kotton2013-06-167-25/+158
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Adding fixed_ip in create.end notification"Jenkins2013-06-202-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Adding fixed_ip in create.end notificationKaushik Chandrashekar2013-06-142-7/+9
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Add err_msg param to baremetal_deploy_helper."Jenkins2013-06-201-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Add err_msg param to baremetal_deploy_helper.Dan Prince2013-06-171-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Sync oslo-incubator gettextutils"Jenkins2013-06-201-0/+176
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Sync oslo-incubator gettextutilsMatt Odden2013-06-191-0/+176
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Add old display name to update notification"Jenkins2013-06-202-5/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Add old display name to update notificationWangpan2013-06-172-5/+17
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Imported Translations from Transifex"OpenStack Jenkins2013-06-2039-14802/+15031
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Imported Translations from TransifexOpenStack Jenkins2013-06-1939-14802/+15031
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Drop `bm_pxe_ips` table from baremetal database."Jenkins2013-06-208-261/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Drop `bm_pxe_ips` table from baremetal database.Victor Sergeyev2013-06-148-261/+74
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Remove usage of locals() for formatting from nova.scheduler.*"Jenkins2013-06-205-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove usage of locals() for formatting from nova.scheduler.*Changbin Liu2013-06-195-14/+18
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Converts scheduler.utils.build_request_spec return to json primitive"Jenkins2013-06-201-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Converts scheduler.utils.build_request_spec return to json primitiveTiago Mello2013-06-181-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge "Retry the sfdisk command up to 3 times."Jenkins2013-06-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Retry the sfdisk command up to 3 times.Dan Prince2013-06-181-0/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge "Libvirt driver: normalize variable names (part1)"Jenkins2013-06-191-49/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Libvirt driver: normalize variable names (part1)Rafi Khardalian2013-06-191-49/+50
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Fill context on objects in lists"Jenkins2013-06-192-4/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Fill context on objects in listsDan Smith2013-06-182-4/+9
| | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Added unit tests for vmware cluster driver"Jenkins2013-06-193-4/+119
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Added unit tests for vmware cluster driverkirankv2013-06-183-4/+119
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Add missing tests for nova.db.api.instance_system_metadata_*"Jenkins2013-06-191-0/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Add missing tests for nova.db.api.instance_system_metadata_*Sergey Skripnick2013-06-181-0/+48
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Drop unused _virtual_power_settings global.Dan Prince2013-06-191-2/+0
| |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge "Check libvirt version earlier"Jenkins2013-06-191-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Check libvirt version earlierMatt Thompson2013-06-121-3/+3
* | | | | | | | | | | | | | | | | | | | | | | Merge "Replace utils.to_bytes() with strutils.to_bytes()"Jenkins2013-06-194-77/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Replace utils.to_bytes() with strutils.to_bytes()Zhongyue Luo2013-06-144-77/+81
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Don't advertise mute cells capabilities upwards"Jenkins2013-06-193-7/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Don't advertise mute cells capabilities upwardsSam Morrison2013-06-133-7/+12
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Add missing tests for certificate_* methods"Jenkins2013-06-191-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Add missing tests for certificate_* methodsYuriy Zveryanskyy2013-06-171-0/+43
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Improved tests for instance_actions_*"Jenkins2013-06-181-217/+189
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Improved tests for instance_actions_*Alexei Kornienko2013-06-141-217/+189
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Revert "Delegate authentication to quantumclient""Jenkins2013-06-183-53/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Revert "Delegate authentication to quantumclient"Russell Bryant2013-06-183-53/+25
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge "Fix flavor extra_specs filter doesn't work for number"Jenkins2013-06-182-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix flavor extra_specs filter doesn't work for numberjiataotj2013-06-142-6/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge "Remove unused arg from make_class_properties.getter method"Jenkins2013-06-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove unused arg from make_class_properties.getter methodMatt Riedemann2013-06-131-1/+1