Merge "Fixed glance misspelling"

This commit is contained in:
Zuul 2018-01-02 03:00:55 +00:00 committed by Gerrit Code Review
commit 4f1b389a81
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']: