diff options
author | Jiri Stransky <jistr@redhat.com> | 2015-12-15 13:25:36 +0100 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2015-12-15 13:25:36 +0100 |
commit | abb93dffcd5af1ffce66f244d18aaa21db76ff83 (patch) | |
tree | 6c7918c1c29d7e9bc42ad5b1d8c2f23f7cfdaf0c /network/config/multiple-nics/controller.yaml | |
parent | 3e8010dc8506755f193d6e0f84006452b4eaeee5 (diff) |
Fix description of control plane route parameter
In the other templates this seems to be already correct.
Change-Id: Ied3c49cca878bd370068c9b8d1cafdec176c1725
Diffstat (limited to 'network/config/multiple-nics/controller.yaml')
-rw-r--r-- | network/config/multiple-nics/controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/config/multiple-nics/controller.yaml b/network/config/multiple-nics/controller.yaml index 63f53a1f..fab0f112 100644 --- a/network/config/multiple-nics/controller.yaml +++ b/network/config/multiple-nics/controller.yaml @@ -58,7 +58,7 @@ parameters: description: The subnet CIDR of the control plane network. type: string ControlPlaneDefaultRoute: # Override this via parameter_defaults - description: The subnet CIDR of the control plane network. + description: The default route of the control plane network. type: string DnsServers: # Override this via parameter_defaults default: [] |