components/openstack/cinder/files/cinder.conf
changeset 6176 8b75bcaa9d4d
parent 5757 9c6a2daa1337
child 6530 c9012715dd1d
equal deleted inserted replaced
6175:ddba0e1c2f4f 6176:8b75bcaa9d4d
     1 [DEFAULT]
     1 [DEFAULT]
       
     2 
       
     3 #
       
     4 # Options defined in oslo.messaging
       
     5 #
       
     6 
       
     7 # ZeroMQ bind address. Should be a wildcard (*), an ethernet
       
     8 # interface, or IP. The "host" option should point or resolve
       
     9 # to this address. (string value)
       
    10 #rpc_zmq_bind_address=*
       
    11 
       
    12 # MatchMaker driver. (string value)
       
    13 #rpc_zmq_matchmaker=local
       
    14 
       
    15 # ZeroMQ receiver listening port. (integer value)
       
    16 #rpc_zmq_port=9501
       
    17 
       
    18 # Number of ZeroMQ contexts, defaults to 1. (integer value)
       
    19 #rpc_zmq_contexts=1
       
    20 
       
    21 # Maximum number of ingress messages to locally buffer per
       
    22 # topic. Default is unlimited. (integer value)
       
    23 #rpc_zmq_topic_backlog=<None>
       
    24 
       
    25 # Directory for holding IPC sockets. (string value)
       
    26 #rpc_zmq_ipc_dir=/var/run/openstack
       
    27 
       
    28 # Name of this node. Must be a valid hostname, FQDN, or IP
       
    29 # address. Must match "host" option, if running Nova. (string
       
    30 # value)
       
    31 #rpc_zmq_host=cinder
       
    32 
       
    33 # Seconds to wait before a cast expires (TTL). Only supported
       
    34 # by impl_zmq. (integer value)
       
    35 #rpc_cast_timeout=30
       
    36 
       
    37 # Heartbeat frequency. (integer value)
       
    38 #matchmaker_heartbeat_freq=300
       
    39 
       
    40 # Heartbeat time-to-live. (integer value)
       
    41 #matchmaker_heartbeat_ttl=600
       
    42 
       
    43 # Size of RPC thread pool. (integer value)
       
    44 #rpc_thread_pool_size=64
       
    45 
       
    46 # Driver or drivers to handle sending notifications. (multi
       
    47 # valued)
       
    48 #notification_driver=
       
    49 
       
    50 # AMQP topic used for OpenStack notifications. (list value)
       
    51 # Deprecated group/name - [rpc_notifier2]/topics
       
    52 #notification_topics=notifications
       
    53 
       
    54 # Seconds to wait for a response from a call. (integer value)
       
    55 #rpc_response_timeout=60
       
    56 
       
    57 # A URL representing the messaging driver to use and its full
       
    58 # configuration. If not set, we fall back to the rpc_backend
       
    59 # option and driver specific configuration. (string value)
       
    60 #transport_url=<None>
       
    61 
       
    62 # The messaging driver to use, defaults to rabbit. Other
       
    63 # drivers include qpid and zmq. (string value)
       
    64 #rpc_backend=rabbit
       
    65 
       
    66 # The default exchange under which topics are scoped. May be
       
    67 # overridden by an exchange name specified in the
       
    68 # transport_url option. (string value)
       
    69 #control_exchange=openstack
       
    70 
     2 
    71 
     3 #
    72 #
     4 # Options defined in oslo.log
    73 # Options defined in oslo.log
     5 #
    74 #
     6 
    75 
    90 #instance_format="[instance: %(uuid)s] "
   159 #instance_format="[instance: %(uuid)s] "
    91 
   160 
    92 # The format for an instance UUID that is passed with the log
   161 # The format for an instance UUID that is passed with the log
    93 # message. (string value)
   162 # message. (string value)
    94 #instance_uuid_format="[instance: %(uuid)s] "
   163 #instance_uuid_format="[instance: %(uuid)s] "
    95 
       
    96 
       
    97 #
       
    98 # Options defined in oslo.messaging
       
    99 #
       
   100 
       
   101 # ZeroMQ bind address. Should be a wildcard (*), an ethernet
       
   102 # interface, or IP. The "host" option should point or resolve
       
   103 # to this address. (string value)
       
   104 #rpc_zmq_bind_address=*
       
   105 
       
   106 # MatchMaker driver. (string value)
       
   107 #rpc_zmq_matchmaker=local
       
   108 
       
   109 # ZeroMQ receiver listening port. (integer value)
       
   110 #rpc_zmq_port=9501
       
   111 
       
   112 # Number of ZeroMQ contexts, defaults to 1. (integer value)
       
   113 #rpc_zmq_contexts=1
       
   114 
       
   115 # Maximum number of ingress messages to locally buffer per
       
   116 # topic. Default is unlimited. (integer value)
       
   117 #rpc_zmq_topic_backlog=<None>
       
   118 
       
   119 # Directory for holding IPC sockets. (string value)
       
   120 #rpc_zmq_ipc_dir=/var/run/openstack
       
   121 
       
   122 # Name of this node. Must be a valid hostname, FQDN, or IP
       
   123 # address. Must match "host" option, if running Nova. (string
       
   124 # value)
       
   125 #rpc_zmq_host=cinder
       
   126 
       
   127 # Seconds to wait before a cast expires (TTL). Only supported
       
   128 # by impl_zmq. (integer value)
       
   129 #rpc_cast_timeout=30
       
   130 
       
   131 # Heartbeat frequency. (integer value)
       
   132 #matchmaker_heartbeat_freq=300
       
   133 
       
   134 # Heartbeat time-to-live. (integer value)
       
   135 #matchmaker_heartbeat_ttl=600
       
   136 
       
   137 # Size of RPC thread pool. (integer value)
       
   138 #rpc_thread_pool_size=64
       
   139 
       
   140 # Driver or drivers to handle sending notifications. (multi
       
   141 # valued)
       
   142 #notification_driver=
       
   143 
       
   144 # AMQP topic used for OpenStack notifications. (list value)
       
   145 # Deprecated group/name - [rpc_notifier2]/topics
       
   146 #notification_topics=notifications
       
   147 
       
   148 # Seconds to wait for a response from a call. (integer value)
       
   149 #rpc_response_timeout=60
       
   150 
       
   151 # A URL representing the messaging driver to use and its full
       
   152 # configuration. If not set, we fall back to the rpc_backend
       
   153 # option and driver specific configuration. (string value)
       
   154 #transport_url=<None>
       
   155 
       
   156 # The messaging driver to use, defaults to rabbit. Other
       
   157 # drivers include qpid and zmq. (string value)
       
   158 #rpc_backend=rabbit
       
   159 
       
   160 # The default exchange under which topics are scoped. May be
       
   161 # overridden by an exchange name specified in the
       
   162 # transport_url option. (string value)
       
   163 #control_exchange=openstack
       
   164 
   164 
   165 
   165 
   166 #
   166 #
   167 # Options defined in cinder.exception
   167 # Options defined in cinder.exception
   168 #
   168 #