summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.testr.conf8
-rw-r--r--README.rst4
-rw-r--r--doc/source/middlewarearchitecture.rst4
3 files changed, 4 insertions, 12 deletions
diff --git a/.testr.conf b/.testr.conf
deleted file mode 100644
index 06f67a0..0000000
--- a/.testr.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-[DEFAULT]
-test_command=
- OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
- OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
- OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
- ${PYTHON:-python} -m subunit.run discover -t ./ ./keystonemiddleware/tests $LISTOPT $IDOPTION
-test_id_option=--load-list $IDFILE
-test_list_option=--list
diff --git a/README.rst b/README.rst
index ceea382..1130411 100644
--- a/README.rst
+++ b/README.rst
@@ -11,11 +11,11 @@ Middleware for the OpenStack Identity API (Keystone)
====================================================
.. image:: https://img.shields.io/pypi/v/keystonemiddleware.svg
- :target: https://pypi.python.org/pypi/keystonemiddleware/
+ :target: https://pypi.org/project/keystonemiddleware/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/keystonemiddleware.svg
- :target: https://pypi.python.org/pypi/keystonemiddleware/
+ :target: https://pypi.org/project/keystonemiddleware/
:alt: Downloads
This package contains middleware modules designed to provide authentication and
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index 0b45ea7..bc1c504 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -230,8 +230,8 @@ necessary to install the `pycrypto`_ library. These libs are not listed in
the requirements.txt file.
.. _`memcached`: http://memcached.org/
-.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached
-.. _`pycrypto`: https://pypi.python.org/pypi/pycrypto
+.. _`python-memcached`: https://pypi.org/project/python-memcached
+.. _`pycrypto`: https://pypi.org/project/pycrypto
Memcache Protection
===================