Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Rosser e3708903c2 Cleanup setup.py config
Change-Id: Ifef39d280e86cef9a45defe23e2a48bd5c6ce0a3
2022-04-04 10:37:10 +01:00
tushargite96 4022e8950e 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: Ie59f37d798873da90fb4b2c25699c2f4c62531ba
2021-07-12 11:44:07 +05:30
melissaml 5b49a43254 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Id6489c0f4931ee0ccbec79754aafe77aea05bd35
2020-04-14 16:40:41 +08:00
ZhongShengping 0063616267 Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: I5ef31eb212201feb34dac847a1553ca684385527
2018-12-05 09:16:40 +08:00
ZhongShengping 3602554d51 Update URLs in documents according to document migration
Change-Id: Ib0de255fecab02377d613f6769cbcc552ffaf04c
2017-07-14 09:36:35 +08:00
Travis Truman 88416a9760 [DOCS] - Clean up role docs
Changes are:
 - README now links to role docs and project launchpad
 - Project homepage links to developer docs
 - Service capitalization fixed
 - Example playbook indentation fixed

Change-Id: I40b20c48cc15d516d949be51aa55597a4d77a421
2016-08-17 10:56:38 -04:00
Jimmy McCrory b60591f75b Implement base configuration for independent repository
Change-Id: If3cee9b9da230ec4f96fc3355889c984d1977975
2016-03-01 09:38:00 -08:00