Files
cb61a8d6c052f4401d482ca45b43bc53935a6b28
ironic-python-agent /examples /business-logic /setup.cfg
Dmitry Tantsur 7fb098aa0b Import example hardware managers from ipa-example-hardware-managers
They're not easily discoverable there, let's keep them in tree.
The examples have been restructured to have two different projects
ready to be copied and adjusted. PEP8 failures have been fixed.
Change-Id: I2af04f4b7f9a2109fe83ec517e716159331a48bb
Co-Authored-By: Jay Faulkner <jay@jvf.cc>
2020年07月31日 13:35:34 +02:00

20 lines
537 B
INI

[metadata]
name = example-business-logic
author = Jay Faulkner
author-email = jay@jvf.cc
summary = IPA Example Hardware Managers: Business Logic
license = Apache-2
classifier =
Intended Audience :: Developers
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
[files]
modules =
example_business_logic
[entry_points]
ironic_python_agent.hardware_managers =
example_business_logic = example_business_logic:ExampleBusinessLogicHardwareManager