]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Typo/grammar fixes for the example neutron config file
authorJeremy Hanmer <jeremy@dreamhost.com>
Wed, 26 Feb 2014 23:59:51 +0000 (15:59 -0800)
committerJeremy Hanmer <jeremy@dreamhost.com>
Wed, 26 Feb 2014 23:59:51 +0000 (15:59 -0800)
Change-Id: I12d21ef2a5bff5a8cdd08fea42b413b062479926

etc/neutron.conf

index 6656117221ecde27c032a63c1191e63a1984c302..e6f699ae404ee8b47856ef40b4d28ea21c12f30e 100644 (file)
@@ -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=<service_type>:<name>:<driver>[:default]
-# List of allowed service type include LOADBALANCER, FIREWALL, VPN
+# List of allowed service types includes LOADBALANCER, FIREWALL, VPN
 # Combination of <service type> and <name> must be unique; <driver> 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