Recent nova commit 8eb03de1eb83a6cd2d4d41804e1b8253f94e5400 removed the mechanism by which nova-powervm was loading its ComputeDriver from out of tree. With Change-Id: I78c0ca85cb6ee2e370214a89a203f6f099748930 we can now add to the nova.virt namespace from the nova-powervm package. This change set restores the ability to load the driver by creating a thin shim into nova.virt.powervm.driver, passing through all public symbols from nova_powervm.virt.powervm.driver. Change-Id: I8ff5154edfcef6fa83686b2ae046512ce7d6d628 Partial-Bug: 1575335
52 lines
1.3 KiB
INI
52 lines
1.3 KiB
INI
[metadata]
|
|
name = nova_powervm
|
|
summary = PowerVM driver for OpenStack Nova.
|
|
description-file = README.rst
|
|
author = IBM
|
|
author-email = kyleh@us.ibm.com
|
|
home-page = https://launchpad.net/nova-powervm
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
nova_powervm
|
|
nova.virt.powervm
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = nova_powervm/locale
|
|
domain = nova-powervm
|
|
|
|
[update_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
nova_powervm = nova_powervm.conf.powervm:list_opts
|
|
console_scripts =
|
|
nova-conductor-powervm = nova_powervm.cmd.conductor:main
|