diff --git a/modules/install-osp-deploy-dualstack.adoc b/modules/install-osp-deploy-dualstack.adoc index a92b1b813a72..43c44b62855c 100644 --- a/modules/install-osp-deploy-dualstack.adoc +++ b/modules/install-osp-deploy-dualstack.adoc @@ -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.