diff options
author | carey.xu <carey.xuhan@huawei.com> | 2016-03-25 16:03:21 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2016-03-25 16:03:21 +0800 |
commit | 1c9fc80d05cc4d30272f7e240fa95df4ff4a0827 (patch) | |
tree | 233898f27c171bec906c3a7ca34e581ae9e9d2da /docs/FAQ/faq.rst | |
parent | 06cf46de14100257cc6843c01ffc92216550b06d (diff) |
update network connection recovery howto
Change-Id: Ib05175bf14a6af720c31700f6a8dfa2e057d4254
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'docs/FAQ/faq.rst')
-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 |