Skip to content

Commit 3e7754c

Browse files
committed
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 <[email protected]>
1 parent 7798b49 commit 3e7754c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

doc/source/contributor/testenv.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ available since the Victoria release series:
1515
1616
Additionally, the following parameters can be useful:
1717

18-
``--develop``
19-
Install services in develop mode, so that the changes to the repositories
20-
in ``/opt`` get immediately reflected in the virtual environment.
21-
22-
.. note::
23-
You still need to restart services to apply any changes, e.g.::
24-
25-
sudo systemctl restart ironic
26-
2718
``--driver=[ipmi|redfish]``
2819
Choose the default driver for the generated nodes inventory.
2920

@@ -38,6 +29,11 @@ Additionally, the following parameters can be useful:
3829

3930
See the built-in documentation for more details:
4031

32+
.. note::
33+
You still need to restart services to apply any changes, e.g.::
34+
35+
sudo systemctl restart ironic
36+
4137
.. code-block:: bash
4238
4339
./bifrost-cli testenv --help

0 commit comments

Comments
 (0)