Repository URL to install this package:
Version:
5.0.6.dev11-5.0 ▾
|
python3-dmapi
/
usr
/
lib
/
python3.6
/
site-packages
/
dmapi
/
conf
/
__pycache__
/
cells.cpython-36.pyc
|
---|
3 ·EcNG ã @ sN d dl mZ ejddddZejdddd d ddejd ddd d ddejdddgdd d ddejdddd d d ddejdddd d ddejdddUdd d ddejd d!dd d d"dejd#d$dd d d%dejd&d'dd d d(dg Z ejd)dVdd d d+dgZ ejd,ddd d d-dgZejd.d/dd d d0dgZejd1d2dd d d3dejd4d5dd d d6dgZ ejd7d8dd d d9dejd:d;dd d d<dgZejd=d>dd d d?dgZejd@dAgdd d dBdejdCdDgdd d dEdejdFd8dd d dGdejdHdIdd d dJdgZejdKddd d dLdejdMdd d dNdOgZe e e e e e e e e ZdPdQ ZdRdS ZdTS )Wé )ÚcfgZcellsz Cells Optionsa DEPRECATED: Cells options allow you to use cells v1 functionality in an OpenStack deployment. Note that the options in this group are only for cells v1 functionality, which is considered experimental and not recommended for new deployments. Cells v1 is being replaced with cells v2, which starting in the 15.0.0 Ocata release is required and all Nova deployments will be at least a cells v2 cell of one. )ÚtitleÚhelpÚenableFTz16.0.0z)Cells v1 is being replaced with Cells v2.aA Enable cell v1 functionality. Note that cells v1 is considered experimental and not recommended for new Nova deployments. Cells v1 is being replaced by cells v2 which starting in the 15.0.0 Ocata release, all Nova deployments are at least a cells v2 cell of one. Setting this option, or any other options in the [cells] group, is not required for cells v2. When this functionality is enabled, it lets you to scale an OpenStack Compute cloud in a more distributed fashion without having to use complicated technologies like database and message queue clustering. Cells are configured as a tree. The top-level cell should have a host that runs a dmapi-api service, but no dmapi-compute services. Each child cell should run all of the typical dmapi-* services in a regular Compute cloud except for dmapi-api. You can think of cells as a normal Compute deployment in that each cell has its own database server and message queue broker. Related options: * name: A unique cell name must be given when this functionality is enabled. * cell_type: Cell type should be defined for all cells. )ÚdefaultÚdeprecated_for_removalÚdeprecated_sinceÚdeprecated_reasonr ÚnameZdmapia- Name of the current cell. This value must be unique for each cell. Name of a cell is used as its id, leaving this option unset or setting the same name for two or more cells may cause unexpected behaviour. Related options: * enabled: This option is meaningful only when cells service is enabled Zcapabilitieszhypervisor=xenserver;kvmzos=linux;windowsa8 Cell capabilities. List of arbitrary key=value pairs defining capabilities of the current cell to be sent to the parent cells. These capabilities are intended to be used in cells scheduler filters/weighers. Possible values: * key=value pairs list for example; ``hypervisor=xenserver;kvm,os=linux;windows`` Zcall_timeouté<