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
  • Loading branch information
chessbyte committed Sep 12, 2016
2 parents 63ae006 + f4220a8 commit aea2f74
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
Original file line number Diff line number Diff line change
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 aea2f74

Please sign in to comment.