diff --git a/app/models/manageiq/providers/openstack/infra_manager/host.rb b/app/models/manageiq/providers/openstack/infra_manager/host.rb index 9135c7a9464..79b71227164 100644 --- a/app/models/manageiq/providers/openstack/infra_manager/host.rb +++ b/app/models/manageiq/providers/openstack/infra_manager/host.rb @@ -29,6 +29,18 @@ def cloud_tenants ::CloudTenant.where(:id => vms.collect(&:cloud_tenant_id).uniq) end + # TODO(aveselov) Added 3 empty methods here because 'entity' inside 'build_recursive_topology' calls for these methods. + # Work still in progress, but at least it makes a topology visible for rhos undercloud. + + def load_balancers + end + + def cloud_tenant + end + + def security_groups + end + def ssh_users_and_passwords user_auth_key, auth_key = auth_user_keypair user_password, password = auth_user_pwd