Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Rosser 0835aa063e Cleanup setup.py config
Change-Id: I378993e01ebc354748f4f5cb48e70d9dfa658d3a
2022-04-04 09:55:53 +00:00
Andreas Jaeger 69d094b29f 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
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: If6065686dd9250085a7582509becd92602cb1169
2020-04-13 18:37:23 +02:00
ZhongShengping c35f1c52c5 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: I162a2b44703cf8994b482b9efeabf6ad812181f8
2018-12-05 09:16:38 +08:00
ZhongShengping dc560a65f9 Update URLs in documents according to document migration
Change-Id: Ib9f71417c02d66e655690b51e396a4ff629a6a0a
2017-07-14 09:25:21 +08:00
avnish 60cda78126 Update home page link in cfg file
Change-Id: Ie5fc333a1c3a36142072aa884c8a2973730f38c7
2016-09-20 12:50:34 +05:30
Kevin Carter a45aa3b2c1
IRR for apt_package_pinning
The change moves the role out from the main repo openstack-ansible
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-02 21:34:23 -06:00