diff options
author | Jack Morgan <jack.morgan@intel.com> | 2017-06-10 00:12:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-10 00:12:09 +0000 |
commit | a6c6721164807e36b8a97832c30bfb0cdfe8ac04 (patch) | |
tree | eb64b0db68fdc0fc5083ea3569c5be59a57df3b0 | |
parent | d4d63f63f1ab4cd636499adee319f2a0b8513020 (diff) | |
parent | e541780dfbc139909376f02dc0947edfdef4986c (diff) |
Merge "Fix ipmi section to be valid yaml"
-rw-r--r-- | config/pod1.yaml | 6 |
1 files 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: |