1. 29 Sep, 2021 1 commit
  2. 23 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 3.9.1. · 2a54584a
      Thomas Goirand authored
      2a54584a
    • Thomas Goirand's avatar
      Merge tag '3.9.1' into debian/xena · fcf1a361
      Thomas Goirand authored
      castellan 3.9.1 release
      
      meta:version: 3.9.1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I63492f11606983f672011cafb03b21fe14fb0214
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      fcf1a361
  3. 16 Aug, 2021 1 commit
  4. 08 Jul, 2021 1 commit
  5. 23 Jun, 2021 1 commit
  6. 21 Jun, 2021 1 commit
    • Mark Goddard's avatar
      barbican key manager: Add support for service user · 16203946
      Mark Goddard authored
      This change adds support to the Barbican key manager for configuring a
      service user. This can be used to provide additional security through
      the combination of a user token and a service token, with appropriate
      modifications to Barbican API policy.
      
      Use of a service user is enabled via the [barbican]
      send_service_user_token option, which defaults to False. When set to
      True, the service user is configured via keystoneauth options in the
      barbican_service_user group.
      
      Change-Id: I143cb57c8534a8dc0a91e6e42917dd0c134170c0
      16203946
  7. 10 Jun, 2021 1 commit
  8. 04 Jun, 2021 1 commit
    • Elod Illes's avatar
      Add missing font for PDF doc generation · 0d0c2f2a
      Elod Illes authored
      openstack-tox-docs job started to fail with the following error:
      
      ! LaTeX Error: File `tgtermes.sty' not found.
      
      This patch adds the required font package to bindep doc profile.
      
      Change-Id: I242da5c4fcc3096a47f85bd8a265ad8f072b2a30
      0d0c2f2a
  9. 04 May, 2021 1 commit
  10. 26 Apr, 2021 1 commit
    • Yandong Xuan's avatar
      setup.cfg: Replace dashes with underscores · 977e083c
      Yandong Xuan authored
      Resolves warnings like the following:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      Change-Id: I172ea38886f6d6ed55eb8ef4337824e075fd1297
      977e083c
  11. 30 Mar, 2021 4 commits
  12. 23 Mar, 2021 1 commit
  13. 18 Mar, 2021 2 commits
  14. 11 Mar, 2021 1 commit
  15. 08 Mar, 2021 3 commits
  16. 03 Feb, 2021 2 commits
    • Takashi Kajinami's avatar
      Simplify the reference to barbican parameters · bfcf4b2f
      Takashi Kajinami authored
      ... so that we can easily identify the logics which are referring to
      configuration parameters.
      
      Change-Id: I93427a64b83f474c7c2dd45c8c200e7a3c9bc6f9
      bfcf4b2f
    • Takashi Kajinami's avatar
      Allow specifying region of barbican endpoint · 8c483411
      Takashi Kajinami authored
      This change introduces a new option to define the region to which
      the Barbican endpoint belongs. This is required if the deployment has
      multiple regions and a single Keystone instance stores multiple
      Barbican endpoints for different regions.
      This change also ensures that the same interface and region are used
      in endpoint detection and api version detection.
      
      Change-Id: If2c0055d45922937e259a8f22f5879c9faa41e35
      8c483411
  17. 21 Jan, 2021 1 commit
  18. 18 Dec, 2020 1 commit
  19. 01 Dec, 2020 2 commits
  20. 04 Nov, 2020 1 commit
  21. 14 Oct, 2020 3 commits
  22. 12 Oct, 2020 1 commit
    • kuangcx's avatar
      Remove six · aede0861
      kuangcx authored
      Remove six reference in lower-constraints.txt since six package is not
      used
      
      Change-Id: Ic00181428661e561db1f6f998b2e4cf48cfc9adb
      aede0861
  23. 06 Oct, 2020 1 commit
  24. 29 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · b719a5b5
      Hervé Beraud authored
      Introduced changes:
      - pre-commit config and rules
      - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
      - Applying fixes for pre-commit compliance in all code.
      
      Also commit hash will be used instead of version tags in pre-commit to
      prevend arbitrary code from running in developer's machines.
      
      pre-commit will be used to:
      - trailing whitespace;
      - Replaces or checks mixed line ending (mixed-line-ending);
      - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
      - Checks that non-binary executables have a proper
        shebang (check-executables-have-shebangs);
      - Check for files that contain merge conflict strings (check-merge-conflict);
      - Check for debugger imports and py37+ breakpoint()
        calls in python source (debug-statements);
      - Attempts to load all yaml files to verify syntax (check-yaml);
      - Run flake8 checks (flake8) (local)
      
      For further details about tests please refer to:
      https://github.com/pre-commit/pre-commit-hooks
      
      
      
      Change-Id: I35e092c472e5d564ebc9bb6c2a4f6d40b54ff120
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      b719a5b5
  25. 13 Sep, 2020 3 commits
    • Thomas Goirand's avatar
      7e30f447
    • Thomas Goirand's avatar
      Now packaging 3.6.0 · 81e706d3
      Thomas Goirand authored
      81e706d3
    • Thomas Goirand's avatar
      Merge tag '3.6.0' into debian/victoria · 8159391d
      Thomas Goirand authored
      castellan 3.6.0 release
      
      meta:version: 3.6.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      8159391d
  26. 11 Sep, 2020 2 commits