Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/install-osp-deploy-dualstack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ DHCP must be enabled on the subnets.

. Create the API and Ingress VIPs ports.

[source, bash]
----
openstack port create --network dualstack api
openstack port create --network dualstack ingress
----

. Add the IPv6 subnet to the router to enable router advertisements. If you are using a provider network, you can enable router advertisements by adding the network as an external gateway, which also enables external connectivity.


Expand Down