1. 25 Mar, 2021 1 commit
    • Dmitry Tantsur's avatar
      Make baremetal --debug actually work · 2e6778fe
      Dmitry Tantsur authored
      The --debug option exists but does nothing. Wire in openstacksdk logging
      and make sure ironicclient can log as well.
      
      Change-Id: I136503f546be2ecbd3203ee07597df59a40a594e
      (cherry picked from commit 4a22f29f)
      2e6778fe
  2. 23 Mar, 2021 1 commit
  3. 19 Dec, 2020 1 commit
    • Riccardo Pittau's avatar
      Remove lower-constraints job · 8ae1c79c
      Riccardo Pittau authored
      As discussed during the upstream ironic community meeting on
      Monday Dec 14 2020, the lower-constraints job is being removed.
      
      Also fix functional tests.
      
      Change-Id: Iafad733ac813da65ceb1864cb24af65e924732b7
      (cherry picked from commit 7fb95d34)
      8ae1c79c
  4. 03 Oct, 2020 2 commits
  5. 02 Oct, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix l-c job · cadb8d86
      Ghanshyam Mann authored
      Bumping few lower constraints to pass it on Focal
      node.
      
      Change-Id: I8dd649c9ecc313590248cdc301c0a15edb63f409
      (cherry picked from commit 84747918)
      cadb8d86
  6. 09 Sep, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/victoria · 14a2ff62
      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/victoria branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I8906ddd9d5b7df1c651526bdd993e2cab38c80de
      14a2ff62
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/victoria · 51b11825
      OpenStack Release Bot authored
      Change-Id: I2b0b46861b1b7741319b67ead55eade063c64507
      51b11825
  7. 07 Sep, 2020 1 commit
  8. 24 Aug, 2020 3 commits
  9. 12 Aug, 2020 1 commit
  10. 15 Jul, 2020 1 commit
  11. 03 Jul, 2020 1 commit
    • wu.chunyang's avatar
      Remove pypy · f1f10385
      wu.chunyang authored
      Pypy is not tested in OpenStack anymore, remove the job.
      
      Change-Id: If462d6a5e2304ebc6647087cad89007fe2576acb
      f1f10385
  12. 02 Jul, 2020 1 commit
  13. 29 Jun, 2020 1 commit
  14. 26 Jun, 2020 1 commit
    • Tzu-Mainn Chen's avatar
      Add port-uuid parameter to node vif attach · ea4ecf7b
      Tzu-Mainn Chen authored
      vif_attach has the capability to attach to a specific baremetal port.
      This change provides an explicit (and optional) parameter for the
      baremetal port UUID.
      
      Change-Id: Ie2bedda11ccf479db0cbc3dc51f100ae49f81bc2
      ea4ecf7b
  15. 25 Jun, 2020 2 commits
  16. 24 Jun, 2020 3 commits
  17. 23 Jun, 2020 5 commits
  18. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · 57cb1e5e
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: I16298d48f6be9d994c13f0e5c400768d9445cbb0
      57cb1e5e
  19. 02 Jun, 2020 1 commit
  20. 26 May, 2020 1 commit
  21. 19 May, 2020 1 commit
  22. 18 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 2f60122b
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Set openstackdocs_pdf_link to link to PDF file. Note that
      the link to the published document only works on docs.openstack.org
      where the PDF file is placed in the top-level html directory. The
      site-preview places the PDF in a pdf directory.
      
      Set openstackdocs_auto_name to use 'project' as name.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: Ic9b4859ad14431c2ab6cc67e053757c0e728d40e
      2f60122b
  23. 15 May, 2020 2 commits
    • Vladyslav Drok's avatar
      Add global_request_id into the base client methods · 76a16ead
      Vladyslav Drok authored
      This change also allows passing os_ironic_api_version into create and
      delete methods, which was not possible previously.
      
      Story: 2007611
      Task: 39602
      Change-Id: I28e094df8ca0b1921fb8b6d503e8d09dfff064d7
      76a16ead
    • Vladyslav Drok's avatar
      Allow to pass additional arguments into adapter · 9f2d080c
      Vladyslav Drok authored
      This change allows to pass additional_headers and global_request_id
      to keystoneauth's Adapter constructor. Also SessionClient now makes
      use of them while doing HTTP requests (apart from version negotitaion
      requests).
      
      Story: 2007611
      Task: 39602
      Change-Id: I75cb9311bf44cbf7f6f8737d1d37b2be503be3f9
      9f2d080c
  24. 12 May, 2020 1 commit
  25. 04 May, 2020 2 commits
    • Riccardo Pittau's avatar
      Remove future dependency · 74cc4d4d
      Riccardo Pittau authored
      Stop importing print function from future.
      
      Change-Id: I5c40446e14ccd9a2fe3b673c8bc8581c64012899
      74cc4d4d
    • Dmitry Tantsur's avatar
      Get rid of the oslo.serialization dependency · 0242f821
      Dmitry Tantsur authored
      It was used to smoothen out the difference in handling bytes in
      Python 2 and 3. Now that we only support Python 3, it can be
      replaced.
      
      A side effect of this change is that we no longer accept bytes
      in JSON. JSON does not support bytes, but this problem has been
      hidden due to oslo.serialization until now. The configdrive
      handling has been updated to account for that.
      
      Change-Id: I230b55db55bce08d46f5023ad7a3f6501c96d100
      0242f821
  26. 02 May, 2020 1 commit
  27. 30 Apr, 2020 1 commit