summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Increase robustness of image filtering by serverBrian Waldon2012-01-165-19/+31
* | | | | | | | | | | Merge "Remove unused extension decorator require_admin"Jenkins2012-01-161-11/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove unused extension decorator require_adminBrian Waldon2012-01-151-11/+0
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Add policy checks to Volume.API"Jenkins2012-01-163-1/+113
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add policy checks to Volume.APIBrian Waldon2012-01-153-1/+113
| |/ / / / / / / /
* | | | | | | | | Merge "Implement BP untie-nova-network-models"Jenkins2012-01-1631-556/+1075
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement BP untie-nova-network-modelsJason Kölker2012-01-1631-556/+1075
| |/ / / / / / / /
* | | | | | | | | Merge "Remove compute.api.API.add_network_to_project"Jenkins2012-01-161-10/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove compute.api.API.add_network_to_projectBrian Waldon2012-01-121-10/+0
* | | | | | | | | Fix volume api typoDean Troyer2012-01-141-1/+1
* | | | | | | | | Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-1317-240/+232
* | | | | | | | | Merge "Create an instance DNS record based on instance UUID."Jenkins2012-01-133-9/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Create an instance DNS record based on instance UUID.Andrew Bogott2012-01-133-9/+30
* | | | | | | | | | Remove a whole bunch of unused importsVishvananda Ishaya2012-01-1397-181/+14
* | | | | | | | | | Merge "have all quota errors return an http 413"Jenkins2012-01-132-1/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | have all quota errors return an http 413Alex Meade2012-01-132-1/+28
* | | | | | | | | | | Merge "Refactor request and action extensions."Jenkins2012-01-138-145/+998
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Refactor request and action extensions.Kevin L. Mitchell2012-01-138-145/+998
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | This import is not used.Aaron Lee2012-01-131-1/+0
* | | | | | | | | | Fixing a bug that was causing the logging to display the context infoNaveed Massjouni2012-01-132-4/+16
|/ / / / / / / / /
* | | | | | | | | Merge "Implements blueprint separate-nova-volumeapi"Jenkins2012-01-13143-543/+2066
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Implements blueprint separate-nova-volumeapiAnthony Young2012-01-13143-543/+2066
* | | | | | | | | Merge "Implement more complete kombu reconnecting"Jenkins2012-01-132-67/+250
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement more complete kombu reconnectingChris Behrens2012-01-122-67/+250
* | | | | | | | | | Merge "Remove 'status' from default snapshot properties"Jenkins2012-01-131-5/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove 'status' from default snapshot propertiesBrian Waldon2012-01-121-5/+6
| |/ / / / / / / /
* | | | | | | | | Merge "Clean up disk_format mapping in xenapi.vm_utils"Jenkins2012-01-132-64/+33
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Clean up disk_format mapping in xenapi.vm_utilsBrian Waldon2012-01-122-64/+33
| |/ / / / / / /
* / / / / / / / First implementation of bp/live-migration-resource-calcmasumotok2012-01-1315-148/+289
|/ / / / / / /
* | | | | | | Merge "Remove skipping of 2 tests"Jenkins2012-01-131-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove skipping of 2 testsChris Behrens2012-01-121-2/+0
* | | | | | | | Merge "Ensure nova is compatible with WebOb 1.2+"Jenkins2012-01-134-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Ensure nova is compatible with WebOb 1.2+Brian Lamar2012-01-124-5/+6
* | | | | | | | | Make authz failures use proper response codeVishvananda Ishaya2012-01-123-0/+34
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "Adds test for local.py"Jenkins2012-01-121-0/+53
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adds test for local.pyAlex Meade2012-01-121-0/+53
* | | | | | | | Merge "Remove network_api from Servers Controller"Jenkins2012-01-121-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove network_api from Servers ControllerBrian Waldon2012-01-121-2/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Fix policy import in nova.compute.apiBrian Waldon2012-01-121-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | minor fix in commentJoe Gordon2012-01-121-1/+1
|/ / / / / /
* / / / / / Add policy checks to Compute.APIBrian Waldon2012-01-127-38/+290
|/ / / / /
* | | | | Merge "Unbreak start instance and fixes bug 905270"Jenkins2012-01-1217-87/+401
|\ \ \ \ \
| * | | | | Unbreak start instance and fixes bug 905270Isaku Yamahata2012-01-1217-87/+401
* | | | | | Merge "Add 'os-networks' extension"Jenkins2012-01-128-2/+374
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add 'os-networks' extensionBrian Waldon2011-12-268-2/+374
* | | | | | catch InstanceInvalidState in more placesChris Behrens2012-01-1210-44/+324
| |/ / / / |/| | | |
* | | | | Merge "Blueprint xenapi-security-groups"Jenkins2012-01-1214-285/+858
|\ \ \ \ \
| * | | | | Blueprint xenapi-security-groupsSalvatore Orlando2012-01-1014-285/+858
* | | | | | Merge "Fix metadata mapping in s3._s3_parse_manifest."Jenkins2012-01-121-2/+2
|\ \ \ \ \ \
| * | | | | | Fix metadata mapping in s3._s3_parse_manifest.Hengqing Hu2012-01-101-2/+2