Fix application credential doc example

In 532452f7 we converted the application credential examples to use
python-openstackclient instead of python-keystoneclient, but forgot to
update the prose to go along with it. Correct the client name now.

Change-Id: I6795e42ffc1e9134beedd5fa78d079dba4c5ef42
This commit is contained in:
Colleen Murphy 2019-12-04 13:18:07 -08:00
parent 72cbaa91ff
commit 8c58b5b75e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ and managing application credentials.
Managing Application Credentials
================================
Create an application credential using python-keystoneclient:
Create an application credential using python-openstackclient:
.. code-block:: console