Merge "Enable python3 in devstack"

This commit is contained in:
Zuul 2018-08-10 12:26:24 +00:00 committed by Gerrit Code Review
commit 1fc63015bb
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ function install_monasca_log {
if is_service_enabled monasca-log-api; then
# install_monasca-log-api is not called directly
# stack_install_service calls it
if python3_enabled; then
enable_python3_package monasca-log-api
fi
stack_install_service monasca-log-api
fi
install_log_agent