1a22e347a6
This driver allows to perform Power/Management operation with VM via Libvirt API. Change-Id: Ia82f7fb45d2592d96ddcc423771bbd14df1e4e28 Partial-Bug: #1524773
23 lines
519 B
INI
23 lines
519 B
INI
[metadata]
|
|
name = ironic-fa-deploy
|
|
version = 8.0.0
|
|
author = Mirantis
|
|
summary = Fuel Agent deploy driver for Ironic
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
Programming Language :: Python
|
|
|
|
[files]
|
|
packages =
|
|
ironic_fa_deploy
|
|
|
|
extra_files =
|
|
ironic_fa_deploy/modules/fuel_config.template
|
|
|
|
|
|
[entry_points]
|
|
ironic.drivers =
|
|
fuel_ipmitool = ironic_fa_deploy.fuel:FuelAndIPMIToolDriver
|
|
fuel_libvirt = ironic_fa_deploy.fuel:FuelAndLibvirtDriver
|
|
fuel_ssh = ironic_fa_deploy.fuel:FuelAndSSHDriver
|