provider/openstack: extend documentation of Neutron::FloatingIP
This commit is contained in:
parent
dc96d7e61b
commit
7e676a672f
|
@ -35,6 +35,9 @@ The following arguments are supported:
|
||||||
* `pool` - (Required) The name of the pool from which to obtain the floating
|
* `pool` - (Required) The name of the pool from which to obtain the floating
|
||||||
IP. Changing this creates a new floating IP.
|
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
|
## Attributes Reference
|
||||||
|
|
||||||
The following attributes are exported:
|
The following attributes are exported:
|
||||||
|
@ -42,3 +45,4 @@ The following attributes are exported:
|
||||||
* `region` - See Argument Reference above.
|
* `region` - See Argument Reference above.
|
||||||
* `pool` - See Argument Reference above.
|
* `pool` - See Argument Reference above.
|
||||||
* `address` - The actual floating IP address itself.
|
* `address` - The actual floating IP address itself.
|
||||||
|
* `port_id` - ID of associated port.
|
||||||
|
|
Loading…
Reference in New Issue