Merge "Fix legacy call for get_network_pool method" into stable/newton

This commit is contained in:
Jenkins 2017-03-10 15:45:12 +00:00 committed by Gerrit Code Review
commit 1bdfce8620
1 changed files with 1 additions and 1 deletions

View File

@ -3487,7 +3487,7 @@ class FuelWebClient30(FuelWebClient29):
net_pool = group.get_network_pool(name=pool_name)
_net_pool = {
"gateway": net_pool.gateway,
"network": net_pool.ip_range
"network": net_pool.net
}
return _net_pool