diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-27 23:36:47 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-29 11:21:42 +0000 |
commit | 12207c749aeee06b805ac1b546e473c7519d96d6 (patch) | |
tree | 2f0deec30f9c6d50a373f6ecb5e4887fbaa68363 /docs/testing | |
parent | a1f0d264158a555aa114d0d60f9a5121d0a0148c (diff) |
Adding reference to EXTERNAL_NETWORK to user guide
Adding a reference to the EXTERNAL_NETWORK environment variable to the
user guide so that users add this to their env_config.sh. This variable
is required, among others, to overwrite the default external network in
Yarstick.
Change-Id: I50e609a8c6e20b1dd01c61d5d950ffba792e98fa
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/userguide/testing_guide.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index e5462b3c..e8430601 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -226,8 +226,11 @@ this file should contain. # If using https + no cacert, should add OS_INSECURE environment parameter. export OS_INSECURE=True - # External network name for allocating floating IPs. - # The attribute 'external' for this network must be True. + # The name of a network with external connectivity for allocating floating + # IPs. It is required that at least one Neutron network with the attribute + # 'router:external=True' is pre-configured on the system under test. + # This network is used by test cases to SSH into tenant VMs and perform + # operations there. export EXTERNAL_NETWORK=xxx |