Merge "XenAPI: support ceilometer service"
This commit is contained in:
commit
9092e5ef29
@ -11,6 +11,8 @@ evaluation_interval = 300
|
|||||||
|
|
||||||
{% if nova_compute_virt_type == 'vmware' %}
|
{% if nova_compute_virt_type == 'vmware' %}
|
||||||
hypervisor_inspector = vsphere
|
hypervisor_inspector = vsphere
|
||||||
|
{% elif nova_compute_virt_type == 'xenapi' %}
|
||||||
|
hypervisor_inspector = xenapi
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
@ -57,3 +59,10 @@ transport_url = {{ notify_transport_url }}
|
|||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
policy_file = {{ ceilometer_policy_file }}
|
policy_file = {{ ceilometer_policy_file }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if nova_compute_virt_type == 'xenapi' %}
|
||||||
|
[xenapi]
|
||||||
|
connection_url = {{ xenserver_connect_protocol }}://{{ xenserver_himn_ip }}
|
||||||
|
connection_username = {{ xenserver_username }}
|
||||||
|
connection_password = {{ xenserver_password }}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user