From 7ac2dd6b5357bddf299704ab2ce3fab3114df5a8 Mon Sep 17 00:00:00 2001 From: Nish Patwa <nish.patwa@intel.com> Date: Thu, 22 Sep 2016 15:30:31 +0000 Subject: [PATCH] [DOC] Better clarification for container_interface in user_config. Added a note to clarify reader that container_interface is not the same as host interfaces. Change-Id: I6de542124c0459c0cc9be22cb9ba8109890bc71c Closes-Bug: 1623149 --- etc/openstack_deploy/openstack_user_config.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/openstack_deploy/openstack_user_config.yml.example b/etc/openstack_deploy/openstack_user_config.yml.example index 42c1f07379..eacafba3b3 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.example +++ b/etc/openstack_deploy/openstack_user_config.yml.example @@ -144,6 +144,7 @@ # Option: container_interface (required, string) # Name of unique interface in containers to use for this network. # Typical values include 'eth1', 'eth2', etc. +# NOTE: Container interface is different from host interfaces. # # Option: container_type (required, string) # Name of mechanism that connects interfaces in containers to the bridge