Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Rosser 9e9a85c964 Cleanup setup.py config
Change-Id: I6c3de8e6b9ac1ef9a7deaabd0fa4decb085738d1
2022-04-04 10:35:13 +01:00
yangyawei 45bb67e61c 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: I002be9d2c1f5dbf8d3be07850f8e01e69888236a
2021-05-16 11:35:26 +08:00
melissaml 927e9d7987 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: I7be2c386d677e9865583dd54a591302eaee8e7dd
2020-04-14 16:41:30 +08:00
ZhongShengping c1285a2753 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: Ib0a20236918fd1d641b5d8cfa1dc82a2f73eaf1f
2018-12-05 09:12:59 +08:00
ZhongShengping 33365eb6af Update URLs in documents according to document migration
Change-Id: Ibd0ae996b255d70579d3cba602c60a9614244112
2017-07-14 09:36:46 +08:00
avnish 3eccdf099d modify the home-page info with the developer documentation
Change-Id: Ibf277db6d0357c8b83abb73cf44a1241fb4ec3f0
2016-09-20 13:06:44 +05:30
Jimmy McCrory fdaaacaca8 Implement base configuration for OpenStack-CI
This patch includes the following changes to enable OpenStack-CI gate
testing and to allow the role to pass a basic convergence test:

 - Base configuration for OpenStack's CI Infrastructure.
 - Base documentation build configuration.
 - A Vagrantfile for local testing.
 - A base test configuration in order to execute the standard tests.
 - Added a CONTRIBUTING file.
 - Add reno scaffolding for release notes management.
 - Correcting name of handler to restart services in install tasks.
 - Define ``cloudkitty_galera_password`` and
   ``cloudkitty_user_password`` in test variables.
 - Define default ``debug`` and ``cloudkitty_service_region`` variables.

Change-Id: I7bcc8c589d506d8b71eb08fc87861a4c31a6e947
2016-07-01 09:35:24 -07:00