1. 19 Apr, 2019 1 commit
  2. 17 Sep, 2018 1 commit
    • Nguyen Hai's avatar
      import zuul job settings from project-config · 2dfd7c75
      Nguyen Hai authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: Ia4af09a3e32c91a1f030b254d6fc89850d48e0ef
      Story: #2002586
      Task: #24297
      2dfd7c75
  3. 05 Feb, 2018 1 commit
    • Brian Rosmaita's avatar
      Migrate dsvm functional test jobs to project repo · 1eb97f87
      Brian Rosmaita authored
      
      
      Zuul3-related changes in master have moved functional test gate
      configuration out of infra/project-config and into the glanceclient
      repository.  This patch backports these changes so that the stable
      branch has functional test gates.
      
      Not a pure cherry-pick, also includes setting SWIFT_HASH, which
      did not have to be done in master.
      
      Co-authored-by: default avatarMonty Taylor <mordred@inaugust.com>
      Co-authored-by: default avatarBrian Rosmaita <rosmaita.fossdev@gmail.com>
      
      (cherry picked from commit c0e63d97)
      (cherry picked from commit a5985508)
      
      Depends-On: I84de60181cb88574e341ff83cd4857cce241f2dd
      Depends-On: I0fecb027e5be6f4d7bb0bf34e59a43543a421f38
      Change-Id: Idaa2f4b920e131320499c9e460ade74df1d5a264
      1eb97f87
  4. 30 Nov, 2017 1 commit
  5. 24 Aug, 2017 2 commits
    • Abhishek Kekane's avatar
      image-create-via-import fails with ValueError · 13b25ff1
      Abhishek Kekane authored
      CLI image-create-via-import fails with ValueError. The reason
      is create command returns RequestIdWrapper object and not image
      and response.
      
      Further it fails with AttributeError: 'Namespace' object has
      no attribute 'import_method'. The reason is do_import_image() call
      requires 'import_method' as input which is not provided at the
      moment.
      
      Change-Id: Ic4c4d1f3c5d290b584840e8f9047fb53611a5748
      Closes-bug: #1711511
      (cherry picked from commit 335f1e94)
      13b25ff1
    • Brian Rosmaita's avatar
      Fix image-import call · 66d48673
      Brian Rosmaita authored
      Change the request body sent from the client to be the format
      that the API expects for the image-import call.
      
      Depends-On:  I08783e28719e63b5a4b2115b8fce135e55be460a
      Change-Id: I5e34d772d561306c6f103c859740658a825dd189
      Closes-bug: #1711259
      (cherry picked from commit e5b69eff)
      66d48673
  6. 21 Aug, 2017 2 commits
    • Abhishek Kekane's avatar
      stage call fails with TypeError · f7ce62b0
      Abhishek Kekane authored
      image-stage call fails with TypeError saying 'stage() takes exactly
      3 arguments (4 given). The reason is stage() also accepts image_size
      as a argument which is not provided.
      
      Further it raises 'NoneType' object has no attribute 'headers'. The
      reason is stage() internally calls upload method which
      returns a object of RequestIdWrapper on body (which is None) and
      response. In stage call it again tries to add request id which requires
      response object but instead it has a RequestIdWrapper which fails to
      retrieve headers.
      
      Change-Id: I4de4be7a55f35c3533b53acd48042c7c95b4bdc0
      Closes-bug: #1711090
      (cherry picked from commit 0e50837a)
      f7ce62b0
    • Jenkins's avatar
  7. 11 Aug, 2017 1 commit
  8. 28 Jul, 2017 2 commits
  9. 27 Jul, 2017 8 commits
  10. 26 Jul, 2017 2 commits
  11. 25 Jul, 2017 5 commits
  12. 24 Jul, 2017 3 commits
  13. 23 Jul, 2017 1 commit
  14. 21 Jul, 2017 2 commits
  15. 19 Jul, 2017 1 commit
    • Hangdong Zhang's avatar
      Update and optimize documentation links · c753ad87
      Hangdong Zhang authored
      1. Update URLs according to document migration
      2. Update the dead and outdated links
      3. Optimize (e.g. http -> https)
      
      Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
      c753ad87
  16. 13 Jul, 2017 1 commit
  17. 10 Jul, 2017 1 commit
  18. 06 Jul, 2017 1 commit
  19. 04 Jul, 2017 2 commits
  20. 30 Jun, 2017 1 commit
  21. 28 Jun, 2017 1 commit