summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
index 457199d..abeb65c 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
@@ -718,14 +718,14 @@ os_auth_url=http://%CONTROLLER_IP%:5000/v2.0
718 718
719# Host providing the admin Identity API endpoint (string 719# Host providing the admin Identity API endpoint (string
720# value) 720# value)
721#auth_host=127.0.0.1 721auth_host=%CONTROLLER_IP%
722 722
723# Port of the admin Identity API endpoint (integer value) 723# Port of the admin Identity API endpoint (integer value)
724#auth_port=35357 724#auth_port=35357
725 725
726# Protocol of the admin Identity API endpoint(http or https) 726# Protocol of the admin Identity API endpoint(http or https)
727# (string value) 727# (string value)
728#auth_protocol=https 728auth_protocol=http
729 729
730# Complete public Identity API endpoint (string value) 730# Complete public Identity API endpoint (string value)
731#auth_uri=<None> 731#auth_uri=<None>
@@ -759,14 +759,14 @@ os_auth_url=http://%CONTROLLER_IP%:5000/v2.0
759#admin_token=<None> 759#admin_token=<None>
760 760
761# Keystone account username (string value) 761# Keystone account username (string value)
762#admin_user=<None> 762admin_user=ceilometer
763 763
764# Keystone account password (string value) 764# Keystone account password (string value)
765#admin_password=<None> 765admin_password=%ADMIN_PASSWORD%
766 766
767# Keystone service account tenant name to validate user tokens 767# Keystone service account tenant name to validate user tokens
768# (string value) 768# (string value)
769#admin_tenant_name=admin 769admin_tenant_name=%SERVICE_TENANT_NAME%
770 770
771# Env key for the swift cache (string value) 771# Env key for the swift cache (string value)
772#cache=<None> 772#cache=<None>