From 28a5b92be5d3bc326fe515f3892f8bd55f189e85 Mon Sep 17 00:00:00 2001 From: Mark Goddard <mark@stackhpc.com> Date: Fri, 17 Apr 2020 15:43:30 +0100 Subject: [PATCH] Docs: fix reference to deprecated external_net_name Use the modern variable in the documented example. Change-Id: I24560bf22cea28c1afc488c9abf9ea421a0286ad --- doc/source/configuration/network.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/configuration/network.rst b/doc/source/configuration/network.rst index 847955cd..095d287d 100644 --- a/doc/source/configuration/network.rst +++ b/doc/source/configuration/network.rst @@ -535,7 +535,8 @@ To configure network roles in a system with two networks, ``example1`` and internal_net_name: example2 public_net_name: example2 tunnel_net_name: example2 - external_net_name: example2 + external_net_names: + - example2 storage_net_name: example2 storage_mgmt_net_name: example2 swift_storage_net_name: example2 -- GitLab