Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit e4e8b4b

Browse files
committed
add floating IP options
1 parent d471e57 commit e4e8b4b

File tree

1 file changed

+1
-0
lines changed
  • openstack/networking/v2/extensions/layer3/floatingips

1 file changed

+1
-0
lines changed

openstack/networking/v2/extensions/layer3/floatingips/requests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult {
102102
// Populate request body
103103
reqBody := request{FloatingIP: floatingIP{
104104
FloatingNetworkID: opts.FloatingNetworkID,
105+
FloatingIP: opts.FloatingIP,
105106
PortID: opts.PortID,
106107
FixedIP: opts.FixedIP,
107108
TenantID: opts.TenantID,

0 commit comments

Comments
 (0)