Fixed typo in cinder_glance_api_servers endpoint

Change-Id: I0575d2adabec8a4bd02d0a7583f51589114832a9
This commit is contained in:
Jan Marquardt 2019-07-08 09:34:15 +02:00 committed by Jonathan Rosser
parent 16b62cc279
commit ce7a0bdb61
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ cinder_backend_rbd_inuse: '{{ (cinder_backends|default("")|to_json).find("cinder
# "volume:delete": ""
# Comma separated list of Glance API servers
cinder_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | urlsplit('scheme') ~ '://' ~ (glance_service_interalurl | default('http://localhost')) | urlsplit('netloc') }}"
cinder_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | urlsplit('scheme') ~ '://' ~ (glance_service_internalurl | default('http://localhost')) | urlsplit('netloc') }}"
cinder_service_in_ldap: false