Merge "Corrected IPv6 Address Configuration Mode tooltip"
This commit is contained in:
commit
147511bc9b
@ -222,12 +222,12 @@ class CreateSubnetDetailAction(workflows.Action):
|
|||||||
}),
|
}),
|
||||||
initial=utils.IPV6_DEFAULT_MODE,
|
initial=utils.IPV6_DEFAULT_MODE,
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_("It specifies how IPv6 address and additional information "
|
help_text=_("Specifies how IPv6 addresses and additional information "
|
||||||
"are configured. We can specify SLAAC/DHCPv6 stateful/"
|
"are configured. We can specify SLAAC/DHCPv6 stateful/"
|
||||||
"DHCPv6 stateless provided by OpenStack, "
|
"DHCPv6 stateless provided by OpenStack, "
|
||||||
"or specify no option. "
|
"or specify no option. "
|
||||||
"'No option selected' means addresses are configured "
|
"'No options specified' means addresses are configured "
|
||||||
"manually or configured by non-OpenStack system."))
|
"manually or configured by a non-OpenStack system."))
|
||||||
allocation_pools = forms.CharField(
|
allocation_pools = forms.CharField(
|
||||||
widget=forms.Textarea(attrs={'rows': 4}),
|
widget=forms.Textarea(attrs={'rows': 4}),
|
||||||
label=_("Allocation Pools"),
|
label=_("Allocation Pools"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user