From 5e7437e9dec63efd7ceb2ec0388fcf064d8152a8 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 26 May 2015 13:33:36 +0000 Subject: WIP: Configure ceilometer.conf for Kilo Change-Id: Iff3982510e5bbfd33c885168c949443c7dd1ff29 --- .../usr/share/openstack/ceilometer/ceilometer.conf | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/openstack/usr/share/openstack/ceilometer/ceilometer.conf b/openstack/usr/share/openstack/ceilometer/ceilometer.conf index 9d28b32e..e06199bc 100644 --- a/openstack/usr/share/openstack/ceilometer/ceilometer.conf +++ b/openstack/usr/share/openstack/ceilometer/ceilometer.conf @@ -12,7 +12,7 @@ auth_strategy = keystone #shuffle_time_before_polling_task = 0 # Configuration file for WSGI definition of API. (string value) -#api_paste_config = api_paste.ini +api_paste_config = api_paste.ini # Number of workers for Ceilometer API server. (integer value) #api_workers = 1 @@ -26,10 +26,10 @@ auth_strategy = keystone #pollster_list = [] # Exchange name for Nova notifications. (string value) -#nova_control_exchange = nova +nova_control_exchange = nova # List of metadata prefixes reserved for metering use. (list value) -#reserved_metadata_namespace = metering. +reserved_metadata_namespace = metering. # Limit on length of reserved metadata values. (integer value) #reserved_metadata_length = 256 @@ -39,11 +39,11 @@ auth_strategy = keystone #reserved_metadata_keys = # Inspector to use for inspecting the hypervisor layer. (string value) -#hypervisor_inspector = libvirt +hypervisor_inspector = libvirt # Libvirt domain type. (string value) # Allowed values: kvm, lxc, qemu, uml, xen -#libvirt_type = kvm +libvirt_type = kvm # Override the default libvirt URI (which is dependent on # libvirt_type). (string value) @@ -57,7 +57,7 @@ auth_strategy = keystone #dispatcher = database # Exchange name for Keystone notifications. (string value) -#keystone_control_exchange = keystone +keystone_control_exchange = keystone # Number of items to request in each paginated Glance API request # (parameter used by glancecelient). If this is less than or equal to @@ -66,10 +66,10 @@ auth_strategy = keystone #glance_page_size = 0 # Exchange name for Glance notifications. (string value) -#glance_control_exchange = glance +glance_control_exchange = glance # Exchange name for Ironic notifications. (string value) -#ironic_exchange = ironic +ironic_exchange = ironic # Exchanges name to listen for notifications. (multi valued) #http_control_exchanges = nova @@ -79,7 +79,7 @@ auth_strategy = keystone # Exchange name for Neutron notifications. (string value) # Deprecated group/name - [DEFAULT]/quantum_control_exchange -#neutron_control_exchange = neutron +neutron_control_exchange = neutron # Allow novaclient's debug log output. (boolean value) #nova_http_log_debug = false @@ -183,10 +183,10 @@ use_syslog = True #heat_control_exchange = heat # Configuration file for pipeline definition. (string value) -#pipeline_cfg_file = pipeline.yaml +pipeline_cfg_file = pipeline.yaml # Configuration file for event pipeline definition. (string value) -#event_pipeline_cfg_file = event_pipeline.yaml +event_pipeline_cfg_file = event_pipeline.yaml # Exchange name for DBaaS notifications. (string value) #trove_control_exchange = trove @@ -220,7 +220,7 @@ use_syslog = True # Path to the rootwrap configuration file touse for running commands # as root (string value) -#rootwrap_config = /etc/ceilometer/rootwrap.conf +rootwrap_config = /etc/ceilometer/rootwrap.conf # Exchange name for Cinder notifications. (string value) cinder_control_exchange = cinder @@ -318,7 +318,7 @@ rpc_backend = rabbit # The topic that ceilometer uses for alarm notifier messages. (string # value) -#notifier_rpc_topic = alarm_notifier +notifier_rpc_topic = alarm_notifier # The topic that ceilometer uses for alarm partition coordination # messages. DEPRECATED: RPC-based partitionedalarm evaluation service @@ -596,7 +596,7 @@ connection=postgresql://{{ CEILOMETER_DB_USER }}:{{ CEILOMETER_DB_PASSWORD }}@{{ # # Configuration file for event definitions. (string value) -#definitions_cfg_file = event_definitions.yaml +definitions_cfg_file = event_definitions.yaml # Drop notifications if no event definition matches. (Otherwise, we # convert them with just the default traits) (boolean value) @@ -1123,12 +1123,12 @@ rabbit_virtual_host = / # The JSON file that defines policies. (string value) # Deprecated group/name - [DEFAULT]/policy_file -#policy_file = policy.json +policy_file = policy.json # Default rule. Enforced when a requested rule is not found. (string # value) # Deprecated group/name - [DEFAULT]/policy_default_rule -#policy_default_rule = default +policy_default_rule = default # Directories where policy configuration files are stored. They can be # relative to any directory in the search path defined by the @@ -1238,7 +1238,7 @@ os_tenant_name = service # Auth URL to use for OpenStack service access. (string value) # Deprecated group/name - [DEFAULT]/os_auth_url -os_auth_url = http://{{ CONTROLLER_HOST_ADDRESS }}:35357 +os_auth_url = http://{{ CONTROLLER_HOST_ADDRESS }}:5000/v2.0 # Region name to use for OpenStack service endpoints. (string value) # Deprecated group/name - [DEFAULT]/os_region_name @@ -1263,13 +1263,13 @@ os_endpoint_type = internalURL #kwapi = energy # Glance service type. (string value) -#glance = image +glance = image # Neutron service type. (string value) -#neutron = network +neutron = network # Nova service type. (string value) -#nova = compute +nova = compute # Radosgw service type. (string value) #radosgw = object-store -- cgit v1.2.1