1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 06 Mar, 2019 1 commit
  4. 26 Feb, 2019 1 commit
  5. 15 Feb, 2019 1 commit
  6. 04 Jan, 2019 1 commit
  7. 02 Jan, 2019 5 commits
  8. 28 Dec, 2018 1 commit
  9. 20 Dec, 2018 2 commits
    • Adam Harwell's avatar
      Secret payload should also be fetched by UUID · 4eec7121
      Adam Harwell authored
      We changed the client to fetch containers and secrets via their UUID
      from the API, rather than by HREF, so that the endpoint URLs set in the
      keystone client would be respected. Unfortunately, we (I) missed
      updating the payload fetch function to do the same. This brings it into
      line with the other fetches.
      
      Change-Id: Ic71cf6771563d669a2fa37a56d4b40c637db1511
      Story: 2004653
      Task: 28608
      4eec7121
    • Andreas Jaeger's avatar
      Use template for lower-constraints · 32244ec0
      Andreas Jaeger authored
      Small cleanups:
      
      * Use openstack-lower-constraints-jobs template, remove individual
        jobs.
      * Sort list of templates
      
      Change-Id: I3ad5dc796983b6a770a5e413f5ab8d2ed3ffa74f
      Needed-By: https://review.openstack.org/623229
      32244ec0
  10. 17 Dec, 2018 1 commit
  11. 04 Dec, 2018 1 commit
  12. 29 Nov, 2018 1 commit
  13. 28 Nov, 2018 1 commit
  14. 07 Nov, 2018 1 commit
    • huang.zhiping's avatar
      Update min tox version to 2.0 · ceb53256
      huang.zhiping authored
      The commands used by constraints need at least tox 2.0.  Update to
      reflect reality, which should help with local running of constraints
      targets.
      
      Change-Id: I413110b14dfe294c8a51c1dc23232bd4f09619dd
      Closes-Bug:  #1802030
      ceb53256
  15. 09 Oct, 2018 1 commit
    • Vieri's avatar
      Don't quote {posargs} in tox.ini · 2956fbac
      Vieri authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: Idf3ecc193e91c65010a0de08a02e01efcf1bd3a7
      2956fbac
  16. 11 Sep, 2018 1 commit
    • Adam Harwell's avatar
      Allow fetching by UUID, and respect interface · 6651c8ff
      Adam Harwell authored
      When passing a UUID to the client, use the Barbican endpoint from
      the service catalog to fetch the entity. When passing an href, strip
      everything before the UUID and use it the same as a passed UUID.
      
      This allows for service usage when secrets are created with a public
      endpoint but must be retrieved from an internal or admin endpoint,
      and is probably how all usage should have worked to begin with.
      
      Change-Id: I90778a2eeefc4cfe42b0e2a48ba09036e3e6d83d
      Story: 2003197
      Task: 23353
      6651c8ff
  17. 04 Sep, 2018 4 commits
  18. 18 Jul, 2018 3 commits
  19. 10 Jul, 2018 1 commit
  20. 13 Jun, 2018 2 commits
    • Doug Hellmann's avatar
      fix tox python3 overrides · fb96e8fb
      Doug Hellmann authored
      
      
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I872ea4b71f35c5bad53fe1bcf2a50a6f21b8f9ee
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      fb96e8fb
    • Doug Hellmann's avatar
      use open() instead of file() · bce298fb
      Doug Hellmann authored
      
      
      Under python 3 the built-in file() has been removed. Use open()
      instead, since it works for both python 2 and 3.
      
      Change-Id: Ifec91646f036dabd8dd6dcd4c648ef4b5bf23427
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      bce298fb
  21. 07 Jun, 2018 1 commit
  22. 04 Jun, 2018 1 commit
  23. 02 Jun, 2018 1 commit
  24. 01 Jun, 2018 1 commit
    • Dave McCowan's avatar
      Add --file flag for secrets · 3ef66c1c
      Dave McCowan authored
      This patch adds a --file (-F) flag to both 'secret store' and 'secret
      get' commands to work around a cliff formatter limitation when dealing
      with binary data. This flag can be used to store a payload directly
      from a file so that a user doesn't have to do any base64 juggling of
      their data.
      
      The flag can also be used to save a payload directly to a file so we can
      avoid UTF-8 and ASCII encoding errors thrown by the cliff formatters
      that expect text data.
      
      Original Review: https://review.openstack.org/#/c/388981
      
      
      Co-Authored-By: default avatar <douglas.mendizabal@rackspace.com>
      
      Change-Id: Iee7e2bbb95238a9bbb9e8e6124fe1663da377939
      3ef66c1c
  25. 11 May, 2018 1 commit
    • huangshan's avatar
      Update the bugs link address · bc7e6d16
      huangshan authored
      We should switch this to storyboard now that we've migrated the bugs
      
      Change-Id: Ifed825076e735d2c61492a8e772b531a7a225cf0
      bc7e6d16
  26. 21 Apr, 2018 1 commit
  27. 16 Apr, 2018 3 commits