Merge "Enable debug log level in DevStack"

This commit is contained in:
Zuul 2017-11-25 21:17:44 +00:00 committed by Gerrit Code Review
commit 5fdf56b5ce
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ function configure_kuryr {
# daemon-based CNI driver is implemented, this could be removed.
iniset "$KURYR_CONFIG" DEFAULT use_stderr true
iniset "$KURYR_CONFIG" DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL"
iniset "$KURYR_CONFIG" kubernetes port_debug "$KURYR_PORT_DEBUG"
if is_service_enabled kuryr-daemon; then