Updates docs for SR1 with final revision
[genesis.git] / fuel / deploy / dha_adapters / ipmi_adapter.py
index 1bef898..25aa36e 100644 (file)
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2015 Ericsson AB and others.
+# szilard.cserey@ericsson.com
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+###############################################################################
+
+
 import common
 import time
 from hardware_adapter import HardwareAdapter
@@ -6,6 +16,7 @@ log = common.log
 exec_cmd = common.exec_cmd
 err = common.err
 
+
 class IpmiAdapter(HardwareAdapter):
 
     def __init__(self, yaml_path):
@@ -104,4 +115,4 @@ class IpmiAdapter(HardwareAdapter):
                 exec_cmd('%s chassis bootdev cdrom' % cmd_prefix)
             elif dev == 'disk':
                 exec_cmd('%s chassis bootdev disk options=persistent'
-                         % cmd_prefix)
\ No newline at end of file
+                         % cmd_prefix)