1. 19 Apr, 2022 1 commit
  2. 06 Apr, 2022 1 commit
  3. 22 Mar, 2022 2 commits
  4. 18 Mar, 2022 1 commit
    • Takashi Kajinami's avatar
      Fix description of memcache_servers · 557d4a22
      Takashi Kajinami authored
      Current description says the option is used by only two backends but
      in fact this option is used by all backends dependent on memcached.
      
      Note that the inet6 prefix is specific to the python-memcached library
      and should not be used if a backend dependent on different libraries
      (eg. pymemcache) is used. This change describes that point, too.
      
      Change-Id: I3c967841c94b9409096c9b9591f9fb162db7a1ac
      557d4a22
  5. 04 Mar, 2022 2 commits
  6. 11 Feb, 2022 1 commit
  7. 08 Feb, 2022 1 commit
    • Takashi Kajinami's avatar
      Add Python 3 only classifier · a036c464
      Takashi Kajinami authored
      Python 2 support was removed during Ussuri cycle. This change adds
      the classifier to clearly state that only Python 3 is supported.
      
      Note that the python 3 only classifier was already added to the other
      oslo libraries so this improves consistency among all libraries.
      
      Change-Id: I961f128f9aaaf82cc1345a0c19bdfbae516f8f43
      a036c464
  8. 21 Jan, 2022 1 commit
  9. 07 Jan, 2022 2 commits
  10. 21 Dec, 2021 1 commit
  11. 13 Dec, 2021 1 commit
  12. 04 Oct, 2021 1 commit
  13. 10 Sep, 2021 2 commits
  14. 06 Jul, 2021 1 commit
    • Hervé Beraud's avatar
      fix typo · 04e38607
      Hervé Beraud authored
      Change-Id: I5575d729ccb061c481a039a175ea8d357084496d
      04e38607
  15. 26 May, 2021 1 commit
    • Mitya Eremeev's avatar
      Don't import module "etcd3gw" if etcd3gw backend is not used. · 40946a93
      Mitya Eremeev authored and Mitya Eremeev's avatar Mitya Eremeev committed
      If module etcd3gw is not required for used backend,
      then no need to have it installed and imported.
      Otherwise we always have ugly log error:
      Could not load 'oslo_cache.etcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw
      
      Closes-Bug: 1928318
      Change-Id: Icbe6dc3e93b4d2fec1ceb88366027294e49d7032
      40946a93
  16. 14 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · d89cc82b
      yangyawei authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: Id0c08c4fce10ac3979119a74383d0e869a853571
      d89cc82b
  17. 16 Apr, 2021 3 commits
  18. 15 Apr, 2021 2 commits
  19. 23 Mar, 2021 1 commit
  20. 18 Mar, 2021 2 commits
  21. 10 Mar, 2021 1 commit
    • Hervé Beraud's avatar
      Adding technical details about the memcache pool backend. · 6f3c6c9e
      Hervé Beraud authored
      This backend lack of documentation and technical details.
      Many people think that this the memcache pool backend is going to be HA
      and think that values are replicated.
      
      The added details try to give more details about how this backend works
      under the hood.
      
      Change-Id: If9056168aacca85ae072172ec203319af42962d8
      6f3c6c9e
  22. 09 Feb, 2021 1 commit
  23. 08 Feb, 2021 1 commit
  24. 05 Feb, 2021 2 commits
  25. 03 Feb, 2021 1 commit
  26. 01 Feb, 2021 1 commit
  27. 27 Jan, 2021 1 commit
  28. 21 Jan, 2021 1 commit
  29. 18 Jan, 2021 1 commit
    • Michal Arbet's avatar
      Do not hardcode flush_on_reconnect, move to oslo.cache config · a437b219
      Michal Arbet authored
      
      
      Param flush_on_reconnect is very risky to use on production
      deployments. It can cause exponential raising of connections
      to memcached servers. Moreover this option makes sense only
      in keystone's oslo.cache config.
      
      This patch is moving flush_on_reconnect from code to oslo.cache
      config block to be configurable.
      
      Co-Authored-By: default avatarHervé Beraud <hberaud@redhat.com>
      Change-Id: I8e6826bfb2c85e7ceed03e1667bd6a06b3dff469
      Closes-Bug: #1888394
      a437b219
  30. 18 Dec, 2020 1 commit
  31. 04 Oct, 2020 1 commit