Fix outdated quantumclient reference

the rename to neutronclient has been some time ago already. Also
the link was pointing to swift instead, which seems like an obvious
copy&paste mistake.

Change-Id: I2596e7500dedd01caa624377633754bf4a56fb48
This commit is contained in:
Dirk Mueller 2017-06-02 12:56:05 +02:00
parent 9380c0cab9
commit 07d37b4ef3
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ mapping = dict(
'http://docs.openstack.org/developer/python-novaclient/', None),
openstackclient=(
'http://docs.openstack.org/developer/python-openstackclient/', None),
quantumclient=(
'http://docs.openstack.org/developer/python-swiftclient/', None),
neutronclient=(
'http://docs.openstack.org/developer/python-neutronclient/', None),
swiftclient=(
'http://docs.openstack.org/developer/python-swiftclient/', None),
troveclient=(