doc-exports/docs/rts/umn/rts_02_0064.html
Qin Ying, Fan 66a9aa2aa1 RTS UMN 1201 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com>
Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
2022-12-02 15:16:20 +00:00

3.9 KiB

OS::Neutron::FloatingIPAssociation

A resource for associating floating IP addresses and ports.

This resource allows associating a floating IP to a port with at least one IP address to associate with this floating IP.

Required Properties

Name

Description

floatingip_id

ID of the floating IP to associate.

String value expected.

Can be updated without replacement.

port_id

ID of an existing port with at least one IP address to associate with this floating IP. The port must be associated to a Nova instance.

String value expected.

Can be updated without replacement.

Optional Properties

Name

Description

fixed_ip_address

IP address to use if the port has multiple addresses.

String value expected.

Can be updated without replacement.

HOT Syntax

heat_template_version: 2014-10-16
...
resources:
  ...
  the_resource:
    type: OS::Neutron::FloatingIPAssociation
    properties:
      fixed_ip_address: String
      floatingip_id: String
      port_id: String