From 2c0642dc670a6c933860ab9fbc14f49f7dfcd76d Mon Sep 17 00:00:00 2001 From: "Choe, Cheng-Dae" Date: Fri, 17 Feb 2017 20:03:07 +0900 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1