diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-16 14:36:07 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-16 14:36:07 -0500 |
commit | ab59b5822f3f547647dc8250db3c7ee730b2bf92 (patch) | |
tree | bfef4703d6999eaa59d3dced06b4c0b3339bdd3f /devel/requirements | |
parent | c26bb4930c415bb8a9fc9bb8cfe835ebd180cb2e (diff) | |
download | horizon-ab59b5822f3f547647dc8250db3c7ee730b2bf92.tar.gz horizon-ab59b5822f3f547647dc8250db3c7ee730b2bf92.tar.bz2 horizon-ab59b5822f3f547647dc8250db3c7ee730b2bf92.tar.xz horizon-ab59b5822f3f547647dc8250db3c7ee730b2bf92.zip |
req: 3b: R.E.network.netaddress: only use if network=true
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/3b_runner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 4b56c5e..b2a4a32 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -710,7 +710,7 @@ </formalpara> <formalpara id="Runner.Execute.network.netaddress"> <title>Runner.Execute.network.netaddress</title> - <para>The system shall use the networking configuration specified in any <literal>netaddress</literal> keys in the installation environment.</para> + <para>If the value of the <literal>network</literal> key is <literal>true</literal>, the system shall use the networking configuration specified in any <literal>netaddress</literal> keys in the installation environment.</para> </formalpara> <formalpara id="Runner.Execute.network.netssid"> <title>Runner.Execute.network.netssid</title> |