Add a reference to keystoneauth

The keystoneauth library provides a common authentication library
and we want everyone to use it.

Change-Id: I900f720b2e19affaca3951acdeeee4dc461d6275
This commit is contained in:
Brant Knudson 2016-02-03 16:03:18 -06:00 committed by KATO Tomoyuki
parent 3fe5abaec2
commit b8404ec10f

View File

@ -182,6 +182,10 @@
Asynchronous code from the future, helping you build out your applications
to handle asynchronous and periodic work in a nice manner.
</p>
<a href="http://docs.openstack.org/developer/keystoneauth/">
keystoneauth
</a>
<p>Common authentication library for OpenStack clients.</p>
<a href="http://docs.openstack.org/developer/keystonemiddleware/">
keystonemiddleware
</a>