diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-07-13 13:14:51 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-08-02 16:20:08 -0500 |
commit | c05e72cd720b16383f5e4be8b774270f8fce6ca5 (patch) | |
tree | 31df1aebd8a510abe83412367f77453875b446db /network/ports/external.yaml | |
parent | 4502b7cba6b86cfb041459dbcebe77219236ecaf (diff) |
Make many networking parameters consistent
These are mostly the low hanging fruit that only required a few
minor changes to fix. There are more that require a lot of changes
or might be more controversial that will be done later.
Change-Id: I55cebc92ef37a3bb167f5fae0debe77339395e62
Partial-Bug: 1700664
Diffstat (limited to 'network/ports/external.yaml')
-rw-r--r-- | network/ports/external.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ports/external.yaml b/network/ports/external.yaml index a02cc284..72922093 100644 --- a/network/ports/external.yaml +++ b/network/ports/external.yaml @@ -6,7 +6,7 @@ description: > parameters: ExternalNetName: - description: Name of the external neutron network + description: The name of the external network. default: external type: string PortName: |