From 37ff35cce1a1de1c94f2ac39cf2dea26c3962235 Mon Sep 17 00:00:00 2001 From: Nate Potter Date: Tue, 8 Mar 2016 19:00:41 +0000 Subject: [PATCH] Clarify network interface comment This patch clarifies that both storage and compute nodes need an IP address on the br-storage network in a comment in the example network configuration file. Change-Id: I9c0799d915e0cd6cefd318b426c26329242c2ee5 Closes-bug: #1554646 --- etc/network/interfaces.d/openstack_interface.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/network/interfaces.d/openstack_interface.cfg.example b/etc/network/interfaces.d/openstack_interface.cfg.example index 36be06e9bd..640d316035 100644 --- a/etc/network/interfaces.d/openstack_interface.cfg.example +++ b/etc/network/interfaces.d/openstack_interface.cfg.example @@ -110,7 +110,7 @@ iface br-vlan inet manual # Bridge for storage network -# Only the COMPUTE nodes will have an IP on this bridge! +# Only the COMPUTE and STORAGE nodes will have an IP on this bridge! # When used by infra nodes, IPs exist in the containers and inet should be set to manual. auto br-storage iface br-storage inet static