Enable python3 in devstack

Change-Id: Ie69bd634e6f3147d35711c49247458e4b1caec8c
This commit is contained in:
Adrian Czarnecki 2018-08-08 14:01:07 +02:00
parent c60c42cbe5
commit 63510b23f1
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