Skip to content

Commit

Permalink
Merge pull request #46 from lfu/ip_range_azure_1538696
Browse files Browse the repository at this point in the history
Add back missing IP address range in Virtual Private Cloud name.
(cherry picked from commit e3dcedc)

https://bugzilla.redhat.com/show_bug.cgi?id=1539730
  • Loading branch information
gmcculloug authored and simaishi committed Jan 29, 2018
1 parent 0cfed6c commit 8701f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def allowed_instance_types(_options = {})

def availability_zone_to_cloud_network(src)
load_ar_obj(src[:ems]).all_cloud_networks.each_with_object({}) do |cn, hash|
hash[cn.id] = cn.name
hash[cn.id] = cloud_network_display_name(cn)
end
end

Expand Down

0 comments on commit 8701f79

Please sign in to comment.