Merge pull request #3811 from Fodoj/extend-floating-ip-resource
provider/openstack: extend documentation of Neutron::FloatingIP
This commit is contained in:
commit
091b687a7b
|
@ -35,6 +35,9 @@ The following arguments are supported:
|
|||
* `pool` - (Required) The name of the pool from which to obtain the floating
|
||||
IP. Changing this creates a new floating IP.
|
||||
|
||||
* `port_id` - ID of an existing port with at least one IP address to associate with
|
||||
this floating IP.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
The following attributes are exported:
|
||||
|
@ -42,3 +45,4 @@ The following attributes are exported:
|
|||
* `region` - See Argument Reference above.
|
||||
* `pool` - See Argument Reference above.
|
||||
* `address` - The actual floating IP address itself.
|
||||
* `port_id` - ID of associated port.
|
||||
|
|
Loading…
Reference in New Issue