Add Physical Host Config to climate.conf.example

There was a miss in the example climate.conf where only the
virtual instance plugin was loaded. Added it.

Implements blueprint host-manager

Change-Id: I535b93a6cbd4dd4b89c7794fdfe4e38dd3259f49
This commit is contained in:
Sylvain Bauza 2014-01-17 14:16:04 +01:00
parent 4d13adad83
commit 66dc137068

View File

@ -8,8 +8,12 @@ os_admin_password=<password>
os_admin_tenant_name=<tenant_name>
[manager]
plugins=dummy.vm.plugin
plugins=dummy.vm.plugin,physical.host.plugin
[virtual:instance]
on_start = wake_up
on_end = delete
[physical:host]
on_start = wake_up
on_end = delete