Skip to content

Commit

Permalink
Merge pull request #11177 from andyvesel/make_topology_visible_for_rh…
Browse files Browse the repository at this point in the history
…os_undercloud

[WIP] Make topology visible for rhos undercloud
(cherry picked from commit aea2f74)

https://bugzilla.redhat.com/show_bug.cgi?id=1349420
  • Loading branch information
chessbyte committed Sep 12, 2016
1 parent 520307b commit bda0520
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/manageiq/providers/openstack/infra_manager/host.rb
Expand Up @@ -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
Expand Down

0 comments on commit bda0520

Please sign in to comment.