This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit c926f9c
authored
docs: No longer recommend that devs use devstack in a virtualenv (#1080)
The only thing that most developers use from the devstack requirements file
is docker-compose, and that's already provided by a Docker installation on
some operating systems. So just change the Docker installation instructions
to mention docker-compose, and then drop virtualenvs from the getting
started and main workflow docs.
This commit does not change `docs/developing_on_named_release_branches.rst`
as that file is for an uncommon use-case. Removing virtualenv instructions
from that file would require getting multi-devstack set up in the first
place and then removing all the virtualenv referenves from the scripts that
are laid out in the doc. If it's worth doing that, it's best done by
someone who already uses those instructions.
Issue: #10761 parent 7f44faa commit c926f9c
2 files changed
Lines changed: 4 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
170 | 160 | | |
171 | 161 | | |
172 | 162 | | |
173 | | - | |
174 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments