diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-22 21:55:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-22 21:55:42 +0000 |
commit | aca5be22c2e073316c92810cfa13c27301b372fa (patch) | |
tree | 064966fcd497069f151672f047f0e5717032f8a3 /network/config/multiple-nics/compute.yaml | |
parent | f5854e1b5850dc50e51bc36ed4840d58be88d0cf (diff) | |
parent | abb93dffcd5af1ffce66f244d18aaa21db76ff83 (diff) |
Merge "Fix description of control plane route parameter"
Diffstat (limited to 'network/config/multiple-nics/compute.yaml')
-rw-r--r-- | network/config/multiple-nics/compute.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/config/multiple-nics/compute.yaml b/network/config/multiple-nics/compute.yaml index 0032a287..6afff901 100644 --- a/network/config/multiple-nics/compute.yaml +++ b/network/config/multiple-nics/compute.yaml @@ -46,7 +46,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: [] |