From e541780dfbc139909376f02dc0947edfdef4986c Mon Sep 17 00:00:00 2001 From: agardner Date: Tue, 16 May 2017 09:44:13 -0400 Subject: Fix ipmi section to be valid yaml Change-Id: I04b5c5ead3b71c06549e9b385dcadacb79751ee4 Signed-off-by: agardner --- config/pod1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/pod1.yaml b/config/pod1.yaml index 26bc51d4..c0314319 100644 --- a/config/pod1.yaml +++ b/config/pod1.yaml @@ -33,9 +33,9 @@ jumphost: os: ubuntu-14.04 #operation system installed remote_para: &remoteparas type: {ipmi|amt} # hardware manggement tool - - ipmi: # for impi, there maybe a list versions - - 1.0 - - 2.0 + versions: + - 1.0 + - 2.0 user: root pass: root remote_mangement: -- cgit 1.2.3-korg