From 3e8c09e53a0dbe4733fad703dd8a7abb0a338daa Mon Sep 17 00:00:00 2001 From: Jeremy Hanmer Date: Wed, 26 Feb 2014 15:59:51 -0800 Subject: [PATCH] Typo/grammar fixes for the example neutron config file Change-Id: I12d21ef2a5bff5a8cdd08fea42b413b062479926 --- etc/neutron.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/etc/neutron.conf b/etc/neutron.conf index 665611722..e6f699ae4 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -31,7 +31,7 @@ lock_path = $state_path/lock # publish_errors = False -# Address to bind the API server +# Address to bind the API server to # bind_host = 0.0.0.0 # Port the bind the API server to @@ -70,7 +70,7 @@ lock_path = $state_path/lock # auth_strategy = keystone # Base MAC address. The first 3 octets will remain unchanged. If the -# 4h octet is not 00, it will also used. The others will be +# 4h octet is not 00, it will also be used. The others will be # randomly generated. # 3 octet # base_mac = fa:16:3e:00:00:00 @@ -128,7 +128,7 @@ lock_path = $state_path/lock # kombu_ssl_keyfile = # SSL cert file (valid only if SSL enabled) # kombu_ssl_certfile = -# SSL certification authority file (valid only if SSL enabled)' +# SSL certification authority file (valid only if SSL enabled) # kombu_ssl_ca_certs = # IP address of the RabbitMQ installation # rabbit_host = localhost @@ -148,7 +148,7 @@ lock_path = $state_path/lock # rabbit_max_retries = 0 # RabbitMQ connection retry interval # rabbit_retry_interval = 1 -# Use HA queues in RabbitMQ (x-ha-policy: all).You need to +# Use HA queues in RabbitMQ (x-ha-policy: all). You need to # wipe RabbitMQ database when changing this option. (boolean value) # rabbit_ha_queues = false @@ -182,7 +182,7 @@ lock_path = $state_path/lock # ============ Notification System Options ===================== -# Notifications can be sent when network/subnet/port are create, updated or deleted. +# Notifications can be sent when network/subnet/port are created, updated or deleted. # There are three methods of sending notifications: logging (via the # log_file directive), rpc (via a message queue) and # noop (no notifications sent, the default) @@ -208,7 +208,7 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier # Default maximum number of items returned in a single response, # value == infinite and value < 0 means no max limit, and value must -# greater than 0. If the number of items requested is greater than +# be greater than 0. If the number of items requested is greater than # pagination_max_limit, server will just return pagination_max_limit # of number of items. # pagination_max_limit = -1 @@ -256,6 +256,7 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier # worker thread in the current process. Greater than 0 launches that number of # child processes as workers. The parent process manages them. # api_workers = 0 + # Sets the value of TCP_KEEPIDLE in seconds to use for each server socket when # starting API server. Not supported on OS X. # tcp_keepidle = 600 @@ -404,9 +405,9 @@ signing_dir = $state_path/keystone-signing # Specify service providers (drivers) for advanced services like loadbalancer, VPN, Firewall. # Must be in form: # service_provider=::[:default] -# List of allowed service type include LOADBALANCER, FIREWALL, VPN +# List of allowed service types includes LOADBALANCER, FIREWALL, VPN # Combination of and must be unique; must also be unique -# this is multiline option, example for default provider: +# This is multiline option, example for default provider: # service_provider=LOADBALANCER:name:lbaas_plugin_driver_path:default # example of non-default provider: # service_provider=FIREWALL:name2:firewall_driver_path -- 2.45.2