Public bug reported: Kolla has been hit by https://opendev.org/openstack/horizon/commit/4e911e2889ebe7f0a577a0323649dceb9cef363c (Explicitly set LOCALE_PATHS for Horizon apps).
We are compiling messages for all projects in a loop using horizon manage.py and the mentioned commit caused them to run needless runs of message compilations - each plugin additionally recompiles the base messages (horizon, openstack_auth, openstack_dashboard). Run examples: Pre the affecting horizon commit: http://logs.openstack.org/78/659678/3/check/kolla-build-centos-source/512a3ed/logs/build/horizon.txt.gz Post the affecting horizon commit: http://logs.openstack.org/15/666015/3/gate/kolla-build-centos-source/423deec/logs/build/horizon.txt.gz This is an issue for us because centos 7 tends to run these awfully slow and the extra burden is too much to stay in CI time bounds. My current workaround involves using django-admin instead: https://review.opendev.org/667204 ** Affects: horizon Importance: Undecided Status: New ** Tags: kolla -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1834167 Title: Kolla affected by [Explicitly set LOCALE_PATHS for Horizon apps] - compilemessages via manage.py run extra compilations Status in OpenStack Dashboard (Horizon): New Bug description: Kolla has been hit by https://opendev.org/openstack/horizon/commit/4e911e2889ebe7f0a577a0323649dceb9cef363c (Explicitly set LOCALE_PATHS for Horizon apps). We are compiling messages for all projects in a loop using horizon manage.py and the mentioned commit caused them to run needless runs of message compilations - each plugin additionally recompiles the base messages (horizon, openstack_auth, openstack_dashboard). Run examples: Pre the affecting horizon commit: http://logs.openstack.org/78/659678/3/check/kolla-build-centos-source/512a3ed/logs/build/horizon.txt.gz Post the affecting horizon commit: http://logs.openstack.org/15/666015/3/gate/kolla-build-centos-source/423deec/logs/build/horizon.txt.gz This is an issue for us because centos 7 tends to run these awfully slow and the extra burden is too much to stay in CI time bounds. My current workaround involves using django-admin instead: https://review.opendev.org/667204 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1834167/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

