Repository URL to install this package:
Version:
4.2.64.2 ▾
|
ó [dc @ sn d d l m Z e j d d d d d e j d d d d d e j d d d g Z d Z d Z d S( iÿÿÿÿ( t cfgt" internal_service_availability_zonet defaultt internalt helps Availability zone for internal services. This option determines the availability zone for the various internal dmapi services, such as 'dmapi-scheduler', 'dmapi-conductor', etc. Possible values: * Any string representing an existing availability zone name. t default_availability_zonet dmapis8 Default availability zone for compute services. This option determines the default availability zone for 'dmapi-compute' services, which will be used if the service(s) do not belong to aggregates with availability zone metadata. Possible values: * Any string representing an existing availability zone name. t default_schedule_zones÷ Default availability zone for instances. This option determines the default availability zone for instances, which will be used when a user does not specify one when creating an instance. The instance(s) will be bound to this availability zone for their lifetime. Possible values: * Any string representing an existing availability zone name. * None, which means that the instance can move from one availability zone to another during its lifetime if it is moved from one compute node to another. c C s | j t d S( N( t register_optst availability_zone_opts( t conf( ( s@ /usr/lib/python2.7/dist-packages/dmapi/conf/availability_zone.pyR 1 s c C s i t d 6S( Nt DEFAULT( R ( ( ( s@ /usr/lib/python2.7/dist-packages/dmapi/conf/availability_zone.pyt list_opts5 s N( t oslo_configR t StrOptR R R ( ( ( s@ /usr/lib/python2.7/dist-packages/dmapi/conf/availability_zone.pyt <module> s