horizon/openstack_dashboard/utils
Akihiro Motoki 56ae087995 Refactor futurist calls
After futurist calls were introduced, the code became difficult to
understand. For example, local variables are used something like global.
To keep the code easier to understand, the usage of local variables
should be more scoped.

This commit introduces a wrapper function for futurist.ThreadPoolExecutor
and converts inline functions into normal methods.
I believe it improves the code readability a lot.

Change-Id: Id5b7a06c50e397c8c27447322d7f64f2d65c06b6
2018-03-14 21:15:52 +02:00
..
__init__.py Neutron Security Group native support 2013-07-12 21:03:40 +09:00
config.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00
config_types.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00
filters.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
futurist_utils.py Refactor futurist calls 2018-03-14 21:15:52 +02:00
identity.py Disentangle domain context from effective domain 2017-02-13 11:40:57 +01:00
settings.py TabGroup: Make tabs pluggable via horizon plugin config 2018-03-12 21:04:22 +09:00