diff options
| -rw-r--r-- | utils/src/ooinstall/cli_installer.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 9839bf447..6428b295a 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -532,7 +532,7 @@ def get_installed_hosts(hosts, callback_facts):                    callback_facts[host.connect_to]['common'].get('version', '') != 'None') \              or              ('master' in callback_facts[host.connect_to].keys() and -                 callback_facts[host.connect_to]['master'].get('cluster_method', '') == 'native') +                 callback_facts[host.connect_to]['master'].get('cluster_hostname', '') == host.connect_to)              ):              installed_hosts.append(host)      return installed_hosts  | 
