Skip to content

Commit f004e30

Browse files
authored
Replace lbFloatingIP with apiFloatingIP. (#30797)
1 parent 2915345 commit f004e30

7 files changed

+7
-7
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ You can also use this property to enable the QEMU guest agent by including the `
529529
|An existing floating IP address to associate with the Ingress port. To use this property, you must also define the `platform.openstack.externalNetwork` property.
530530
|An IP address, for example `128.0.0.1`.
531531

532-
|`platform.openstack.lbFloatingIP`
532+
|`platform.openstack.apiFloatingIP`
533533
|An existing floating IP address to associate with the API load balancer. To use this property, you must also define the `platform.openstack.externalNetwork` property.
534534
|An IP address, for example `128.0.0.1`.
535535

modules/installation-osp-accessing-api-floating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif::osp-user[]
7272

7373
ifndef::osp-user[]
7474
* `platform.openstack.ingressFloatingIP`
75-
* `platform.openstack.lbFloatingIP`
75+
* `platform.openstack.apiFloatingIP`
7676
endif::osp-user[]
7777

7878
If you use these values, you must also enter an external network as the value of the

modules/installation-osp-accessing-api-no-floating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ifdef::osp-upi[variables:]
3939

4040
ifdef::osp-ipi[]
4141
* `platform.openstack.ingressFloatingIP`
42-
* `platform.openstack.lbFloatingIP`
42+
* `platform.openstack.apiFloatingIP`
4343

4444
If you cannot provide an external network, you can also leave `platform.openstack.externalNetwork` blank. If you do not provide a value for `platform.openstack.externalNetwork`, a router is not created for you, and, without additional action, the installer will fail to retrieve an image from Glance. You must configure external connectivity on your own.
4545
endif::osp-ipi[]

modules/installation-osp-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ platform:
4848
cloud: mycloud
4949
externalNetwork: external
5050
computeFlavor: m1.xlarge
51-
lbFloatingIP: 128.0.0.1
51+
apiFloatingIP: 128.0.0.1
5252
ifndef::openshift-origin[]
5353
fips: false
5454
endif::openshift-origin[]

modules/installation-osp-configuring-api-floating-ip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After you install {product-title}, configure {rh-openstack-first} to allow appli
99

1010
[NOTE]
1111
====
12-
You do not need to perform this procedure if you provided values for `platform.openstack.lbFloatingIP` and `platform.openstack.ingressFloatingIP` in the `install-config.yaml` file, or `os_api_fip` and `os_ingress_fip` in the `inventory.yaml` playbook, during installation. The floating IP addresses are already set.
12+
You do not need to perform this procedure if you provided values for `platform.openstack.apiFloatingIP` and `platform.openstack.ingressFloatingIP` in the `install-config.yaml` file, or `os_api_fip` and `os_ingress_fip` in the `inventory.yaml` playbook, during installation. The floating IP addresses are already set.
1313
====
1414

1515
.Prerequisites

modules/installation-osp-kuryr-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ platform:
4747
cloud: mycloud
4848
externalNetwork: external
4949
computeFlavor: m1.xlarge
50-
lbFloatingIP: 128.0.0.1
50+
apiFloatingIP: 128.0.0.1
5151
trunkSupport: true <2>
5252
octaviaSupport: true <2>
5353
pullSecret: '{"auths": ...}'

modules/installation-osp-restricted-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ platform:
4949
cloud: mycloud
5050
externalNetwork: external
5151
computeFlavor: m1.xlarge
52-
lbFloatingIP: 128.0.0.1
52+
apiFloatingIP: 128.0.0.1
5353
ifndef::openshift-origin[]
5454
fips: false
5555
endif::openshift-origin[]

0 commit comments

Comments
 (0)