We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeaaa5 commit 8bd5be2Copy full SHA for 8bd5be2
pavelib/utils/envs.py
@@ -79,7 +79,7 @@ class Env:
79
# Detect if in a Docker container, and if so which one
80
SERVER_HOST = '0.0.0.0'
81
USING_DOCKER = SERVER_HOST != '0.0.0.0'
82
- DEVSTACK_SETTINGS = 'devstack'
+ DEVSTACK_SETTINGS = 'devstack_docker' if USING_DOCKER else 'devstack'
83
TEST_SETTINGS = 'test'
84
85
# Test Ids Directory
0 commit comments