correct "url" to "URL"

Closes-Bug: bug/1673371
Change-Id: I71503f6bfd283a02bdf290bac68a988883c10771
This commit is contained in:
Rui Yuan Dou 2017-03-16 16:40:54 +08:00
parent 8bab677bf5
commit c6a589c224
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ In glance-api.conf find the following lines::
[barbican]
auth_endpoint = http://localhost:5000/v3
Then replace http://localhost:5000/v3 with the url of keystone, also adding /v3
Then replace http://localhost:5000/v3 with the URL of keystone, also adding /v3
to the end of it. For example, 'https://192.168.245.9:5000/v3'.