Commit Graph

4 Commits

Author SHA1 Message Date
jiangzhilin 0dcc1f9d18 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: If9e66c23a4a99b8959cf79eaf8326da524ec836b
2021-05-07 11:50:11 +00:00
Corey Bryant dae6d383fc Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that python35-charm-jobs is retained since this charm is supported
on Xenial.

Change-Id: I54278e976568bbf050cd71c17b01d3aa31317464
Story: #2005924
Task: #34228
2019-07-30 10:14:17 -04:00
caoyuan 2801094dff Add project infomation into setup.cfg
Change-Id: Ibfc1745e20928e9e4a38874b9f63a4326889b647
2019-01-14 14:06:28 +00:00
James Page 3bfcfb5a0a [yolanda] Add postgresql support
Rejig templates to use includes, add Postgresql context for neutron and quantum config files.
2014-03-31 12:56:09 +01:00