Rename logging text: Glance to Glare

Change-Id: I1fea1b89884eafad42488a0d1644b7e5cb4f9321
This commit is contained in:
Omar Shykhkerimov 2016-03-09 16:53:10 +02:00
parent a1316a5ce4
commit 8e60013829
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def _get_glare_endpoint(request):
endpoint = base.url_for(request, "artifact")
except exceptions.ServiceCatalogException:
endpoint = 'http://localhost:9494'
LOG.warning('Glance API location could not be found in Service '
LOG.warning('Glare API location could not be found in Service '
'Catalog, using default: {0}'.format(endpoint))
return endpoint