Development configuration files for kayobe
Go to file
Pierre Riteau fd5cea9fa0 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Iff0025bc13162397e6fabbc4b9674daa2e44091d
2021-05-05 10:04:35 +02:00
etc/kayobe Sync kayobe-config-dev with kayobe changes 2021-04-29 19:36:27 +01:00
zuul.d CI: Sync with kayobe jobs 2021-03-17 17:21:52 +01:00
.gitignore Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
.gitreview Fix .gitreview after rename 2019-09-16 16:31:00 +02:00
.yamllint Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
kayobe-env Add development environment configuration, imported from kayobe 2017-10-27 17:47:13 +01:00
LICENSE Add Apache2 license 2017-04-19 15:55:40 +01:00
README.rst Update links to docs and IRC for kolla governance 2019-09-16 17:44:23 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-05 10:04:35 +02:00
setup.py Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
test-requirements.txt Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
tox.ini Update TOX_CONSTRAINTS_FILE 2020-11-19 10:24:03 +00:00

Development Kayobe Configuration

This repository provides development configuration for the Kayobe project. It is based on the configuration provided by the kayobe-config repository, and provides a set of configuration suitable for a development or test environment. It is used by default in the Kayobe development environment, and also in the Kayobe Continuous Integration (CI) deployment jobs.