Skip to content

Commit

Permalink
Merge pull request #12469 from andyvesel/fix_network_topology_error
Browse files Browse the repository at this point in the history
Fix Network topology error
(cherry picked from commit b31e7f7)

https://bugzilla.redhat.com/show_bug.cgi?id=1392580
  • Loading branch information
agrare authored and chessbyte committed Nov 7, 2016
1 parent de1ddea commit 301fa15
Showing 1 changed file with 1 addition and 1 deletion.
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 301fa15

Please sign in to comment.