diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-09-27 20:01:30 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-09-27 20:01:30 +0000 |
| commit | a2646129bc9dbd9dec57bdde7f510e0ea7bbddea (patch) | |
| tree | 041886cfdef32a0bb26cc51399e1e08d0c7b5f39 /doc/source | |
| parent | 7dba1d9aa989760b190f1cf3bad2ed22bb2e2fc5 (diff) | |
| parent | 0fab78825ef06310926181f6f97d377058b56b97 (diff) | |
Merge "compute_api create*() and schedulers refactoring"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/distributed_scheduler.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/devref/distributed_scheduler.rst b/doc/source/devref/distributed_scheduler.rst index c63e62f7f..7a631d69f 100644 --- a/doc/source/devref/distributed_scheduler.rst +++ b/doc/source/devref/distributed_scheduler.rst @@ -77,6 +77,8 @@ The filtering (excluding compute nodes incapable of fulfilling the request) and Requesting a new instance ------------------------- +(Note: The information below is out of date, as the `nova.compute.api.create_all_at_once()` functionality has merged into `nova.compute.api.create()` and the non-zone aware schedulers have been updated.) + Prior to the `BaseScheduler`, to request a new instance, a call was made to `nova.compute.api.create()`. The type of instance created depended on the value of the `InstanceType` record being passed in. The `InstanceType` determined the amount of disk, CPU, RAM and network required for the instance. Administrators can add new `InstanceType` records to suit their needs. For more complicated instance requests we need to go beyond the default fields in the `InstanceType` table. `nova.compute.api.create()` performed the following actions: |
