Commit Graph

8 Commits

Author SHA1 Message Date
Ghanshyam Mann d68e447c4b Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I29fb152050adab2912b2528f304c97ea4534fda4
2024-02-24 11:40:49 -08:00
jiangzhilin 5e435a4264 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: I1f6e855b0c9cddaf714bf5750f3edd167ede1527
2021-05-04 07:53:55 +00:00
Le Hou b54b8acf4d Update to opendev
Change-Id: Iad852417fd90aa04f9c675659c5cec7668d14da8
2019-04-23 10:30:49 +08:00
Sean McGinnis 4d0ffa4da7 Fix package README errors
With the README file used as the package long description, errors would
cause the package checks to fail when uploading to PyPi. This switches
the README to be in RST format and gets rid of validation errors.

Change-Id: I8f3d3eb9ba2cc4b3d46d8748bc1340500fc7be0e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-30 14:36:52 -05:00
Steve Baker 10340cbd9e Use relative paths for data_files
pip install doesn't work with absolute paths

Change-Id: I8fe347cd34af1cf158563ce1344d00c6e2df9f66
2018-05-23 13:29:45 +12:00
Emilien Macchi 64371928c2 Fix role path in setup.cfg
Change-Id: Iee045b0140522b5cbf168e24b6272a051a4996aa
2018-04-27 07:33:09 -07:00
Emilien Macchi ae199140eb Fix ansible role name in cfg files
Change-Id: I59d81aaffb6813a62c7ffe7df60867b9c71b6b46
2018-04-26 12:33:07 -07:00
Emilien Macchi 832ffd9c27 First commit in Gerrit
- Add .gitreview
- Add tox configuration
- Add .gitignore
- Add requirements and test-requirements.txt
- Ass setup files
- Add ci-scripts for ansible-lint

Change-Id: I333f3701beee0d36854bcbd6b05d367941d68723
2018-04-26 09:09:06 -07:00