1. 02 Mar, 2022 2 commits
  2. 01 Mar, 2022 2 commits
    • Brian Rosmaita's avatar
      Change default value for [wsgi]/python_interpreter · daa602ba
      Brian Rosmaita authored
      The default value is being set too early.  We don't want to use
      the value of sys.executable at the time the config is generated,
      because that's unlikely to map to an existing interpreter in an
      actual deployment.
      
      Change-Id: Ic40f582f83e04c6915a3fcb231d6d95ca071c100
      Closes-bug: #1962581
      daa602ba
    • Erno Kuvaja's avatar
      Sync example configs for Yoga · 69a4de82
      Erno Kuvaja authored
      Some updates in configs, especially deprecation message for db
      threading.
      
      Change-Id: I62efa836a5e02641ac12ae7d786e1bee79ebb487
      69a4de82
  3. 24 Feb, 2022 1 commit
  4. 17 Feb, 2022 1 commit
  5. 16 Feb, 2022 7 commits
  6. 15 Feb, 2022 3 commits
  7. 14 Feb, 2022 4 commits
  8. 12 Feb, 2022 1 commit
  9. 11 Feb, 2022 1 commit
    • Ade Lee's avatar
      Make FIPS job non-voting · 0457ab20
      Ade Lee authored
      Temporarily make the FIPS job non-voting till we figure out why
      its failing. Restore the non-fips version of the cinder job so
      we keep the coverage.
      
      Change-Id: I1a9dbd087cca52798f0d01c62ebb47e37f52d87a
      0457ab20
  10. 10 Feb, 2022 1 commit
    • Brian Rosmaita's avatar
      Update migration constant · ba5f556d
      Brian Rosmaita authored
      Update the data migration current release to 'yoga'.  Include a
      semver pseudo-header in this commit message so that pbr will
      increment the major version number, otherwise
      glance.tests.unit.gate.test_data_migration_version will break.
      
      Also add a reminder about this to the release cycle tasks list.
      
      Change-Id: Ibdbeb752d29afeb48628587442577ab139be9ac9
      Sem-Ver: api-break
      ba5f556d
  11. 08 Feb, 2022 2 commits
  12. 07 Feb, 2022 2 commits
  13. 03 Feb, 2022 4 commits
    • Ade Lee's avatar
      Add fips check jobs · 0f13754f
      Ade Lee authored
      Some jobs have been modified to run to confirm that functionality is
      still working when FIPS is enabled on the nodes.
      
      As the FIPS tests currently run on centos nodes, code is added
      to the test-setup script to set up the databases correctly.  Also had
      to increase the swap space on the nodes; see [0] for an explanation.
      
      The current FIPS jobs run using python 3.6 on centos-8-stream.  We will
      modify these to run on centos-9-stream and python 3.9 in a
      subsequent patch.
      
      [0] https://review.opendev.org/c/openstack/devstack/+/803706
      
      Change-Id: I060d8247c7b09f63990ea411e6c6a056bb50410d
      0f13754f
    • Dan Smith's avatar
      [APIImpact] Quota usage API · f865b8ca
      Dan Smith authored
      This adds a /v2/info/usage API endpoint which exposes to the user
      their current limits and usage.
      
      The discovery API does not (appear to) have existing tests, so this
      adds a module for that, although only usage tests are added currently.
      
      Implements: blueprint quota-api
      Change-Id: I50c98bac50f815bdb9baae024e77afd388f74554
      f865b8ca
    • Zuul's avatar
      Merge "Remove six.moves.http_client usage" · 472c1635
      Zuul authored
      472c1635
    • Zuul's avatar
      Merge "Remove six.moves.range usage" · 518606a6
      Zuul authored
      518606a6
  14. 02 Feb, 2022 2 commits
  15. 31 Jan, 2022 1 commit
    • Dan Smith's avatar
      Fix set_property_atomic() boolean type casting · 753c74c3
      Dan Smith authored
      In set_property_atomic() we pass an integer query filter for the
      deleted field, since most projects use an integer for this column.
      However, in glance the column is a boolean, which trips up postgres
      since the types are different (mysql and sqlite work fine). This
      minor change to use False instead of 0 should fix that for postgres
      users.
      
      Change-Id: I5149df76943c1c19f3204b904c0e2d3ef846bdf7
      Closes-Bug: #1953063
      753c74c3
  16. 27 Jan, 2022 6 commits