shade/shade
Morgan Fainberg b23000c660 Fix dogpile.cache 0.7.0 interaction
Due to the change in behavior in dogpile.cache > 0.7.0 where bound
methods can no longer be passed to the cache_on_arguments decorator,
openstackSDK now explicitly provides a non-method wrapper for all
elements passed to cache_on_arguments. This is handled via an explicit
no-op decorator. functools.wraps is used to preserve data from the
original method.

Needed-By: https://review.openstack.org/#/c/624993
Change-Id: Ied27fa1e834d145246815afcb67c59d48669ffb2
Story: 2004605
Task: 28502
2019-02-22 16:31:40 +00:00
..
_heat Fix recent pep8 issues 2018-05-12 10:31:30 -05:00
cmd Split parser creation and parser for inventory 2019-01-07 03:39:43 -08:00
tests Restrict inventory test to devstack-admin 2019-01-13 14:48:20 +00:00
__init__.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
_adapter.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
_legacy_clients.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
_log.py Add a NullHandler to all of our loggers 2015-09-22 16:10:11 -05:00
_normalize.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
_utils.py Fix dogpile.cache 0.7.0 interaction 2019-02-22 16:31:40 +00:00
exc.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
inventory.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00
meta.py Fix private_v4 selection related to floating ip matching 2018-03-02 08:51:26 +01:00
openstackcloud.py Fix grant_role() when user not in default domain 2018-12-17 13:46:33 +01:00
operatorcloud.py Merge OpenstackCloud and OperatorCloud files 2017-12-04 17:35:22 +00:00
task_manager.py Decouple OpenStackCloud from Connection 2018-10-16 08:58:01 -05:00