7fb098aa0b
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>
20 lines
537 B
INI
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
|