You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the `openstack_deploy_prep` target we are setting
`CTLPLANE_IP_ADDRESS_PREFIX` to `NNCP_CTLPLANE_IPV6_ADDRESS_PREFIX`,
which isn't correct because we are assigning an IPv6 prefix to an IPv4
prefix variable.
This patch changes it to use the right prefix
`NNCP_CTLPLANE_IP_ADDRESS_PREFIX`.
0 commit comments