Update broken link

Seems the user-guide no longer is a thing on its own, link to the
python-openstackclient documentation instead.

Change-Id: I84edd824e4b6a226e383071e9e3de1911f57939e
This commit is contained in:
Jens Harbott 2019-08-15 09:46:03 +00:00
parent 14d256adda
commit 182aa60791
2 changed files with 7 additions and 3 deletions

View File

@ -26,9 +26,12 @@ You can also change quotas at the project level.
Before you can delete a user account, you must remove the user account
from its primary project.
Before you can run client commands, you must download and
source an OpenStack RC file. See `Download and source the OpenStack RC file
<https://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html#download-and-source-the-openstack-rc-file>`_.
Before you can run client commands, you need to have a cloud config
file or you can download and
source an OpenStack RC file. See the
:python-openstackclient-doc:`Configuration <configuration/index.html>`
documentation from the python-openstackclient project for more details.
Projects
~~~~~~~~

View File

@ -276,3 +276,4 @@ texinfo_documents = [
repository_name = 'openstack/keystone'
bug_project = 'keystone'
bug_tag = 'documentation'
openstack_projects = ['python-openstackclient']