Advertisement
Guest User

neutron.conf

a guest
Dec 6th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.45 KB | None | 0 0
  1. root@novalink:/home/novalink# cat /etc/neutron/neutron.conf
  2. [DEFAULT]
  3.  
  4. #
  5. # From neutron
  6. #
  7.  
  8. # Where to store Neutron state files. This directory must be writable by the
  9. # agent. (string value)
  10. #state_path = /var/lib/neutron
  11.  
  12. # The host IP to bind to (string value)
  13. #bind_host = 0.0.0.0
  14.  
  15. # The port to bind to (port value)
  16. # Minimum value: 0
  17. # Maximum value: 65535
  18. #bind_port = 9696
  19.  
  20. # The path for API extensions. Note that this can be a colon-separated list of
  21. # paths. For example: api_extensions_path =
  22. # extensions:/path/to/more/exts:/even/more/exts. The __path__ of
  23. # neutron.extensions is appended to this, so if your extensions are in there
  24. # you don't need to specify them here. (string value)
  25. #api_extensions_path =
  26.  
  27. # The type of authentication to use (string value)
  28. auth_strategy = keystone
  29.  
  30. # The core plugin Neutron will use (string value)
  31. core_plugin = ml2
  32.  
  33. # The service plugins Neutron will use (list value)
  34. #service_plugins =
  35.  
  36. # The base MAC address Neutron will use for VIFs. The first 3 octets will
  37. # remain unchanged. If the 4th octet is not 00, it will also be used. The
  38. # others will be randomly generated. (string value)
  39. #base_mac = fa:16:3e:00:00:00
  40.  
  41. # How many times Neutron will retry MAC generation (integer value)
  42. #mac_generation_retries = 16
  43.  
  44. # Allow the usage of the bulk API (boolean value)
  45. #allow_bulk = true
  46.  
  47. # Allow the usage of the pagination (boolean value)
  48. #allow_pagination = false
  49.  
  50. # Allow the usage of the sorting (boolean value)
  51. #allow_sorting = false
  52.  
  53. # The maximum number of items returned in a single response, value was
  54. # 'infinite' or negative integer means no limit (string value)
  55. #pagination_max_limit = -1
  56.  
  57. # Default value of availability zone hints. The availability zone aware
  58. # schedulers use this when the resources availability_zone_hints is empty.
  59. # Multiple availability zones can be specified by a comma separated string.
  60. # This value can be empty. In this case, even if availability_zone_hints for a
  61. # resource is empty, availability zone is considered for high availability
  62. # while scheduling the resource. (list value)
  63. #default_availability_zones =
  64.  
  65. # Maximum number of DNS nameservers per subnet (integer value)
  66. #max_dns_nameservers = 5
  67.  
  68. # Maximum number of host routes per subnet (integer value)
  69. #max_subnet_host_routes = 20
  70.  
  71. # Maximum number of fixed ips per port. This option is deprecated and will be
  72. # removed in the N release. (integer value)
  73. # This option is deprecated for removal.
  74. # Its value may be silently ignored in the future.
  75. #max_fixed_ips_per_port = 5
  76.  
  77. # Default IPv4 subnet pool to be used for automatic subnet CIDR allocation.
  78. # Specifies by UUID the pool to be used in case where creation of a subnet is
  79. # being called without a subnet pool ID. If not set then no pool will be used
  80. # unless passed explicitly to the subnet create. If no pool is used, then a
  81. # CIDR must be passed to create a subnet and that subnet will not be allocated
  82. # from any pool; it will be considered part of the tenant's private address
  83. # space. This option is deprecated for removal in the N release. (string value)
  84. # This option is deprecated for removal.
  85. # Its value may be silently ignored in the future.
  86. #default_ipv4_subnet_pool = <None>
  87.  
  88. # Default IPv6 subnet pool to be used for automatic subnet CIDR allocation.
  89. # Specifies by UUID the pool to be used in case where creation of a subnet is
  90. # being called without a subnet pool ID. See the description for
  91. # default_ipv4_subnet_pool for more information. This option is deprecated for
  92. # removal in the N release. (string value)
  93. # This option is deprecated for removal.
  94. # Its value may be silently ignored in the future.
  95. #default_ipv6_subnet_pool = <None>
  96.  
  97. # Enables IPv6 Prefix Delegation for automatic subnet CIDR allocation. Set to
  98. # True to enable IPv6 Prefix Delegation for subnet allocation in a PD-capable
  99. # environment. Users making subnet creation requests for IPv6 subnets without
  100. # providing a CIDR or subnetpool ID will be given a CIDR via the Prefix
  101. # Delegation mechanism. Note that enabling PD will override the behavior of the
  102. # default IPv6 subnetpool. (boolean value)
  103. #ipv6_pd_enabled = false
  104.  
  105. # DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite
  106. # lease times. (integer value)
  107. # Deprecated group/name - [DEFAULT]/dhcp_lease_time
  108. #dhcp_lease_duration = 86400
  109.  
  110. # Domain to use for building the hostnames (string value)
  111. #dns_domain = openstacklocal
  112.  
  113. # Driver for external DNS integration. (string value)
  114. #external_dns_driver = <None>
  115.  
  116. # Allow sending resource operation notification to DHCP agent (boolean value)
  117. #dhcp_agent_notification = true
  118.  
  119. # Allow overlapping IP support in Neutron. Attention: the following parameter
  120. # MUST be set to False if Neutron is being used in conjunction with Nova
  121. # security groups. (boolean value)
  122. #allow_overlapping_ips = false
  123.  
  124. # Hostname to be used by the Neutron server, agents and services running on
  125. # this machine. All the agents and services running on this machine must use
  126. # the same host value. (string value)
  127. #host = example.domain
  128.  
  129. # Ensure that configured gateway is on subnet. For IPv6, validate only if
  130. # gateway is not a link local address. Deprecated, to be removed during the
  131. # Newton release, at which point the gateway will not be forced on to subnet.
  132. # (boolean value)
  133. # This option is deprecated for removal.
  134. # Its value may be silently ignored in the future.
  135. #force_gateway_on_subnet = true
  136.  
  137. # Send notification to nova when port status changes (boolean value)
  138. #notify_nova_on_port_status_changes = true
  139.  
  140. # Send notification to nova when port data (fixed_ips/floatingip) changes so
  141. # nova can update its cache. (boolean value)
  142. #notify_nova_on_port_data_changes = true
  143.  
  144. # Number of seconds between sending events to nova if there are any events to
  145. # send. (integer value)
  146. #send_events_interval = 2
  147.  
  148. # If True, advertise network MTU values if core plugin calculates them. MTU is
  149. # advertised to running instances via DHCP and RA MTU options. (boolean value)
  150. #advertise_mtu = true
  151.  
  152. # Neutron IPAM (IP address management) driver to use. If ipam_driver is not set
  153. # (default behavior), no IPAM driver is used. In order to use the reference
  154. # implementation of Neutron IPAM driver, use 'internal'. (string value)
  155. #ipam_driver = <None>
  156.  
  157. # If True, then allow plugins that support it to create VLAN transparent
  158. # networks. (boolean value)
  159. #vlan_transparent = false
  160.  
  161. # This will choose the web framework in which to run the Neutron API server.
  162. # 'pecan' is a new experiemental rewrite of the API server. (string value)
  163. # Allowed values: legacy, pecan
  164. #web_framework = legacy
  165.  
  166. # MTU of the underlying physical network. Neutron uses this value to calculate
  167. # MTU for all virtual network components. For flat and VLAN networks, neutron
  168. # uses this value without modification. For overlay networks such as VXLAN,
  169. # neutron automatically subtracts the overlay protocol overhead from this
  170. # value. Defaults to 1500, the standard value for Ethernet. If using the ML2
  171. # plug-in with overlay/tunnel networks, also configure the ml2 path_mtu option
  172. # with the same value as the global_physnet_mtu option. (integer value)
  173. # Deprecated group/name - [ml2]/segment_mtu
  174. #global_physnet_mtu = 1500
  175.  
  176. # Number of backlog requests to configure the socket with (integer value)
  177. #backlog = 4096
  178.  
  179. # Number of seconds to keep retrying to listen (integer value)
  180. #retry_until_window = 30
  181.  
  182. # Enable SSL on the API server (boolean value)
  183. #use_ssl = false
  184.  
  185. # Seconds between running periodic tasks (integer value)
  186. #periodic_interval = 40
  187.  
  188. # Number of separate API worker processes for service. If not specified, the
  189. # default is equal to the number of CPUs available for best performance.
  190. # (integer value)
  191. #api_workers = <None>
  192.  
  193. # Number of RPC worker processes for service (integer value)
  194. #rpc_workers = 1
  195.  
  196. # Number of RPC worker processes dedicated to state reports queue (integer
  197. # value)
  198. #rpc_state_report_workers = 1
  199.  
  200. # Range of seconds to randomly delay when starting the periodic task scheduler
  201. # to reduce stampeding. (Disable by setting to 0) (integer value)
  202. #periodic_fuzzy_delay = 5
  203.  
  204. #
  205. # From neutron.agent
  206. #
  207.  
  208. # The driver used to manage the virtual interface. (string value)
  209. #interface_driver = <None>
  210.  
  211. # Location for Metadata Proxy UNIX domain socket. (string value)
  212. #metadata_proxy_socket = $state_path/metadata_proxy
  213.  
  214. # User (uid or name) running metadata proxy after its initialization (if empty:
  215. # agent effective user). (string value)
  216. #metadata_proxy_user =
  217.  
  218. # Group (gid or name) running metadata proxy after its initialization (if
  219. # empty: agent effective group). (string value)
  220. #metadata_proxy_group =
  221.  
  222. # Enable/Disable log watch by metadata proxy. It should be disabled when
  223. # metadata_proxy_user/group is not allowed to read/write its log file and
  224. # copytruncate logrotate option must be used if logrotate is enabled on
  225. # metadata proxy log files. Option default value is deduced from
  226. # metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent
  227. # effective user id/name. (boolean value)
  228. #metadata_proxy_watch_log = <None>
  229.  
  230. #
  231. # From neutron.db
  232. #
  233.  
  234. # Seconds to regard the agent is down; should be at least twice
  235. # report_interval, to be sure the agent is down for good. (integer value)
  236. #agent_down_time = 75
  237.  
  238. # Representing the resource type whose load is being reported by the agent.
  239. # This can be "networks", "subnets" or "ports". When specified (Default is
  240. # networks), the server will extract particular load sent as part of its agent
  241. # configuration object from the agent report state, which is the number of
  242. # resources being consumed, at every report_interval.dhcp_load_type can be used
  243. # in combination with network_scheduler_driver =
  244. # neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the
  245. # network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured
  246. # to represent the choice for the resource being balanced. Example:
  247. # dhcp_load_type=networks (string value)
  248. # Allowed values: networks, subnets, ports
  249. #dhcp_load_type = networks
  250.  
  251. # Agent starts with admin_state_up=False when enable_new_agents=False. In the
  252. # case, user's resources will not be scheduled automatically to the agent until
  253. # admin changes admin_state_up to True. (boolean value)
  254. #enable_new_agents = true
  255.  
  256. # Maximum number of routes per router (integer value)
  257. #max_routes = 30
  258.  
  259. # Define the default value of enable_snat if not provided in
  260. # external_gateway_info. (boolean value)
  261. #enable_snat_by_default = true
  262.  
  263. # Driver to use for scheduling network to DHCP agent (string value)
  264. #network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler
  265.  
  266. # Allow auto scheduling networks to DHCP agent. (boolean value)
  267. #network_auto_schedule = true
  268.  
  269. # Automatically remove networks from offline DHCP agents. (boolean value)
  270. #allow_automatic_dhcp_failover = true
  271.  
  272. # Number of DHCP agents scheduled to host a tenant network. If this number is
  273. # greater than 1, the scheduler automatically assigns multiple DHCP agents for
  274. # a given tenant network, providing high availability for DHCP service.
  275. # (integer value)
  276. #dhcp_agents_per_network = 1
  277.  
  278. # Enable services on an agent with admin_state_up False. If this option is
  279. # False, when admin_state_up of an agent is turned False, services on it will
  280. # be disabled. Agents with admin_state_up False are not selected for automatic
  281. # scheduling regardless of this option. But manual scheduling to such agents is
  282. # available if this option is True. (boolean value)
  283. #enable_services_on_agents_with_admin_state_down = false
  284.  
  285. # The base mac address used for unique DVR instances by Neutron. The first 3
  286. # octets will remain unchanged. If the 4th octet is not 00, it will also be
  287. # used. The others will be randomly generated. The 'dvr_base_mac' *must* be
  288. # different from 'base_mac' to avoid mixing them up with MAC's allocated for
  289. # tenant ports. A 4 octet example would be dvr_base_mac = fa:16:3f:4f:00:00.
  290. # The default is 3 octet (string value)
  291. #dvr_base_mac = fa:16:3f:00:00:00
  292.  
  293. # System-wide flag to determine the type of router that tenants can create.
  294. # Only admin can override. (boolean value)
  295. #router_distributed = false
  296.  
  297. # Driver to use for scheduling router to a default L3 agent (string value)
  298. #router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.LeastRoutersScheduler
  299.  
  300. # Allow auto scheduling of routers to L3 agent. (boolean value)
  301. #router_auto_schedule = true
  302.  
  303. # Automatically reschedule routers from offline L3 agents to online L3 agents.
  304. # (boolean value)
  305. #allow_automatic_l3agent_failover = false
  306.  
  307. # Enable HA mode for virtual routers. (boolean value)
  308. #l3_ha = false
  309.  
  310. # Maximum number of L3 agents which a HA router will be scheduled on. If it is
  311. # set to 0 then the router will be scheduled on every agent. (integer value)
  312. #max_l3_agents_per_router = 3
  313.  
  314. # Minimum number of L3 agents that have to be available in order to allow a new
  315. # HA router to be scheduled. (integer value)
  316. #min_l3_agents_per_router = 2
  317.  
  318. # Subnet used for the l3 HA admin network. (string value)
  319. #l3_ha_net_cidr = 169.254.192.0/18
  320.  
  321. # The network type to use when creating the HA network for an HA router. By
  322. # default or if empty, the first 'tenant_network_types' is used. This is
  323. # helpful when the VRRP traffic should use a specific network which is not the
  324. # default one. (string value)
  325. #l3_ha_network_type =
  326.  
  327. # The physical network name with which the HA network can be created. (string
  328. # value)
  329. #l3_ha_network_physical_name =
  330.  
  331. #
  332. # From neutron.extensions
  333. #
  334.  
  335. # Maximum number of allowed address pairs (integer value)
  336. #max_allowed_address_pair = 10
  337.  
  338. #
  339. # From oslo.log
  340. #
  341.  
  342. # If set to true, the logging level will be set to DEBUG instead of the default
  343. # INFO level. (boolean value)
  344. #debug = false
  345.  
  346. # If set to false, the logging level will be set to WARNING instead of the
  347. # default INFO level. (boolean value)
  348. # This option is deprecated for removal.
  349. # Its value may be silently ignored in the future.
  350. #verbose = true
  351.  
  352. # The name of a logging configuration file. This file is appended to any
  353. # existing logging configuration files. For details about logging configuration
  354. # files, see the Python logging module documentation. Note that when logging
  355. # configuration files are used then all logging configuration is set in the
  356. # configuration file and other logging configuration options are ignored (for
  357. # example, logging_context_format_string). (string value)
  358. # Deprecated group/name - [DEFAULT]/log_config
  359. #log_config_append = <None>
  360.  
  361. # Defines the format string for %%(asctime)s in log records. Default:
  362. # %(default)s . This option is ignored if log_config_append is set. (string
  363. # value)
  364. #log_date_format = %Y-%m-%d %H:%M:%S
  365.  
  366. # (Optional) Name of log file to send logging output to. If no default is set,
  367. # logging will go to stderr as defined by use_stderr. This option is ignored if
  368. # log_config_append is set. (string value)
  369. # Deprecated group/name - [DEFAULT]/logfile
  370. #log_file = <None>
  371.  
  372. # (Optional) The base directory used for relative log_file paths. This option
  373. # is ignored if log_config_append is set. (string value)
  374. # Deprecated group/name - [DEFAULT]/logdir
  375. #log_dir = <None>
  376.  
  377. # Uses logging handler designed to watch file system. When log file is moved or
  378. # removed this handler will open a new log file with specified path
  379. # instantaneously. It makes sense only if log_file option is specified and
  380. # Linux platform is used. This option is ignored if log_config_append is set.
  381. # (boolean value)
  382. #watch_log_file = false
  383.  
  384. # Use syslog for logging. Existing syslog format is DEPRECATED and will be
  385. # changed later to honor RFC5424. This option is ignored if log_config_append
  386. # is set. (boolean value)
  387. #use_syslog = false
  388.  
  389. # Syslog facility to receive log lines. This option is ignored if
  390. # log_config_append is set. (string value)
  391. #syslog_log_facility = LOG_USER
  392.  
  393. # Log output to standard error. This option is ignored if log_config_append is
  394. # set. (boolean value)
  395. #use_stderr = true
  396.  
  397. # Format string to use for log messages with context. (string value)
  398. #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
  399.  
  400. # Format string to use for log messages when context is undefined. (string
  401. # value)
  402. #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
  403.  
  404. # Additional data to append to log message when logging level for the message
  405. # is DEBUG. (string value)
  406. #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
  407.  
  408. # Prefix each line of exception output with this format. (string value)
  409. #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
  410.  
  411. # Defines the format string for %(user_identity)s that is used in
  412. # logging_context_format_string. (string value)
  413. #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
  414.  
  415. # List of package logging levels in logger=LEVEL pairs. This option is ignored
  416. # if log_config_append is set. (list value)
  417. #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
  418.  
  419. # Enables or disables publication of error events. (boolean value)
  420. #publish_errors = false
  421.  
  422. # The format for an instance that is passed with the log message. (string
  423. # value)
  424. #instance_format = "[instance: %(uuid)s] "
  425.  
  426. # The format for an instance UUID that is passed with the log message. (string
  427. # value)
  428. #instance_uuid_format = "[instance: %(uuid)s] "
  429.  
  430. # Enables or disables fatal status of deprecations. (boolean value)
  431. #fatal_deprecations = false
  432.  
  433. #
  434. # From oslo.messaging
  435. #
  436.  
  437. # Size of RPC connection pool. (integer value)
  438. # Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
  439. #rpc_conn_pool_size = 30
  440.  
  441. # ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
  442. # The "host" option should point or resolve to this address. (string value)
  443. #rpc_zmq_bind_address = *
  444.  
  445. # MatchMaker driver. (string value)
  446. # Allowed values: redis, dummy
  447. #rpc_zmq_matchmaker = redis
  448.  
  449. # Type of concurrency used. Either "native" or "eventlet" (string value)
  450. #rpc_zmq_concurrency = eventlet
  451.  
  452. # Number of ZeroMQ contexts, defaults to 1. (integer value)
  453. #rpc_zmq_contexts = 1
  454.  
  455. # Maximum number of ingress messages to locally buffer per topic. Default is
  456. # unlimited. (integer value)
  457. #rpc_zmq_topic_backlog = <None>
  458.  
  459. # Directory for holding IPC sockets. (string value)
  460. #rpc_zmq_ipc_dir = /var/run/openstack
  461.  
  462. # Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
  463. # "host" option, if running Nova. (string value)
  464. #rpc_zmq_host = localhost
  465.  
  466. # Seconds to wait before a cast expires (TTL). The default value of -1
  467. # specifies an infinite linger period. The value of 0 specifies no linger
  468. # period. Pending messages shall be discarded immediately when the socket is
  469. # closed. Only supported by impl_zmq. (integer value)
  470. #rpc_cast_timeout = -1
  471.  
  472. # The default number of seconds that poll should wait. Poll raises timeout
  473. # exception when timeout expired. (integer value)
  474. #rpc_poll_timeout = 1
  475.  
  476. # Expiration timeout in seconds of a name service record about existing target
  477. # ( < 0 means no timeout). (integer value)
  478. #zmq_target_expire = 120
  479.  
  480. # Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
  481. # value)
  482. #use_pub_sub = true
  483.  
  484. # Minimal port number for random ports range. (port value)
  485. # Minimum value: 0
  486. # Maximum value: 65535
  487. #rpc_zmq_min_port = 49152
  488.  
  489. # Maximal port number for random ports range. (integer value)
  490. # Minimum value: 1
  491. # Maximum value: 65536
  492. #rpc_zmq_max_port = 65536
  493.  
  494. # Number of retries to find free port number before fail with ZMQBindError.
  495. # (integer value)
  496. #rpc_zmq_bind_port_retries = 100
  497.  
  498. # Size of executor thread pool. (integer value)
  499. # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
  500. #executor_thread_pool_size = 64
  501.  
  502. # Seconds to wait for a response from a call. (integer value)
  503. #rpc_response_timeout = 60
  504.  
  505. # A URL representing the messaging driver to use and its full configuration. If
  506. # not set, we fall back to the rpc_backend option and driver specific
  507. # configuration. (string value)
  508. #transport_url = <None>
  509.  
  510. # The messaging driver to use, defaults to rabbit. Other drivers include amqp
  511. # and zmq. (string value)
  512. rpc_backend = rabbit
  513.  
  514. # The default exchange under which topics are scoped. May be overridden by an
  515. # exchange name specified in the transport_url option. (string value)
  516. #control_exchange = neutron
  517.  
  518. #
  519. # From oslo.service.wsgi
  520. #
  521.  
  522. # File name for the paste.deploy config for api service (string value)
  523. #api_paste_config = api-paste.ini
  524.  
  525. # A python format string that is used as the template to generate log lines.
  526. # The following values can beformatted into it: client_ip, date_time,
  527. # request_line, status_code, body_length, wall_seconds. (string value)
  528. #wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
  529.  
  530. # Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
  531. # supported on OS X. (integer value)
  532. #tcp_keepidle = 600
  533.  
  534. # Size of the pool of greenthreads used by wsgi (integer value)
  535. #wsgi_default_pool_size = 100
  536.  
  537. # Maximum line size of message headers to be accepted. max_header_line may need
  538. # to be increased when using large tokens (typically those generated when
  539. # keystone is configured to use PKI tokens with big service catalogs). (integer
  540. # value)
  541. #max_header_line = 16384
  542.  
  543. # If False, closes the client socket connection explicitly. (boolean value)
  544. #wsgi_keep_alive = true
  545.  
  546. # Timeout for client connections' socket operations. If an incoming connection
  547. # is idle for this number of seconds it will be closed. A value of '0' means
  548. # wait forever. (integer value)
  549. #client_socket_timeout = 900
  550.  
  551.  
  552. [agent]
  553.  
  554. #
  555. # From neutron.agent
  556. #
  557.  
  558. # Root helper application. Use 'sudo neutron-rootwrap
  559. # /etc/neutron/rootwrap.conf' to use the real root filter facility. Change to
  560. # 'sudo' to skip the filtering and just run the command directly. (string
  561. # value)
  562. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  563.  
  564. # Use the root helper when listing the namespaces on a system. This may not be
  565. # required depending on the security configuration. If the root helper is not
  566. # required, set this to False for a performance improvement. (boolean value)
  567. #use_helper_for_ns_read = true
  568.  
  569. # Root helper daemon application to use when possible. (string value)
  570. #root_helper_daemon = <None>
  571.  
  572. # Seconds between nodes reporting state to server; should be less than
  573. # agent_down_time, best if it is half or less than agent_down_time. (floating
  574. # point value)
  575. #report_interval = 30
  576.  
  577. # Log agent heartbeats (boolean value)
  578. #log_agent_heartbeats = false
  579.  
  580. # Add comments to iptables rules. Set to false to disallow the addition of
  581. # comments to generated iptables rules that describe each rule's purpose.
  582. # System must support the iptables comments module for addition of comments.
  583. # (boolean value)
  584. #comment_iptables_rules = true
  585.  
  586. # Action to be executed when a child process dies (string value)
  587. # Allowed values: respawn, exit
  588. #check_child_processes_action = respawn
  589.  
  590. # Interval between checks of child process liveness (seconds), use 0 to disable
  591. # (integer value)
  592. #check_child_processes_interval = 60
  593.  
  594. # Availability zone of this node (string value)
  595. #availability_zone = nova
  596.  
  597.  
  598. [cors]
  599.  
  600. #
  601. # From oslo.middleware.cors
  602. #
  603.  
  604. # Indicate whether this resource may be shared with the domain received in the
  605. # requests "origin" header. (list value)
  606. #allowed_origin = <None>
  607.  
  608. # Indicate that the actual request can include user credentials (boolean value)
  609. #allow_credentials = true
  610.  
  611. # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
  612. # Headers. (list value)
  613. #expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-Volume-microversion
  614.  
  615. # Maximum cache age of CORS preflight requests. (integer value)
  616. #max_age = 3600
  617.  
  618. # Indicate which methods can be used during the actual request. (list value)
  619. #allow_methods = GET,PUT,POST,DELETE,PATCH
  620.  
  621. # Indicate which header field names may be used during the actual request.
  622. # (list value)
  623. #allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
  624.  
  625.  
  626. [cors.subdomain]
  627.  
  628. #
  629. # From oslo.middleware.cors
  630. #
  631.  
  632. # Indicate whether this resource may be shared with the domain received in the
  633. # requests "origin" header. (list value)
  634. #allowed_origin = <None>
  635.  
  636. # Indicate that the actual request can include user credentials (boolean value)
  637. #allow_credentials = true
  638.  
  639. # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
  640. # Headers. (list value)
  641. #expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-Volume-microversion
  642.  
  643. # Maximum cache age of CORS preflight requests. (integer value)
  644. #max_age = 3600
  645.  
  646. # Indicate which methods can be used during the actual request. (list value)
  647. #allow_methods = GET,PUT,POST,DELETE,PATCH
  648.  
  649. # Indicate which header field names may be used during the actual request.
  650. # (list value)
  651. #allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
  652.  
  653.  
  654. [database]
  655.  
  656. #
  657. # From neutron.db
  658. #
  659.  
  660. # Database engine for which script will be generated when using offline
  661. # migration. (string value)
  662. #engine =
  663.  
  664. #
  665. # From oslo.db
  666. #
  667.  
  668. # The file name to use with SQLite. (string value)
  669. # Deprecated group/name - [DEFAULT]/sqlite_db
  670. #sqlite_db = oslo.sqlite
  671.  
  672. # If True, SQLite uses synchronous mode. (boolean value)
  673. # Deprecated group/name - [DEFAULT]/sqlite_synchronous
  674. #sqlite_synchronous = true
  675.  
  676. # The back end to use for the database. (string value)
  677. # Deprecated group/name - [DEFAULT]/db_backend
  678. #backend = sqlalchemy
  679.  
  680. # The SQLAlchemy connection string to use to connect to the database. (string
  681. # value)
  682. # Deprecated group/name - [DEFAULT]/sql_connection
  683. # Deprecated group/name - [DATABASE]/sql_connection
  684. # Deprecated group/name - [sql]/connection
  685. connection = sqlite:////var/lib/neutron/neutron.sqlite
  686.  
  687. # The SQLAlchemy connection string to use to connect to the slave database.
  688. # (string value)
  689. #slave_connection = <None>
  690.  
  691. # The SQL mode to be used for MySQL sessions. This option, including the
  692. # default, overrides any server-set SQL mode. To use whatever SQL mode is set
  693. # by the server configuration, set this to no value. Example: mysql_sql_mode=
  694. # (string value)
  695. #mysql_sql_mode = TRADITIONAL
  696.  
  697. # Timeout before idle SQL connections are reaped. (integer value)
  698. # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  699. # Deprecated group/name - [DATABASE]/sql_idle_timeout
  700. # Deprecated group/name - [sql]/idle_timeout
  701. #idle_timeout = 3600
  702.  
  703. # Minimum number of SQL connections to keep open in a pool. (integer value)
  704. # Deprecated group/name - [DEFAULT]/sql_min_pool_size
  705. # Deprecated group/name - [DATABASE]/sql_min_pool_size
  706. #min_pool_size = 1
  707.  
  708. # Maximum number of SQL connections to keep open in a pool. (integer value)
  709. # Deprecated group/name - [DEFAULT]/sql_max_pool_size
  710. # Deprecated group/name - [DATABASE]/sql_max_pool_size
  711. #max_pool_size = <None>
  712.  
  713. # Maximum number of database connection retries during startup. Set to -1 to
  714. # specify an infinite retry count. (integer value)
  715. # Deprecated group/name - [DEFAULT]/sql_max_retries
  716. # Deprecated group/name - [DATABASE]/sql_max_retries
  717. #max_retries = 10
  718.  
  719. # Interval between retries of opening a SQL connection. (integer value)
  720. # Deprecated group/name - [DEFAULT]/sql_retry_interval
  721. # Deprecated group/name - [DATABASE]/reconnect_interval
  722. #retry_interval = 10
  723.  
  724. # If set, use this value for max_overflow with SQLAlchemy. (integer value)
  725. # Deprecated group/name - [DEFAULT]/sql_max_overflow
  726. # Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
  727. #max_overflow = 50
  728.  
  729. # Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
  730. # value)
  731. # Deprecated group/name - [DEFAULT]/sql_connection_debug
  732. #connection_debug = 0
  733.  
  734. # Add Python stack traces to SQL as comment strings. (boolean value)
  735. # Deprecated group/name - [DEFAULT]/sql_connection_trace
  736. #connection_trace = false
  737.  
  738. # If set, use this value for pool_timeout with SQLAlchemy. (integer value)
  739. # Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
  740. #pool_timeout = <None>
  741.  
  742. # Enable the experimental use of database reconnect on connection lost.
  743. # (boolean value)
  744. #use_db_reconnect = false
  745.  
  746. # Seconds between retries of a database transaction. (integer value)
  747. #db_retry_interval = 1
  748.  
  749. # If True, increases the interval between retries of a database operation up to
  750. # db_max_retry_interval. (boolean value)
  751. #db_inc_retry_interval = true
  752.  
  753. # If db_inc_retry_interval is set, the maximum seconds between retries of a
  754. # database operation. (integer value)
  755. #db_max_retry_interval = 10
  756.  
  757. # Maximum retries in case of connection error or deadlock error before error is
  758. # raised. Set to -1 to specify an infinite retry count. (integer value)
  759. #db_max_retries = 20
  760.  
  761.  
  762. [keystone_authtoken]
  763.  
  764. auth_uri=http://10.96.248.145:5000/v2.0
  765. admin_user=neutron
  766. admin_tenant_name=services
  767. identity_uri=http://10.96.248.145:35357
  768. admin_password=cisco123
  769.  
  770. #
  771. # From keystonemiddleware.auth_token
  772. #
  773.  
  774. # Complete public Identity API endpoint. (string value)
  775. #auth_uri = <None>
  776.  
  777. # API version of the admin Identity API endpoint. (string value)
  778. #auth_version = <None>
  779.  
  780. # Do not handle authorization requests within the middleware, but delegate the
  781. # authorization decision to downstream WSGI components. (boolean value)
  782. #delay_auth_decision = false
  783.  
  784. # Request timeout value for communicating with Identity API server. (integer
  785. # value)
  786. #http_connect_timeout = <None>
  787.  
  788. # How many times are we trying to reconnect when communicating with Identity
  789. # API Server. (integer value)
  790. #http_request_max_retries = 3
  791.  
  792. # Env key for the swift cache. (string value)
  793. #cache = <None>
  794.  
  795. # Required if identity server requires client certificate (string value)
  796. #certfile = <None>
  797.  
  798. # Required if identity server requires client certificate (string value)
  799. #keyfile = <None>
  800.  
  801. # A PEM encoded Certificate Authority to use when verifying HTTPs connections.
  802. # Defaults to system CAs. (string value)
  803. #cafile = <None>
  804.  
  805. # Verify HTTPS connections. (boolean value)
  806. #insecure = false
  807.  
  808. # The region in which the identity server can be found. (string value)
  809. #region_name = <None>
  810.  
  811. # Directory used to cache files related to PKI tokens. (string value)
  812. #signing_dir = <None>
  813.  
  814. # Optionally specify a list of memcached server(s) to use for caching. If left
  815. # undefined, tokens will instead be cached in-process. (list value)
  816. # Deprecated group/name - [DEFAULT]/memcache_servers
  817. #memcached_servers = <None>
  818.  
  819. # In order to prevent excessive effort spent validating tokens, the middleware
  820. # caches previously-seen tokens for a configurable duration (in seconds). Set
  821. # to -1 to disable caching completely. (integer value)
  822. #token_cache_time = 300
  823.  
  824. # Determines the frequency at which the list of revoked tokens is retrieved
  825. # from the Identity service (in seconds). A high number of revocation events
  826. # combined with a low cache duration may significantly reduce performance.
  827. # (integer value)
  828. #revocation_cache_time = 10
  829.  
  830. # (Optional) If defined, indicate whether token data should be authenticated or
  831. # authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
  832. # in the cache. If ENCRYPT, token data is encrypted and authenticated in the
  833. # cache. If the value is not one of these options or empty, auth_token will
  834. # raise an exception on initialization. (string value)
  835. # Allowed values: None, MAC, ENCRYPT
  836. #memcache_security_strategy = None
  837.  
  838. # (Optional, mandatory if memcache_security_strategy is defined) This string is
  839. # used for key derivation. (string value)
  840. #memcache_secret_key = <None>
  841.  
  842. # (Optional) Number of seconds memcached server is considered dead before it is
  843. # tried again. (integer value)
  844. #memcache_pool_dead_retry = 300
  845.  
  846. # (Optional) Maximum total number of open connections to every memcached
  847. # server. (integer value)
  848. #memcache_pool_maxsize = 10
  849.  
  850. # (Optional) Socket timeout in seconds for communicating with a memcached
  851. # server. (integer value)
  852. #memcache_pool_socket_timeout = 3
  853.  
  854. # (Optional) Number of seconds a connection to memcached is held unused in the
  855. # pool before it is closed. (integer value)
  856. #memcache_pool_unused_timeout = 60
  857.  
  858. # (Optional) Number of seconds that an operation will wait to get a memcached
  859. # client connection from the pool. (integer value)
  860. #memcache_pool_conn_get_timeout = 10
  861.  
  862. # (Optional) Use the advanced (eventlet safe) memcached client pool. The
  863. # advanced pool will only work under python 2.x. (boolean value)
  864. #memcache_use_advanced_pool = false
  865.  
  866. # (Optional) Indicate whether to set the X-Service-Catalog header. If False,
  867. # middleware will not ask for service catalog on token validation and will not
  868. # set the X-Service-Catalog header. (boolean value)
  869. #include_service_catalog = true
  870.  
  871. # Used to control the use and type of token binding. Can be set to: "disabled"
  872. # to not check token binding. "permissive" (default) to validate binding
  873. # information if the bind type is of a form known to the server and ignore it
  874. # if not. "strict" like "permissive" but if the bind type is unknown the token
  875. # will be rejected. "required" any form of token binding is needed to be
  876. # allowed. Finally the name of a binding method that must be present in tokens.
  877. # (string value)
  878. #enforce_token_bind = permissive
  879.  
  880. # If true, the revocation list will be checked for cached tokens. This requires
  881. # that PKI tokens are configured on the identity server. (boolean value)
  882. #check_revocations_for_cached = false
  883.  
  884. # Hash algorithms to use for hashing PKI tokens. This may be a single algorithm
  885. # or multiple. The algorithms are those supported by Python standard
  886. # hashlib.new(). The hashes will be tried in the order given, so put the
  887. # preferred one first for performance. The result of the first hash will be
  888. # stored in the cache. This will typically be set to multiple values only while
  889. # migrating from a less secure algorithm to a more secure one. Once all the old
  890. # tokens are expired this option should be set to a single value for better
  891. # performance. (list value)
  892. #hash_algorithms = md5
  893.  
  894. # Prefix to prepend at the beginning of the path. Deprecated, use identity_uri.
  895. # (string value)
  896. #auth_admin_prefix =
  897.  
  898. # Host providing the admin Identity API endpoint. Deprecated, use identity_uri.
  899. # (string value)
  900. #auth_host = 127.0.0.1
  901.  
  902. # Port of the admin Identity API endpoint. Deprecated, use identity_uri.
  903. # (integer value)
  904. #auth_port = 35357
  905.  
  906. # Protocol of the admin Identity API endpoint. Deprecated, use identity_uri.
  907. # (string value)
  908. # Allowed values: http, https
  909. #auth_protocol = https
  910.  
  911. # Complete admin Identity API endpoint. This should specify the unversioned
  912. # root endpoint e.g. https://localhost:35357/ (string value)
  913. #identity_uri = <None>
  914.  
  915. # This option is deprecated and may be removed in a future release. Single
  916. # shared secret with the Keystone configuration used for bootstrapping a
  917. # Keystone installation, or otherwise bypassing the normal authentication
  918. # process. This option should not be used, use `admin_user` and
  919. # `admin_password` instead. (string value)
  920. #admin_token = <None>
  921.  
  922. # Service username. (string value)
  923. #admin_user = <None>
  924.  
  925. # Service user password. (string value)
  926. #admin_password = <None>
  927.  
  928. # Service tenant name. (string value)
  929. #admin_tenant_name = admin
  930.  
  931. # Authentication type to load (unknown value)
  932. # Deprecated group/name - [DEFAULT]/auth_plugin
  933. #auth_type = <None>
  934.  
  935. # Config Section from which to load plugin specific options (unknown value)
  936. #auth_section = <None>
  937.  
  938.  
  939. [matchmaker_redis]
  940.  
  941. #
  942. # From oslo.messaging
  943. #
  944.  
  945. # Host to locate redis. (string value)
  946. #host = 127.0.0.1
  947.  
  948. # Use this port to connect to redis host. (port value)
  949. # Minimum value: 0
  950. # Maximum value: 65535
  951. #port = 6379
  952.  
  953. # Password for Redis server (optional). (string value)
  954. #password =
  955.  
  956. # List of Redis Sentinel hosts (fault tolerance mode) e.g.
  957. # [host:port, host1:port ... ] (list value)
  958. #sentinel_hosts =
  959.  
  960. # Redis replica set name. (string value)
  961. #sentinel_group_name = oslo-messaging-zeromq
  962.  
  963. # Time in ms to wait between connection attempts. (integer value)
  964. #wait_timeout = 500
  965.  
  966. # Time in ms to wait before the transaction is killed. (integer value)
  967. #check_timeout = 20000
  968.  
  969. # Timeout in ms on blocking socket operations (integer value)
  970. #socket_timeout = 1000
  971.  
  972.  
  973. [nova]
  974.  
  975. #
  976. # From neutron
  977. #
  978.  
  979. # Name of nova region to use. Useful if keystone manages more than one region.
  980. # (string value)
  981. #region_name = <None>
  982.  
  983. # Type of the nova endpoint to use. This endpoint will be looked up in the
  984. # keystone catalog and should be one of public, internal or admin. (string
  985. # value)
  986. # Allowed values: public, admin, internal
  987. #endpoint_type = public
  988.  
  989. #
  990. # From nova.auth
  991. #
  992.  
  993. # Authentication URL (unknown value)
  994. #auth_url = <None>
  995.  
  996. # Authentication type to load (unknown value)
  997. # Deprecated group/name - [DEFAULT]/auth_plugin
  998. #auth_type = <None>
  999.  
  1000. # PEM encoded Certificate Authority to use when verifying HTTPs connections.
  1001. # (string value)
  1002. #cafile = <None>
  1003.  
  1004. # PEM encoded client certificate cert file (string value)
  1005. #certfile = <None>
  1006.  
  1007. # Optional domain ID to use with v3 and v2 parameters. It will be used for both
  1008. # the user and project domain in v3 and ignored in v2 authentication. (unknown
  1009. # value)
  1010. #default_domain_id = <None>
  1011.  
  1012. # Optional domain name to use with v3 API and v2 parameters. It will be used
  1013. # for both the user and project domain in v3 and ignored in v2 authentication.
  1014. # (unknown value)
  1015. #default_domain_name = <None>
  1016.  
  1017. # Domain ID to scope to (unknown value)
  1018. #domain_id = <None>
  1019.  
  1020. # Domain name to scope to (unknown value)
  1021. #domain_name = <None>
  1022.  
  1023. # Verify HTTPS connections. (boolean value)
  1024. #insecure = false
  1025.  
  1026. # PEM encoded client certificate key file (string value)
  1027. #keyfile = <None>
  1028.  
  1029. # User's password (unknown value)
  1030. #password = <None>
  1031.  
  1032. # Domain ID containing project (unknown value)
  1033. #project_domain_id = <None>
  1034.  
  1035. # Domain name containing project (unknown value)
  1036. #project_domain_name = <None>
  1037.  
  1038. # Project ID to scope to (unknown value)
  1039. # Deprecated group/name - [DEFAULT]/tenant-id
  1040. #project_id = <None>
  1041.  
  1042. # Project name to scope to (unknown value)
  1043. # Deprecated group/name - [DEFAULT]/tenant-name
  1044. #project_name = <None>
  1045.  
  1046. # Tenant ID (unknown value)
  1047. #tenant_id = <None>
  1048.  
  1049. # Tenant Name (unknown value)
  1050. #tenant_name = <None>
  1051.  
  1052. # Timeout value for http requests (integer value)
  1053. #timeout = <None>
  1054.  
  1055. # Trust ID (unknown value)
  1056. #trust_id = <None>
  1057.  
  1058. # User's domain id (unknown value)
  1059. #user_domain_id = <None>
  1060.  
  1061. # User's domain name (unknown value)
  1062. #user_domain_name = <None>
  1063.  
  1064. # User id (unknown value)
  1065. #user_id = <None>
  1066.  
  1067. # Username (unknown value)
  1068. # Deprecated group/name - [DEFAULT]/user-name
  1069. #username = <None>
  1070.  
  1071.  
  1072. [oslo_concurrency]
  1073.  
  1074. #
  1075. # From oslo.concurrency
  1076. #
  1077.  
  1078. # Enables or disables inter-process locks. (boolean value)
  1079. # Deprecated group/name - [DEFAULT]/disable_process_locking
  1080. #disable_process_locking = false
  1081.  
  1082. # Directory to use for lock files. For security, the specified directory
  1083. # should only be writable by the user running the processes that need locking.
  1084. # Defaults to environment variable OSLO_LOCK_PATH. If OSLO_LOCK_PATH is not set
  1085. # in the environment, use the Python tempfile.gettempdir function to find a
  1086. # suitable location. If external locks are used, a lock path must be set.
  1087. # (string value)
  1088. # Deprecated group/name - [DEFAULT]/lock_path
  1089. #lock_path = /tmp
  1090.  
  1091.  
  1092. [oslo_messaging_amqp]
  1093.  
  1094. #
  1095. # From oslo.messaging
  1096. #
  1097.  
  1098. # address prefix used when sending to a specific server (string value)
  1099. # Deprecated group/name - [amqp1]/server_request_prefix
  1100. #server_request_prefix = exclusive
  1101.  
  1102. # address prefix used when broadcasting to all servers (string value)
  1103. # Deprecated group/name - [amqp1]/broadcast_prefix
  1104. #broadcast_prefix = broadcast
  1105.  
  1106. # address prefix when sending to any server in group (string value)
  1107. # Deprecated group/name - [amqp1]/group_request_prefix
  1108. #group_request_prefix = unicast
  1109.  
  1110. # Name for the AMQP container (string value)
  1111. # Deprecated group/name - [amqp1]/container_name
  1112. #container_name = <None>
  1113.  
  1114. # Timeout for inactive connections (in seconds) (integer value)
  1115. # Deprecated group/name - [amqp1]/idle_timeout
  1116. #idle_timeout = 0
  1117.  
  1118. # Debug: dump AMQP frames to stdout (boolean value)
  1119. # Deprecated group/name - [amqp1]/trace
  1120. #trace = false
  1121.  
  1122. # CA certificate PEM file to verify server certificate (string value)
  1123. # Deprecated group/name - [amqp1]/ssl_ca_file
  1124. #ssl_ca_file =
  1125.  
  1126. # Identifying certificate PEM file to present to clients (string value)
  1127. # Deprecated group/name - [amqp1]/ssl_cert_file
  1128. #ssl_cert_file =
  1129.  
  1130. # Private key PEM file used to sign cert_file certificate (string value)
  1131. # Deprecated group/name - [amqp1]/ssl_key_file
  1132. #ssl_key_file =
  1133.  
  1134. # Password for decrypting ssl_key_file (if encrypted) (string value)
  1135. # Deprecated group/name - [amqp1]/ssl_key_password
  1136. #ssl_key_password = <None>
  1137.  
  1138. # Accept clients using either SSL or plain TCP (boolean value)
  1139. # Deprecated group/name - [amqp1]/allow_insecure_clients
  1140. #allow_insecure_clients = false
  1141.  
  1142. # Space separated list of acceptable SASL mechanisms (string value)
  1143. # Deprecated group/name - [amqp1]/sasl_mechanisms
  1144. #sasl_mechanisms =
  1145.  
  1146. # Path to directory that contains the SASL configuration (string value)
  1147. # Deprecated group/name - [amqp1]/sasl_config_dir
  1148. #sasl_config_dir =
  1149.  
  1150. # Name of configuration file (without .conf suffix) (string value)
  1151. # Deprecated group/name - [amqp1]/sasl_config_name
  1152. #sasl_config_name =
  1153.  
  1154. # User name for message broker authentication (string value)
  1155. # Deprecated group/name - [amqp1]/username
  1156. #username =
  1157.  
  1158. # Password for message broker authentication (string value)
  1159. # Deprecated group/name - [amqp1]/password
  1160. #password =
  1161.  
  1162.  
  1163. [oslo_messaging_notifications]
  1164.  
  1165. #
  1166. # From oslo.messaging
  1167. #
  1168.  
  1169. # The Drivers(s) to handle sending notifications. Possible values are
  1170. # messaging, messagingv2, routing, log, test, noop (multi valued)
  1171. # Deprecated group/name - [DEFAULT]/notification_driver
  1172. #driver =
  1173.  
  1174. # A URL representing the messaging driver to use for notifications. If not set,
  1175. # we fall back to the same configuration used for RPC. (string value)
  1176. # Deprecated group/name - [DEFAULT]/notification_transport_url
  1177. #transport_url = <None>
  1178.  
  1179. # AMQP topic used for OpenStack notifications. (list value)
  1180. # Deprecated group/name - [rpc_notifier2]/topics
  1181. # Deprecated group/name - [DEFAULT]/notification_topics
  1182. #topics = notifications
  1183.  
  1184.  
  1185. [oslo_messaging_rabbit]
  1186.  
  1187. #
  1188. # From oslo.messaging
  1189. #
  1190.  
  1191. # Use durable queues in AMQP. (boolean value)
  1192. # Deprecated group/name - [DEFAULT]/amqp_durable_queues
  1193. # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
  1194. #amqp_durable_queues = false
  1195.  
  1196. # Auto-delete queues in AMQP. (boolean value)
  1197. # Deprecated group/name - [DEFAULT]/amqp_auto_delete
  1198. #amqp_auto_delete = false
  1199.  
  1200. # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
  1201. # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
  1202. # distributions. (string value)
  1203. # Deprecated group/name - [DEFAULT]/kombu_ssl_version
  1204. #kombu_ssl_version =
  1205.  
  1206. # SSL key file (valid only if SSL enabled). (string value)
  1207. # Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
  1208. #kombu_ssl_keyfile =
  1209.  
  1210. # SSL cert file (valid only if SSL enabled). (string value)
  1211. # Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
  1212. #kombu_ssl_certfile =
  1213.  
  1214. # SSL certification authority file (valid only if SSL enabled). (string value)
  1215. # Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
  1216. #kombu_ssl_ca_certs =
  1217.  
  1218. # How long to wait before reconnecting in response to an AMQP consumer cancel
  1219. # notification. (floating point value)
  1220. # Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
  1221. #kombu_reconnect_delay = 1.0
  1222.  
  1223. # EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
  1224. # be used. This option may notbe available in future versions. (string value)
  1225. #kombu_compression = <None>
  1226.  
  1227. # How long to wait a missing client beforce abandoning to send it its replies.
  1228. # This value should not be longer than rpc_response_timeout. (integer value)
  1229. # Deprecated group/name - [DEFAULT]/kombu_reconnect_timeout
  1230. #kombu_missing_consumer_retry_timeout = 60
  1231.  
  1232. # Determines how the next RabbitMQ node is chosen in case the one we are
  1233. # currently connected to becomes unavailable. Takes effect only if more than
  1234. # one RabbitMQ node is provided in config. (string value)
  1235. # Allowed values: round-robin, shuffle
  1236. #kombu_failover_strategy = round-robin
  1237.  
  1238. # The RabbitMQ broker address where a single node is used. (string value)
  1239. # Deprecated group/name - [DEFAULT]/rabbit_host
  1240. #rabbit_host = localhost
  1241. rabbit_host = 10.96.248.145
  1242.  
  1243. # The RabbitMQ broker port where a single node is used. (port value)
  1244. # Minimum value: 0
  1245. # Maximum value: 65535
  1246. # Deprecated group/name - [DEFAULT]/rabbit_port
  1247. rabbit_port = 5672
  1248.  
  1249. # RabbitMQ HA cluster host:port pairs. (list value)
  1250. # Deprecated group/name - [DEFAULT]/rabbit_hosts
  1251. #rabbit_hosts = $rabbit_host:$rabbit_port
  1252. rabbit_hosts = 10.96.248.145:5672
  1253.  
  1254. # Connect over SSL for RabbitMQ. (boolean value)
  1255. # Deprecated group/name - [DEFAULT]/rabbit_use_ssl
  1256. #rabbit_use_ssl = false
  1257.  
  1258. # The RabbitMQ userid. (string value)
  1259. # Deprecated group/name - [DEFAULT]/rabbit_userid
  1260. rabbit_userid = guest
  1261.  
  1262. # The RabbitMQ password. (string value)
  1263. # Deprecated group/name - [DEFAULT]/rabbit_password
  1264. rabbit_password = guest
  1265.  
  1266. # The RabbitMQ login method. (string value)
  1267. # Deprecated group/name - [DEFAULT]/rabbit_login_method
  1268. #rabbit_login_method = AMQPLAIN
  1269.  
  1270. # The RabbitMQ virtual host. (string value)
  1271. # Deprecated group/name - [DEFAULT]/rabbit_virtual_host
  1272. #rabbit_virtual_host = /
  1273.  
  1274. # How frequently to retry connecting with RabbitMQ. (integer value)
  1275. #rabbit_retry_interval = 1
  1276.  
  1277. # How long to backoff for between retries when connecting to RabbitMQ. (integer
  1278. # value)
  1279. # Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
  1280. #rabbit_retry_backoff = 2
  1281.  
  1282. # Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
  1283. # (integer value)
  1284. #rabbit_interval_max = 30
  1285.  
  1286. # Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
  1287. # count). (integer value)
  1288. # Deprecated group/name - [DEFAULT]/rabbit_max_retries
  1289. #rabbit_max_retries = 0
  1290.  
  1291. # Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
  1292. # option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
  1293. # is no longer controlled by the x-ha-policy argument when declaring a queue.
  1294. # If you just want to make sure that all queues (except those with auto-
  1295. # generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
  1296. # HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
  1297. # Deprecated group/name - [DEFAULT]/rabbit_ha_queues
  1298. #rabbit_ha_queues = false
  1299.  
  1300. # Positive integer representing duration in seconds for queue TTL (x-expires).
  1301. # Queues which are unused for the duration of the TTL are automatically
  1302. # deleted. The parameter affects only reply and fanout queues. (integer value)
  1303. # Minimum value: 1
  1304. #rabbit_transient_queues_ttl = 1800
  1305.  
  1306. # Specifies the number of messages to prefetch. Setting to zero allows
  1307. # unlimited messages. (integer value)
  1308. #rabbit_qos_prefetch_count = 0
  1309.  
  1310. # Number of seconds after which the Rabbit broker is considered down if
  1311. # heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
  1312. # value)
  1313. #heartbeat_timeout_threshold = 60
  1314.  
  1315. # How often times during the heartbeat_timeout_threshold we check the
  1316. # heartbeat. (integer value)
  1317. #heartbeat_rate = 2
  1318.  
  1319. # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
  1320. # Deprecated group/name - [DEFAULT]/fake_rabbit
  1321. #fake_rabbit = false
  1322.  
  1323. # Maximum number of channels to allow (integer value)
  1324. #channel_max = <None>
  1325.  
  1326. # The maximum byte size for an AMQP frame (integer value)
  1327. #frame_max = <None>
  1328.  
  1329. # How often to send heartbeats for consumer's connections (integer value)
  1330. #heartbeat_interval = 1
  1331.  
  1332. # Enable SSL (boolean value)
  1333. #ssl = <None>
  1334.  
  1335. # Arguments passed to ssl.wrap_socket (dict value)
  1336. #ssl_options = <None>
  1337.  
  1338. # Set socket timeout in seconds for connection's socket (floating point value)
  1339. #socket_timeout = 0.25
  1340.  
  1341. # Set TCP_USER_TIMEOUT in seconds for connection's socket (floating point
  1342. # value)
  1343. #tcp_user_timeout = 0.25
  1344.  
  1345. # Set delay for reconnection to some host which has connection error (floating
  1346. # point value)
  1347. #host_connection_reconnect_delay = 0.25
  1348.  
  1349. # Maximum number of connections to keep queued. (integer value)
  1350. #pool_max_size = 10
  1351.  
  1352. # Maximum number of connections to create above `pool_max_size`. (integer
  1353. # value)
  1354. #pool_max_overflow = 0
  1355.  
  1356. # Default number of seconds to wait for a connections to available (integer
  1357. # value)
  1358. #pool_timeout = 30
  1359.  
  1360. # Lifetime of a connection (since creation) in seconds or None for no
  1361. # recycling. Expired connections are closed on acquire. (integer value)
  1362. #pool_recycle = 600
  1363.  
  1364. # Threshold at which inactive (since release) connections are considered stale
  1365. # in seconds or None for no staleness. Stale connections are closed on acquire.
  1366. # (integer value)
  1367. #pool_stale = 60
  1368.  
  1369. # Persist notification messages. (boolean value)
  1370. #notification_persistence = false
  1371.  
  1372. # Exchange name for for sending notifications (string value)
  1373. #default_notification_exchange = ${control_exchange}_notification
  1374.  
  1375. # Max number of not acknowledged message which RabbitMQ can send to
  1376. # notification listener. (integer value)
  1377. #notification_listener_prefetch_count = 100
  1378.  
  1379. # Reconnecting retry count in case of connectivity problem during sending
  1380. # notification, -1 means infinite retry. (integer value)
  1381. #default_notification_retry_attempts = -1
  1382.  
  1383. # Reconnecting retry delay in case of connectivity problem during sending
  1384. # notification message (floating point value)
  1385. #notification_retry_delay = 0.25
  1386.  
  1387. # Time to live for rpc queues without consumers in seconds. (integer value)
  1388. #rpc_queue_expiration = 60
  1389.  
  1390. # Exchange name for sending RPC messages (string value)
  1391. #default_rpc_exchange = ${control_exchange}_rpc
  1392.  
  1393. # Exchange name for receiving RPC replies (string value)
  1394. #rpc_reply_exchange = ${control_exchange}_rpc_reply
  1395.  
  1396. # Max number of not acknowledged message which RabbitMQ can send to rpc
  1397. # listener. (integer value)
  1398. #rpc_listener_prefetch_count = 100
  1399.  
  1400. # Max number of not acknowledged message which RabbitMQ can send to rpc reply
  1401. # listener. (integer value)
  1402. #rpc_reply_listener_prefetch_count = 100
  1403.  
  1404. # Reconnecting retry count in case of connectivity problem during sending
  1405. # reply. -1 means infinite retry during rpc_timeout (integer value)
  1406. #rpc_reply_retry_attempts = -1
  1407.  
  1408. # Reconnecting retry delay in case of connectivity problem during sending
  1409. # reply. (floating point value)
  1410. #rpc_reply_retry_delay = 0.25
  1411.  
  1412. # Reconnecting retry count in case of connectivity problem during sending RPC
  1413. # message, -1 means infinite retry. If actual retry attempts in not 0 the rpc
  1414. # request could be processed more then one time (integer value)
  1415. #default_rpc_retry_attempts = -1
  1416.  
  1417. # Reconnecting retry delay in case of connectivity problem during sending RPC
  1418. # message (floating point value)
  1419. #rpc_retry_delay = 0.25
  1420.  
  1421.  
  1422. [oslo_policy]
  1423.  
  1424. #
  1425. # From oslo.policy
  1426. #
  1427.  
  1428. # The JSON file that defines policies. (string value)
  1429. # Deprecated group/name - [DEFAULT]/policy_file
  1430. #policy_file = policy.json
  1431.  
  1432. # Default rule. Enforced when a requested rule is not found. (string value)
  1433. # Deprecated group/name - [DEFAULT]/policy_default_rule
  1434. #policy_default_rule = default
  1435.  
  1436. # Directories where policy configuration files are stored. They can be relative
  1437. # to any directory in the search path defined by the config_dir option, or
  1438. # absolute paths. The file defined by policy_file must exist for these
  1439. # directories to be searched. Missing or empty directories are ignored. (multi
  1440. # valued)
  1441. # Deprecated group/name - [DEFAULT]/policy_dirs
  1442. #policy_dirs = policy.d
  1443.  
  1444.  
  1445. [qos]
  1446.  
  1447. #
  1448. # From neutron.qos
  1449. #
  1450.  
  1451. # Drivers list to use to send the update notification (list value)
  1452. #notification_drivers = message_queue
  1453.  
  1454.  
  1455. [quotas]
  1456.  
  1457. #
  1458. # From neutron
  1459. #
  1460.  
  1461. # Resource name(s) that are supported in quota features. This option is now
  1462. # deprecated for removal. (list value)
  1463. # This option is deprecated for removal.
  1464. # Its value may be silently ignored in the future.
  1465. #quota_items = network,subnet,port
  1466.  
  1467. # Default number of resource allowed per tenant. A negative value means
  1468. # unlimited. (integer value)
  1469. #default_quota = -1
  1470.  
  1471. # Number of networks allowed per tenant. A negative value means unlimited.
  1472. # (integer value)
  1473. #quota_network = 10
  1474.  
  1475. # Number of subnets allowed per tenant, A negative value means unlimited.
  1476. # (integer value)
  1477. #quota_subnet = 10
  1478.  
  1479. # Number of ports allowed per tenant. A negative value means unlimited.
  1480. # (integer value)
  1481. #quota_port = 50
  1482.  
  1483. # Default driver to use for quota checks (string value)
  1484. #quota_driver = neutron.db.quota.driver.DbQuotaDriver
  1485.  
  1486. # Keep in track in the database of current resourcequota usage. Plugins which
  1487. # do not leverage the neutron database should set this flag to False (boolean
  1488. # value)
  1489. #track_quota_usage = true
  1490.  
  1491. #
  1492. # From neutron.extensions
  1493. #
  1494.  
  1495. # Number of routers allowed per tenant. A negative value means unlimited.
  1496. # (integer value)
  1497. #quota_router = 10
  1498.  
  1499. # Number of floating IPs allowed per tenant. A negative value means unlimited.
  1500. # (integer value)
  1501. #quota_floatingip = 50
  1502.  
  1503. # Number of security groups allowed per tenant. A negative value means
  1504. # unlimited. (integer value)
  1505. #quota_security_group = 10
  1506.  
  1507. # Number of security rules allowed per tenant. A negative value means
  1508. # unlimited. (integer value)
  1509. #quota_security_group_rule = 100
  1510.  
  1511.  
  1512. [ssl]
  1513.  
  1514. #
  1515. # From oslo.service.sslutils
  1516. #
  1517.  
  1518. # CA certificate file to use to verify connecting clients. (string value)
  1519. # Deprecated group/name - [DEFAULT]/ssl_ca_file
  1520. #ca_file = <None>
  1521.  
  1522. # Certificate file to use when starting the server securely. (string value)
  1523. # Deprecated group/name - [DEFAULT]/ssl_cert_file
  1524. #cert_file = <None>
  1525.  
  1526. # Private key file to use when starting the server securely. (string value)
  1527. # Deprecated group/name - [DEFAULT]/ssl_key_file
  1528. #key_file = <None>
  1529.  
  1530. # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
  1531. # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
  1532. # distributions. (string value)
  1533. #version = <None>
  1534.  
  1535. # Sets the list of available ciphers. value should be a string in the OpenSSL
  1536. # cipher list format. (string value)
  1537. #ciphers = <None>
  1538. root@novalink:/home/novalink#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement