Commit 971c2a9
committed
[devstack] End the sg-core process on unstack
In #22, sg-core
was updated to use the run_process devstack function to start the
process.
The corresponding function to stop the process was not included.
This causes issue when running devstack locally. It stacks the first
time, but after running unstack.sh, stack.sh fails with the following
error:
Error: creating container storage: the container name "sg-core"
is already in use by xxxxx. You have to remove that container.
Removing the container before running stack prevents this error.
The stop_process devstack function does this action.1 parent 8be4008 commit 971c2a9
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
0 commit comments