Skip to content

Commit

Permalink
Merge pull request ManageIQ#12469 from andyvesel/fix_network_topology…
Browse files Browse the repository at this point in the history
…_error

Fix Network topology error
  • Loading branch information
agrare authored Nov 7, 2016
2 parents 9c99378 + 984e477 commit b31e7f7
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 b31e7f7

Please sign in to comment.