Scripts and tools to build ironic-python-agent
Go to file
Doug Hellmann 57aa973d42 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I2dcdaa2452f30bd597407796945a79ed640eec59
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:54:35 -04:00
doc/source Initial structure 2017-11-03 14:34:47 +01:00
releasenotes Initial structure 2017-11-03 14:34:47 +01:00
.gitignore Initial structure 2017-11-03 14:34:47 +01:00
.gitreview Added .gitreview 2017-07-04 20:18:32 +00:00
CONTRIBUTING.rst Change bug links to storyboard 2018-04-05 16:17:32 +02:00
LICENSE Initial structure 2017-11-03 14:34:47 +01:00
README.rst Change bug links to storyboard 2018-04-05 16:17:32 +02:00
setup.cfg Initial structure 2017-11-03 14:34:47 +01:00
setup.py Initial structure 2017-11-03 14:34:47 +01:00
test-requirements.txt Initial structure 2017-11-03 14:34:47 +01:00
tox.ini fix tox python3 overrides 2018-09-26 18:54:35 -04:00

README.rst

Ironic Python Agent Builder

Tools and scripts to build a deployment, cleaning or inspection ramdisk based on Ironic Python Agent.