Skip to content

Commit

Permalink
bug fix: Create a Global Pool with ip_address_space is 'ipv4' or 'IPV4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandarimegha committed Nov 14, 2024
1 parent f40a4e4 commit 17cd33f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/network_settings_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,6 @@ def get_want_global_pool(self, global_ippool):
"gateway": pool_details.get("gateway"),
"type": pool_details.get("pool_type"),
}

ip_address_space = pool_details.get("ip_address_space", "").upper()
if ip_address_space == "IPV4":
ip_address_space = "IPv4"
Expand Down

0 comments on commit 17cd33f

Please sign in to comment.