From 3e7754cda22846cc707fcc2a750be2f659920aa1 Mon Sep 17 00:00:00 2001 From: FreemanBoss Date: Wed, 9 Apr 2025 04:25:49 +0100 Subject: [PATCH] bug: drop --develop flag from testenv usage The --develop flag is not an option when running ./bifrost-cli testenv Change-Id: Ib37dbd484c769ef6a7dcd114d6969f0687918178 Signed-off-by: Freeman --- doc/source/contributor/testenv.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/source/contributor/testenv.rst b/doc/source/contributor/testenv.rst index 94741ffdb..c5a2aadaa 100644 --- a/doc/source/contributor/testenv.rst +++ b/doc/source/contributor/testenv.rst @@ -15,15 +15,6 @@ available since the Victoria release series: Additionally, the following parameters can be useful: -``--develop`` - Install services in develop mode, so that the changes to the repositories - in ``/opt`` get immediately reflected in the virtual environment. - - .. note:: - You still need to restart services to apply any changes, e.g.:: - - sudo systemctl restart ironic - ``--driver=[ipmi|redfish]`` Choose the default driver for the generated nodes inventory. @@ -38,6 +29,11 @@ Additionally, the following parameters can be useful: See the built-in documentation for more details: + .. note:: + You still need to restart services to apply any changes, e.g.:: + + sudo systemctl restart ironic + .. code-block:: bash ./bifrost-cli testenv --help