From 66dc137068629c003c2eb8f8900821e0f595b492 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Fri, 17 Jan 2014 14:16:04 +0100 Subject: [PATCH] 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 --- etc/climate.conf.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/climate.conf.example b/etc/climate.conf.example index 24b8e378..b03b4c0e 100644 --- a/etc/climate.conf.example +++ b/etc/climate.conf.example @@ -8,8 +8,12 @@ os_admin_password= os_admin_tenant_name= [manager] -plugins=dummy.vm.plugin +plugins=dummy.vm.plugin,physical.host.plugin [virtual:instance] on_start = wake_up -on_end = delete \ No newline at end of file +on_end = delete + +[physical:host] +on_start = wake_up +on_end = delete