summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | | | | Forgot to handle return valueKevin L. Mitchell2011-09-021-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | import filters in scheduler/host_filter.py so default_host_filter gets added ↵Kevin L. Mitchell2011-09-012-4/+7
| |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to FLAGS; rework SchedulerManager() to only catch missing 'schedule_<method>' attribute and report other missing attributes
* | | | | | | | | | | | | | | | | | | Fixes NotFound exceptions to show the proper instance id in the ec2 api.Vishvananda Ishaya2011-09-015-12/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | add tests to verify NotFound exceptions are wrapped with the proper idsVishvananda Ishaya2011-08-263-7/+64
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | change snapshot msg tooVishvananda Ishaya2011-08-241-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix not found exceptions to properly use ec2_ips for not foundVishvananda Ishaya2011-08-232-4/+7
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix for lp838583 - fixes bug in os-floating-ips view code that prevents ↵Anthony Young2011-09-012-7/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instance_id from being returned for associated addresses.
| * | | | | | | | | | | | | | | | | | fix for lp838583 - return instance_id for associated floating_ips, add testAnthony Young2011-08-312-7/+20
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Accept keypair when you launch a new server. These properties would be ↵Jesse Andrews2011-09-015-23/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stored along with the other server properties in the database (like they are currently for ec2 api).
| * | | | | | | | | | | | | | | | | merge trunk, fix testsVishvananda Ishaya2011-08-3152-876/+2865
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Correctly yield images from glance client through image service.Brian Waldon2011-09-012-11/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | adding support for limiting in image service; updating tests with fixture ↵Brian Waldon2011-08-312-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ids and marker support
| * | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-08-314-39/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fixing bugBrian Waldon2011-08-300-0/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fixing short-ciruit conditionBrian Waldon2011-08-301-3/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | yielding all the imagesBrian Waldon2011-08-301-1/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Simple usage extension for nova. Uses db to calculate tenant_usage for ↵Vishvananda Ishaya2011-09-0110-79/+529
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified time periods. Methods:     * index: return a list of tenant_usages, with option of incuding detailed server_usage     * show: returns a specific tenant_usage object tenant_usage object:     * tenant_usage.total_memory_mb_usage: sum of memory_mb * hours for all instances in tenant for this period     * tenant_usage.total_local_gb_usage: sum of local_gb * hours for all instances in tenant for this period     * tenant_usage.total_vcpus_usage: sum of vcpus * hours for all instances in tenant for this period     * tenant_usage.total_hours: sum of all instance hours for this period     * tenant_usage.server_usages: A detailed list of server_usages, which describe the usage of a specific server For larger instances db tables, indexes on instance.launched_at and instance.terminated_at should significantly help performance.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunk, fix conflictVishvananda Ishaya2011-08-312-0/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Validates that user-data is b64 encoded.Tushar Patil2011-08-312-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Removed debug messagesTushar Patil2011-08-301-3/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix for LP Bug #837534Tushar Patil2011-08-302-1/+58
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | remove extra testVishvananda Ishaya2011-08-311-13/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-08-3145-802/+2273
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fixed and improved the way instance "states" are set. Instead of relying on ↵Brian Lamar2011-08-3120-441/+830
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solely the power_state of a VM, there are now explicitly defined VM states and VM task states which respectively define the current state of the VM and the task which is currently being performed by the VM.
| * | | | | | | | | | | | | | | | | | Removed extraneous import and s/vm_state.STOP/vm_states.STOPPED/Brian Lamar2011-08-311-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-314-39/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix a bad merge on my part, this fixes rebuilds\!Brian Lamar2011-08-301-6/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-293-10/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-291-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Increased migration number.Brian Lamar2011-08-291-0/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-2934-29/+4535
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Tiny tweaks to the migration script.Brian Lamar2011-08-261-12/+9
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merged trunk and fixed conflicts.Brian Lamar2011-08-2613-28/+652
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Test fixup after last review feedback commit.Brian Lamar2011-08-253-10/+5
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | review feedbackBrian Lamar2011-08-256-61/+31
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Bumped migration number.Brian Lamar2011-08-251-0/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-2518-19/+1797
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Review feedback.Brian Lamar2011-08-252-6/+9
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Reverted two mistakes when looking over full diff.Brian Lamar2011-08-252-8/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Verify resize needs to be set.Brian Lamar2011-08-252-4/+9
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Set error state when migration prep fails.Brian Lamar2011-08-251-2/+5
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Removed invalid test.Brian Lamar2011-08-251-13/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Removed RESIZE-CONFIRM hack.Brian Lamar2011-08-251-8/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Set state to RESIZING during resizing...Brian Lamar2011-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-08-253-1/+192
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Another attempt at fixing hanging test.Brian Lamar2011-08-252-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stub_instance fix from merge conflictBrian Lamar2011-08-241-3/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Added fix for parallel build test.Brian Lamar2011-08-242-1/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fixed silly ordering issue which was causing tons of test failures.Brian Lamar2011-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merged trunkBrian Lamar2011-08-245-1/+174
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \