Merge "Corrected IPv6 Address Configuration Mode tooltip"

This commit is contained in:
Jenkins 2014-11-21 09:27:55 +00:00 committed by Gerrit Code Review
commit 147511bc9b

View File

@ -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"),