1. 06 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M3 · ee971b4e
      ZhongShengping authored
      Update the version metadata for Xena milestone M3
      
      Change-Id: I479fab9e4605c7c2b024956bd7e1536042575706
      ee971b4e
  2. 03 Sep, 2021 1 commit
  3. 02 Sep, 2021 4 commits
  4. 31 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Fix the default of cinder::api::ratelimits_factory · 3111f64d
      Takashi Kajinami authored
      The cinder::api class introduces RateLimitingMiddleware when
      the ratelimits parameter is true. However the current default of
      ratelimits_factory still points to v1 API code which was already
      removed, and this results in an invalid definition.
      
      This change ensures that it points to v2 API code which still exists.
      
      Closes-Bug: #1941860
      Change-Id: I97d14585ebb28166c95755169df0ea5433adb3e8
      3111f64d
  5. 27 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Do not test service_user parameters directly · 688e3965
      Takashi Kajinami authored
      The service_user parameters are not managed directly but managed by
      the keystone::resource::service_user resource type. Thus we should
      avoid testing parameters directly otherwise any change in the resource
      type can cause test failures.
      
      Change-Id: Idc1324b4eb683a0ec0e57e20bca25238149adb0f
      688e3965
  6. 26 Aug, 2021 3 commits
    • Takashi Kajinami's avatar
      Do not test authtoken parameters directly · 1ae066c6
      Takashi Kajinami authored
      The authtoken parameters are not managed directly but managed by
      the keystone::resource::authtoken class. Thus we should avoid testing
      parameters directly otherwise any change in the resource type can
      cause test failures.
      
      Change-Id: I04286fac26f1f8787a3eb1304fc689d304ba5d50
      1ae066c6
    • Takashi Kajinami's avatar
      Use a 'params' hash for authtoken parameters · c65c7c37
      Takashi Kajinami authored
      This change adds the 'params' hash in authtoken class, to implement
      the same functionality as the one recently introduced into
      puppet-nova[1].
      
      [1] 5c38281e1b698f157f03bf1815733277c541c30b
      
      Change-Id: Id291959862bfe82cc1800e9bc7759b52006a10b7
      c65c7c37
    • Takashi Kajinami's avatar
      Fix incomplete parameter description · 6e705d7c
      Takashi Kajinami authored
      Change-Id: I4cccbb4ed689a95ac3b0cec782fe41a109ab277d
      6e705d7c
  7. 18 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Clean up v2 API support · 40885d15
      Takashi Kajinami authored
      This change removes the remaining parameters for v2 API support, which
      were deprecated during the previous Wallaby cycle.
      Also, enable_v3_api parameter is deprecated because the parameter was
      deprecated in cinder[1] as part of removal of volume v2 API.
      
      [1] e05b261af7dcd24096b229860df65dff1d385910
      
      Change-Id: I20e6952d215d4d1886f09021a12d6c57c59a5d66
      40885d15
  8. 16 Aug, 2021 2 commits
    • Zuul's avatar
      Merge "Support Puppet 7" · d0c1bfd1
      Zuul authored
      d0c1bfd1
    • Takashi Kajinami's avatar
      Support Puppet 7 · 8ad8dba5
      Takashi Kajinami authored
      Puppet 7 has been tested in CI for a while but we haven't seen any
      issue with it. Let's officially support the version.
      
      Change-Id: I3a7d9d35dd714061ec1ecb1786226cabee475503
      8ad8dba5
  9. 09 Aug, 2021 1 commit
  10. 26 Jul, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M2 · ace278ff
      ZhongShengping authored
      Update the version metadata for Xena milestone M2
      
      Change-Id: I6c2ae13fc5d3948096c0f53cd31a651f30c0bdb0
      ace278ff
  11. 12 Jul, 2021 2 commits
  12. 11 Jul, 2021 3 commits
  13. 07 Jul, 2021 2 commits
  14. 05 Jul, 2021 1 commit
  15. 04 Jul, 2021 1 commit
  16. 01 Jul, 2021 1 commit
  17. 29 Jun, 2021 1 commit
  18. 28 Jun, 2021 4 commits
  19. 24 Jun, 2021 1 commit
  20. 23 Jun, 2021 3 commits
  21. 20 Jun, 2021 1 commit
  22. 19 Jun, 2021 1 commit
    • Erik Berg's avatar
      Allow for '-' in volume type property values · 62899eba
      Erik Berg authored
      There's no validation going on (yet) in cinder as to which characters
      are allowed in properties. So this change alters the regex to cast a
      wide net catching '-' and other possible valid variations.
      
      Also update unit-test to cover this scenario.
      
      Closes-Bug: #1932272
      Change-Id: I564528663a3d2f83136b98ed46e09e373a9ad6de
      62899eba
  23. 16 Jun, 2021 1 commit
  24. 12 Jun, 2021 1 commit
  25. 02 Jun, 2021 1 commit