Commit Graph

6 Commits

Author SHA1 Message Date
liyou01 22c36265a8 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

Change-Id: I7e1a4df344023f1ceeae7c5c17bdf71cb42bca62
2022-09-10 12:10:41 +00:00
Andreas Jaeger 60ab492106 Small cleanups
the repo is building using Python 3, so remove some cruft:
* Remove python 2 requirements
* Remove python2 stanza from setup.py
* Remove obsolete sections from setup.cfg
* Remove unused variables from tox.ini

Change-Id: Ia56048d901f2fa0099341f349b02c7ac76a40b82
2020-04-07 13:09:25 +02:00
caoyuan cd21310d1e setup.cfg: Cleanup and update some urls to latest
- pbr hasn't need the hook configuration since forever [1]
- The 'wheel' group is renamed to 'bdist_wheel' [2]
- Update the urls to latest

[1] c84876dc0f
[2] f7c9878712

Change-Id: Ic1b16e454e957aab11bf8bab320c4509e1abf29f
2019-10-22 11:30:04 +08:00
ZhijunWei 91a5a62c75 Update the home-page link for ha-guide
Change-Id: Ic1c0f51c13ab73d9e00563647ccaa3913da68d4d
Closes-Bug: #1810068
2018-12-29 23:04:15 -05:00
Vieri 83d3798f4d Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I0ccbcf337df0ce7ac87cdd84cb230cb7fcade804
2018-12-05 04:11:19 +00:00
Adam Spiers 393604c6b7 import draft from openstack-manuals/doc/ha-guide-draft/
Move the draft of the restructured HA guide to this dedicated
repository, in order to focus reviews on a smaller, more specialist
audience and accelerate development.

Change-Id: I95a4b46fecaafafd1beb8314d1cf795b60fb17a8
2018-11-23 00:55:15 +00:00