summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe, Cheng-Dae <whitekid@gmail.com>2017-02-17 20:03:07 +0900
committerGitHub <noreply@github.com>2017-02-17 20:03:07 +0900
commit2c0642dc670a6c933860ab9fbc14f49f7dfcd76d (patch)
tree74625fd8ef67bb626bc92e866a44bea19e324b9b
parent38f199490d4c1cf68228c3c8fc7451c121f52c75 (diff)
downloadopenstack-ansible-modules-2c0642dc670a6c933860ab9fbc14f49f7dfcd76d.tar.gz
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fd33a8..efc34b6 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Create and apply a role:
Manage services and endpoints
- keystone_service: token=$admin_token name=keystone type=identity desecription="Identity Service" public_url="http://192.168.206.130:5000/v2.0" internal_url="http://192.168.206.130:5000/v2.0" admin_url="http://192.168.206.130:35357/v2.0"
+ keystone_service: token=$admin_token name=keystone type=identity description="Identity Service" public_url="http://192.168.206.130:5000/v2.0" internal_url="http://192.168.206.130:5000/v2.0" admin_url="http://192.168.206.130:35357/v2.0"
You can use `url` as an alias for `public_url`. If you don't specify internal and admin urls, they will default to the same value of public url. For example: