Move extensions under an ironic_python_agent.extensions module. This change also moves the @async_command() decorator into the base extension module. Change-Id: I4021fcc33a30f3460a31bca44a4bf776cd53d488
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
[metadata]
 | 
						|
name = ironic-python-agent
 | 
						|
author = Rackspace
 | 
						|
author-email = teeth-dev@lists.rackspace.com
 | 
						|
summary = Ironic Python Agent Ramdisk
 | 
						|
license = Apache-2
 | 
						|
classifier =
 | 
						|
    Development Status :: 4 - Beta
 | 
						|
        Intended Audience :: Developers
 | 
						|
        License :: OSI Approved :: Apache Software License
 | 
						|
        Operating System :: OS Independent
 | 
						|
        Programming Language :: Python
 | 
						|
[files]
 | 
						|
packages =
 | 
						|
    ironic_python_agent
 | 
						|
 | 
						|
[entry_points]
 | 
						|
console_scripts =
 | 
						|
    ironic-python-agent = ironic_python_agent.cmd.agent:run
 | 
						|
 | 
						|
ironic_python_agent.extensions =
 | 
						|
    standby = ironic_python_agent.extensions.standby:StandbyExtension
 | 
						|
    decom = ironic_python_agent.extensions.decom:DecomExtension
 | 
						|
    flow = ironic_python_agent.extensions.flow:FlowExtension
 | 
						|
 | 
						|
ironic_python_agent.hardware_managers =
 | 
						|
    generic = ironic_python_agent.hardware:GenericHardwareManager
 | 
						|
 | 
						|
[pbr]
 | 
						|
autodoc_index_modules = True
 | 
						|
 | 
						|
[build_sphinx]
 | 
						|
all_files = 1
 | 
						|
build-dir = doc/build
 | 
						|
source-dir = doc/source
 | 
						|
 | 
						|
[egg_info]
 | 
						|
tag_build =
 | 
						|
tag_date = 0
 | 
						|
tag_svn_revision = 0
 | 
						|
 | 
						|
[wheel]
 | 
						|
universal = 1
 |