Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger fd5ab8adea Update docs building, cleanup
Update docs building and cleanup a bit:
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requirements.txt for these
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine,
  move constraints into deps, use TOX_CONSTRAINTS instead of
  obsolete UPPER_CONSTRAINTS
* Use new variables from updated openstackdocstheme

Change-Id: I659a8736195ff621032b4fb3bd7a72fa616cf8c6
2020-06-09 07:51:26 +02:00
Vishakha Agarwal 47244edbc5 Drop py3.5 from tempest plugins
As per the community goal drop python2.7 [1], tempest is dropping
py3.5 and asked to drop from its plugins too.

[1]lists.openstack.org/pipermail/openstack-discuss/2020-February/012310.html

Change-Id: I40d40c58a77c58533da543d59cdb4549a1d20d45
2020-02-05 11:29:25 +05:30
Vishakha Agarwal 0cf7ef8bc6 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

keystone-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I4c46dfbfb9e679d64f6cc6b99d8f63775ec3914a
2020-01-22 12:41:06 +05:30
Vieri 958d34ee2d Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I917d0bd9d0754ee9d05852e5e10bb03504296324
2018-12-05 03:39:47 +00:00
inspurericzhang d7a7c90134 [Trivial Fix] update home-page url
Change-Id: I3f336b61669882c5aa03a877c9bc254373bd698b
2018-10-30 16:48:54 +08:00
Arundhati Surpur aeaa809585 Removed the older version of python and added 3.5
In setup.cfg file the python 3.4 support is removed
and added 3.5
In tox.ini the python 3.5 is added

Change-Id: Ice4dd6734f75c357de18da0a86167c0a1174506c
2017-08-11 04:31:58 +00:00
Colleen Murphy 8b63586d82 Cleanup cookiecutter defaults
Some of the defaults applied by cookiecutter are not applicable to this
repository and were not cleaned up before getting committed. This patch:

 - updates the project setting so that 'git review' will work properly.
 - updates the docs conf so docs will build
 - updates the setup.cfg so that it can be installed properly

Change-Id: I47b2324202fe041d49d414f30756627123093dc9
2017-06-06 13:45:04 +02:00
Colleen Murphy 44df103ff9 Apply cookiecutter to newly split project
This tempest plugin is being split out of the main keystone project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-05-30 16:56:11 +02:00