Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 658 Bytes

Tools for custom Openstack Kolla images

Script kolla-builder.py automatically fetches corresponding commits of desired Openstack projects and generates kolla-build.conf for later use with in kolla toolset.

The idea here is to control building process and pin versions if needed.

To understand whole process please take a look how github workflows are configured for this repository and examples in open/closed pull requests.

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg