a6f1d46840
- remove dead statements that will never get executed - rename '*_multi_hv' resources to original names - rename templates - adjust unit tests Closes-bug: #1436739 Change-Id: Ib2a7ad8ff90595bade49895d86d681700118fc9b
17 lines
593 B
Plaintext
17 lines
593 B
Plaintext
[DEFAULT]
|
|
host=<%= @availability_zone_name %>-<%= @service_name %>
|
|
hypervisor_inspector=<%= scope.lookupvar('vmware::ceilometer::hypervisor_inspector') %>
|
|
default_log_levels=<%= scope.lookupvar('vmware::ceilometer::default_log_levels') %>
|
|
log_file=ceilometer-agent-compute-vmware-<%= @availability_zone_name %>-<%= @service_name %>.log
|
|
|
|
[vmware]
|
|
host_ip=<%= @vc_host %>
|
|
host_username=<%= @vc_user %>
|
|
host_password=<%= @vc_password %>
|
|
|
|
api_retry_count=<%= @api_retry_count %>
|
|
task_poll_interval=<%= @task_poll_interval %>
|
|
<% if @wsdl_location -%>
|
|
wsdl_location=<%= @wsdl_location %>
|
|
<% end -%>
|