Show respect to original authors

We copied some codes/frameworks from Nova, but frogot to add
the original file informations, this tries to add them back.

Change-Id: I310d94fc334b6e72dc5eafa316f1b4842066ccbe
This commit is contained in:
Zhenguo Niu
2017-09-20 11:13:44 +08:00
parent 09392f9a29
commit 511be25834
12 changed files with 62 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
# Copyright 2016 Huawei Technologies Co.,LTD.
# Copyright 2014 Red Hat, Inc.
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -13,6 +15,10 @@
# License for the specific language governing permissions and limitations
# under the License.
'''
Leverages nova/virt/ironic/driver.py
'''
import collections
from ironicclient import exc as ironic_exc