summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chdent@redhat.com>2014-09-16 13:48:04 +0100
committerChris Dent <chdent@redhat.com>2014-09-18 10:22:17 +0100
commit7b89798be3b81259a0440dec928cb11cccb7158d (patch)
tree1fd10d4227a06a28aa114f2c86784c636ab2041b
parent1ac00d4a705d0a0adc761d7f9559c69bf3748f07 (diff)
downloadceilometer-7b89798be3b81259a0440dec928cb11cccb7158d.tar.gz
Add an API configuration section to docs
Uses the help text from where the options are defined. Closes-Bug: #1370030 Change-Id: I77e048ea37492c32a8d81c5d27262a4398ffaf3a
-rw-r--r--doc/source/configuration.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index e19d7256..736adb1f 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -41,7 +41,6 @@ metering_topic metering the topic
sample_source openstack The source name of emitted samples
control_exchange ceilometer AMQP exchange to connect to if using RabbitMQ or Qpid
database_connection mongodb://localhost:27017/ceilometer Database connection string
-metering_api_port 8777 The port for the ceilometer API server
reseller_prefix AUTH\_ Prefix used by swift for reseller token
nova_http_log_debug False Log request/response parameters between nova and ceilometer
glance_page_size 0 Number of items to request in each paginated Glance API
@@ -52,6 +51,22 @@ glance_page_size 0 Number of
glanceclient, than to define higher default value.
=============================== ==================================== ==============================================================
+API Configuration
+=================
+
+The following options may be used under an [api] section.
+
+=============================== ==================================== ===============================================================
+Parameter Default Note
+=============================== ==================================== ===============================================================
+host 0.0.0.0 The listen IP for the API service
+port 8777 The listen port for the API service
+enable_reverse_dns_lookup False Set to False if your environment does not need or have DNS
+ server, otherwise it will delay the response from the api.
+pecan_debug The value of DEFAULT.debug Toggle Pecan Debug Middleware. Set to false when using multiple
+ processes with mod_wsgi.
+=============================== ==================================== ===============================================================
+
Service polling authentication
==============================