Set host name explicitly for telemetry

Without this there could be a mismatch with other services like
nova and neutron and ceilometer wont find nova instances.

Closes-bug: #1721054

Depends-On: I421a61dc31bd10fec0a10bf7e867001cf4dd3f02

Change-Id: I92f6d351931f1ea598d6a382704e8f986129be42
This commit is contained in:
Pradeep Kilambi 2017-10-03 10:52:49 -04:00
parent 5840413021
commit efa7f8f515

View File

@ -164,6 +164,7 @@ outputs:
ceilometer::telemetry_secret: {get_param: CeilometerMeteringSecret}
ceilometer::snmpd_readonly_username: {get_param: SnmpdReadonlyUserName}
ceilometer::snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
ceilometer::host: '%{::fqdn}'
service_config_settings:
keystone:
ceilometer_auth_enabled: true