Docs: fix reference to deprecated external_net_name

Use the modern variable in the documented example.

Change-Id: I24560bf22cea28c1afc488c9abf9ea421a0286ad
This commit is contained in:
Mark Goddard 2020-04-17 15:43:30 +01:00
parent e0932bd788
commit 28a5b92be5

@ -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