summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-22 17:46:16 +0000
committerGerrit Code Review <review@openstack.org>2017-03-22 17:46:16 +0000
commit94db1f2551ac5036dc39f4ce00332334e57c0ab1 (patch)
tree0c8f213d5ac23261f839b30f602faf72b094739b /doc
parentcf214393af2a757f8f7f981b1eedd6b44e64d4e1 (diff)
parent24dda6af9f9ea1c741b57c5709046be993ba788a (diff)
downloadpython-swiftclient-94db1f2551ac5036dc39f4ce00332334e57c0ab1.tar.gz
Merge "[trivial] Be consistent in using example.com"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
index 1f76b05..b107448 100644
--- a/doc/source/cli.rst
+++ b/doc/source/cli.rst
@@ -85,7 +85,7 @@ below:
.. code-block:: bash
- swift -A https://auth.api.rackspacecloud.com/v1.0 -U user -K api_key list
+ swift -A https://api.example.com/v1.0 -U user -K api_key list
Specifying the options above manually on the command line can be avoided by
setting the following environment variables:
@@ -93,7 +93,7 @@ setting the following environment variables:
.. code-block:: bash
ST_AUTH_VERSION=1.0
- ST_AUTH=https://auth.api.rackspacecloud.com/v1.0
+ ST_AUTH=https://api.example.com/v1.0
ST_USER=user
ST_KEY=key