1. 23 Nov, 2021 1 commit
  2. 22 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      TripleO: Reduce tempest test scope · 9cb3fc5f
      Takashi Kajinami authored
      This change reduces scope of tempest tests in tripleo job, so that we
      run only subset of test cases used in TripleO repos.
      
      Change-Id: Ib913f0fe20af74c9a21875c6a7b497dfa2c30880
      (cherry picked from commit 6bb2ecec)
      (cherry picked from commit 8b2b7212)
      (cherry picked from commit b1f706d7abed341d775d02e6ac4a41899e4eb7c8)
      9cb3fc5f
  3. 28 Jun, 2021 2 commits
  4. 23 Jun, 2021 2 commits
    • Erik Berg's avatar
      Allow for '-' in volume type property values · d0bdfc2f
      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
      (cherry picked from commit 62899eba)
      (cherry picked from commit fee24886)
      (cherry picked from commit 9ece2cff0ef9365ff0ee4599a37f010da877ad22)
      d0bdfc2f
    • Tobias Urdin's avatar
      Improve cinder_type properties regex · 41bf50d0
      Tobias Urdin authored
      This changes the regex for properties managed with
      the cinder_type resource so that it supports the
      format Cinder needs for multiattach and similar.
      
        multiattach=<is> True
      
      This patch is needed so that cinder_type resources
      can set the above.
      
      See regex testing here [1]. Needs to be backported
      to older versions so that cinder_type can be
      properly used there as well.
      
      [1] https://regexr.com/5imqk
      
      Change-Id: If08fce9443281e65636aaaa99e3139732435f6f7
      (cherry picked from commit a032bec7)
      (cherry picked from commit a3976afb)
      (cherry picked from commit 5782fc7f2d64d981b328c896c305cda4018afe37)
      41bf50d0
  5. 13 Jun, 2021 1 commit
    • Takashi Kajinami's avatar
      Set fixture paths for unit tests · 59e9e4c0
      Takashi Kajinami authored
      This change defines manifest_dir and module_path expicitly in unit
      tests so that modules installed under fixtures directory is properly
      loaded.
      
      Closes-Bug: #1930403
      Change-Id: I40391cecb877d948a30a480b080a10895b431d0b
      (cherry picked from commit 24dbff6a)
      59e9e4c0
  6. 03 Dec, 2020 1 commit
  7. 06 Nov, 2020 1 commit
    • Ronelle Landy's avatar
      Build containers for single consumer job · 84c46a5c
      Ronelle Landy authored
      Make standalone job build containers when there is one single
      consumer job in layout. Do not run content provider jobs in
      this case.
      
      Change-Id: I9c46c38458e7bddb973ddbb747d2d0b8497e032e
      (cherry picked from commit 9ea51ac8bc3d3a4ea51f8b25cc0b791439fe0391)
      84c46a5c
  8. 26 Aug, 2020 1 commit
  9. 25 Aug, 2020 1 commit
  10. 13 Aug, 2020 1 commit
  11. 14 May, 2020 1 commit
  12. 13 May, 2020 1 commit
  13. 12 May, 2020 1 commit
  14. 28 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/ussuri · 70c0ff64
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ie8aafa9d473587a8f0b9b7bcf9b94ef1c1a782ce
      70c0ff64
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · ba6eddbf
      OpenStack Release Bot authored
      Change-Id: Id1f4cbd020a5983763d9aa8839df65921431fafb
      ba6eddbf
  15. 24 Apr, 2020 1 commit
    • ZhongShengping's avatar
      Prepare Ussuri RC1 · 73d62a57
      ZhongShengping authored
      Update the version metadata for Ussuri milestone RC1
      
      Change-Id: Iacda59ff8ae89576103532676b8e73be8c89abc4
      73d62a57
  16. 23 Apr, 2020 1 commit
  17. 22 Apr, 2020 6 commits
  18. 21 Apr, 2020 1 commit
  19. 20 Apr, 2020 2 commits
    • rajinir's avatar
      Support for Dell EMC XTREMIO Driver Volume Config · 2520cff4
      rajinir authored
      Dell EMC XTREMIO  volume driver config support
      both iSCSI and FC drivers.
      
      Change-Id: I49ea347ba25120bbe18b5c6b1ee6da0f72dd2a57
      2520cff4
    • Thomas Goirand's avatar
      Change ceph_init_override param for Debian · 9fd1ac07
      Thomas Goirand authored
      manifests/backend/rbd.pp attempts to write in /etc/init, when
      upstart has long gone. The result is that it just fails to run.
      So we change the param ceph_init_override to /etc/default/cinder-volume.
      
      Change-Id: I7666c775f4d269f214d3f853e56d0eb076834164
      9fd1ac07
  20. 17 Apr, 2020 1 commit
  21. 15 Apr, 2020 1 commit
    • Takashi Kajinami's avatar
      Refer keystone_authtoken to find credentials · 29e221fe
      Takashi Kajinami authored
      ... because api/os_region_name is not set since [1].
      This patch also fixes incorrect lookup about domain parameters.
      
      This patch also removes useless and incorrect handling about keystone
      version, so that domain parameters are correctly set.
      
      [1] c2d618ca
      
      Change-Id: Idaa1c767e8cab645567b920dc9d377abf509ec54
      29e221fe
  22. 13 Apr, 2020 3 commits
  23. 12 Apr, 2020 1 commit
    • Takashi Kajinami's avatar
      Deprecate cinder::api::os_region_name · c2d618ca
      Takashi Kajinami authored
      ... because the actual parameter, DEFAULT/os_region_name was deprecated
      in Pike[1], and removed in Rocky[2] release.
      
      [1] da93e11794d2a7479b037f96fc5aef83f98be8dd
      [2] 50e6b7af3662ab89eefc565c182ef14bb20f08d3
      
      Change-Id: I5dbc65df8476a3f69876c3ca14bb2500ea25134e
      c2d618ca
  24. 07 Apr, 2020 2 commits
  25. 06 Apr, 2020 1 commit
    • Tobias Urdin's avatar
      Move cinder::ceilometer to init · a825f850
      Tobias Urdin authored
      The cinder module is the only module that has
      a class named ceilometer to configure the oslo
      notifications section.
      
      The majority of our modules has these parameters
      in the init class except for a few, to make it
      more consistent and to not use another projects
      name as a class name to configure something that
      is not explicitly only for that usecase.
      
      Change-Id: Ic45e50cf8cd19ee197da12006030abdc064ae9de
      a825f850
  26. 02 Apr, 2020 1 commit
  27. 01 Apr, 2020 2 commits