Import the Ironic virt driver and supporting files (client lib wrapper and state mapping), as well as relevant unit tests, as of commit da967d77894be6f23d81fb5cc948f9d13898ba84 This is the dicing up of review/103167 into smaller chunks ready for review. Change-Id: If1f51c97212f687dd0d4d4044e9dbf7a90335e75 Co-authored-by: Adam Gandelman <adamg@ubuntu.com> Co-authored-by: Andrey Kurilin <akurilin@mirantis.com> Co-authored-by: ChangBo Guo(gcb) <eric.guo@easystack.cn> Co-authored-by: Chris Behrens <cbehrens@codestud.com> Co-authored-by: Chris Krelle <nobodycam@gmail.com> Co-authored-by: David Shrewsbury <shrewsbury.dave@gmail.com> Co-authored-by: Devananda van der Veen <devananda.vdv@gmail.com> Co-authored-by: Dmitry Tantsur <dtantsur@redhat.com> Co-authored-by: Jim Rollenhagen <jim@jimrollenhagen.com> Co-authored-by: Lucas Alvares Gomes <lucasagomes@gmail.com> Co-authored-by: Matthew Gilliard <matthew.gilliard@hp.com> Co-authored-by: Mikhail Durnosvistov <mdurnosvistov@mirantis.com> Co-authored-by: Pablo Fernando Cargnelutti <pablo.fernando.cargnelutti@intel.com> Co-authored-by: Robert Collins <rbtcollins@hp.com> Co-authored-by: ryo.kurahashi <kurahashi-rxa@necst.nec.co.jp>
19 lines
697 B
Python
19 lines
697 B
Python
# Copyright 2013 Hewlett-Packard Development Company, L.P.
|
|
# All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
from nova.virt.ironic import driver
|
|
|
|
IronicDriver = driver.IronicDriver
|