Fixed glance misspelling

Change-Id: I0cdc0c5206cfe38b9e5b5424f4122026a2460815
This commit is contained in:
Zuo ZongMing 2017-12-15 15:49:43 +08:00
parent 99771bb378
commit 1227ca5c6a
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ class Controller(controller.BaseController):
# get host disk infomation
host_disk = self._get_host_disk_except_os_disk_by_info(host_info)
host_disk_db_glance_nova_size['disk_size'] = host_disk
# get role_host db/galnce/nova infomation
# get role_host db/glance/nova infomation
cluster_info = self.get_cluster_meta_or_404(req, cluster_id)
if 'cluster' in host_info: # host with cluster
if host_info['cluster'] != cluster_info['name']: