diff options
author | shuai chen <chenshuai@huawei.com> | 2016-04-18 08:07:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-18 08:07:12 +0000 |
commit | 93e233d00533766c3efdda5a1893424fe3f3020a (patch) | |
tree | fb6d59401b5037042be04e38b142f2fc39f01550 | |
parent | da0264d7959785bed3d1bbb33490ba28dd53ff60 (diff) | |
parent | 1c9fc80d05cc4d30272f7e240fa95df4ff4a0827 (diff) |
Merge "update network connection recovery howto"
-rw-r--r-- | docs/FAQ/faq.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/FAQ/faq.rst b/docs/FAQ/faq.rst index 5d5629df..4697d537 100644 --- a/docs/FAQ/faq.rst +++ b/docs/FAQ/faq.rst @@ -111,6 +111,13 @@ Where is OpenStack RC file It is located /opt/admin-openrc.sh in each BM node as default. Please source it first if you want to use OpenStack CLI. +How to recovery network connection after jumpserver reboot +========================================================== + +.. code-block:: bash + + source deploy/network.sh && save_network_info + References ========== For more information on the Compass4nfv FAQ, please visit |