Browse code

Merge "Tip for single interface runs that are started remotely"

Jenkins authored on 2016/03/31 08:39:50
Showing 1 changed files
... ...
@@ -19,6 +19,18 @@ physical interface can be used to transmit tenant network traffic,
19 19
 the OpenStack API traffic, and management traffic.
20 20
 
21 21
 
22
+.. warning::
23
+
24
+    When using a single interface networking setup, there will be a
25
+    temporary network outage as your IP address is moved from the
26
+    physical NIC of your machine, to the OVS bridge. If you are SSH'd
27
+    into the machine from another computer, there is a risk of being
28
+    disconnected from your ssh session (due to arp cache
29
+    invalidation), which would stop the stack.sh or leave it in an
30
+    unfinished state. In these cases, start stack.sh inside its own
31
+    screen session so it can continue to run.
32
+
33
+
22 34
 Physical Network Setup
23 35
 ----------------------
24 36