d5e3726999
Add option ipv6_address_mode in undercloud.conf to control the address mode, dhcpv6-steteful or dhcpv6-steteless, for IPv6 provisioning network. Related-Bug: #1847606 Change-Id: I7de5f5487065d20068229e0d34102be6119fbeef
13 lines
463 B
YAML
13 lines
463 B
YAML
---
|
|
features:
|
|
- |
|
|
The IPv6 addressing mode is now configurable for the undercloud
|
|
provisioning network. The option ``ipv6_address_mode`` (default:
|
|
``dhpcv6-stateless``) in undercloud.conf is used to control the addressing
|
|
mode. Possible values:
|
|
|
|
- **dhpcv6-stateless**: Address configuration using RA and optional
|
|
information using DHCPv6.
|
|
- **dhcpv6-stateful**: Address configuration and optional information
|
|
using DHCPv6.
|