Skip to content

Commit

Permalink
Topology: fix Netwok Provider 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvesel committed Nov 7, 2016
1 parent a3e4523 commit 984e477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ManageIQ::Providers::Openstack::InfraManager::Host < ::Host
has_many :cloud_subnets, :through => :network_ports
has_many :public_networks, :through => :cloud_subnets

has_many :floating_ips
has_many :floating_ips, :through => :network_ports

include_concern 'Operations'

Expand Down

0 comments on commit 984e477

Please sign in to comment.