1. 03 Aug, 2022 1 commit
  2. 21 Jun, 2022 1 commit
  3. 05 May, 2022 1 commit
  4. 03 May, 2022 1 commit
    • dengzhaosen's avatar
      Support SASL protocol for memcached · d229d3ed
      dengzhaosen authored
      Add the SASL protocol for memcached, to improve the security of authority.
      SASL(Simple Authentication and Security Layer): is a memchanism used to
      extend the verification ability of C/S mode. SASL is only the
      authentication process, which integrates the application layer and the
      system authentication mechanism. However, the current memcached hasn't
      any authenticaction mechanism to protect the user's data cached in
      memcached server.
      
      Depends-On: 7828bed0febabfa11a0a8f6960f4c7cc8acec841
      
      Implements: blueprint enable-sasl-protocol
      
      Change-Id: I40b9f4eac518f34a3dfb710b5c4ab3a76da7c00c
      d229d3ed
  5. 19 Apr, 2022 1 commit
  6. 06 Apr, 2022 1 commit
  7. 22 Mar, 2022 2 commits
  8. 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
  9. 04 Mar, 2022 2 commits
  10. 11 Feb, 2022 1 commit
  11. 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
  12. 21 Jan, 2022 1 commit
  13. 07 Jan, 2022 2 commits
  14. 21 Dec, 2021 1 commit
  15. 13 Dec, 2021 1 commit
  16. 04 Oct, 2021 1 commit
  17. 10 Sep, 2021 2 commits
  18. 06 Jul, 2021 1 commit
    • Hervé Beraud's avatar
      fix typo · 04e38607
      Hervé Beraud authored
      Change-Id: I5575d729ccb061c481a039a175ea8d357084496d
      04e38607
  19. 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
  20. 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
  21. 16 Apr, 2021 3 commits
  22. 15 Apr, 2021 2 commits
  23. 23 Mar, 2021 1 commit
  24. 18 Mar, 2021 2 commits
  25. 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
  26. 09 Feb, 2021 1 commit
  27. 08 Feb, 2021 1 commit
  28. 05 Feb, 2021 2 commits
  29. 03 Feb, 2021 1 commit
  30. 01 Feb, 2021 1 commit
  31. 27 Jan, 2021 1 commit