[config-ref] move nova rpc_driver_queue_base into cells

backport: mitaka

Change-Id: Iffae25034ccfbf4577913585393ae8af81aa757d
Closes-Bug: #1604637
(cherry picked from commit 450b72d922)
This commit is contained in:
KATO Tomoyuki
2016-07-20 10:40:39 +09:00
parent 6595f14698
commit 6ba700eca3
3 changed files with 3 additions and 5 deletions

View File

@@ -52,5 +52,7 @@
- (Floating point) Offset weight multiplier Multiplier used to weigh offset weigher. Cells with higher weight_offsets in the DB will be preferred. The weight_offset is a property of a cell stored in the database. It can be used by a deployer to have scheduling decisions favor or disfavor cells based on the setting. Possible values: * Numeric multiplier Services which consume this: * nova-cells Related options: * None
* - ``reserve_percent`` = ``10.0``
- (Floating point) Reserve percentage Percentage of cell capacity to hold in reserve, so the minimum amount of free resource is considered to be; min_free = total * (reserve_percent / 100.0) This option affects both memory and disk utilization. The primary purpose of this reserve is to ensure some space is available for users who want to resize their instance to be larger. Note that currently once the capacity expands into this reserve space this option is ignored. Possible values: * Float percentage value Services which consume this: * nova-cells Related options: * None
* - ``rpc_driver_queue_base`` = ``cells.intercell``
- (String) RPC driver queue base When sending a message to another cell by JSON-ifying the message and making an RPC cast to 'process_message', a base queue is used. This option defines the base queue name to be used when communicating between cells. Various topics by message type will be appended to this. Possible values: * The base queue name to be used when communicating between cells. Services which consume this: * nova-cells Related options: * None
* - ``topic`` = ``cells``
- (String) Topic This is the message queue topic that cells nodes listen on. It is used when the cells service is started up to configure the queue, and whenever an RPC call to the scheduler is made. Possible values: * cells: This is the recommended and the default value. Services which consume this: * nova-cells Related options: * None

View File

@@ -30,10 +30,6 @@
- (Integer) The default number of seconds that poll should wait. Poll raises timeout exception when timeout expired.
* - ``rpc_response_timeout`` = ``60``
- (Integer) Seconds to wait for a response from a call.
* - **[cells]**
-
* - ``rpc_driver_queue_base`` = ``cells.intercell``
- (String) RPC driver queue base When sending a message to another cell by JSON-ifying the message and making an RPC cast to 'process_message', a base queue is used. This option defines the base queue name to be used when communicating between cells. Various topics by message type will be appended to this. Possible values: * The base queue name to be used when communicating between cells. Services which consume this: * nova-cells Related options: * None
* - **[oslo_concurrency]**
-
* - ``disable_process_locking`` = ``False``

View File

@@ -388,7 +388,7 @@ cells/name cells
cells/offset_weight_multiplier cells
cells/ram_weight_multiplier scheduler
cells/reserve_percent cells
cells/rpc_driver_queue_base rpc
cells/rpc_driver_queue_base cells
cells/scheduler upgrade_levels
cells/scheduler_filter_classes scheduler
cells/scheduler_retries scheduler