1. 08 Jul, 2019 1 commit
  2. 03 Jul, 2019 1 commit
    • Elod Illes's avatar
      Add local bindep.txt · 688141ae
      Elod Illes authored
      As it was announced [1] global bindep-fallback.txt was removed and now
      projects need to have a local bindep.txt to be able to install binary
      dependencies for testing.
      
      In test jobs the script tools/test-setup.sh is called which requires
      mysql and postgres servers and clients to be installed.
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html
      
      Change-Id: I6b237ecf55ff440b5f5c956ee849a1927bb15441
      (cherry picked from commit f34e53eb)
      (cherry picked from commit 67904312ab7fff2939f5115125994fc3753be334)
      (cherry picked from commit d37a0eb3d5b20234592a6a514f5a4d7c75b5c763)
      (cherry picked from commit 4ae0a7732ea9317d17ac2f0066000c68e46f17b4)
      688141ae
  3. 14 May, 2019 1 commit
  4. 19 Apr, 2019 1 commit
  5. 09 Oct, 2018 1 commit
  6. 03 Aug, 2018 1 commit
  7. 24 May, 2018 1 commit
    • Mike Bayer's avatar
      Reverse role of synchronous_reader · a46f09ff
      Mike Bayer authored
      Repaired the "synchronous_reader" modifier of enginefacade so that it
      refers to the "writer" engine when set to True, thereby allowing
      "synchronous" behavior with the writer.  When set to False, this is
      "asynchronous", so this should be associated with the async engines.
      The flag had the reverse behavior previously.
      
      Change-Id: Id7fea7562ba90eb710176d497af103303f230531
      Closes-bug: #1746116
      (cherry picked from commit 5ca32988)
      a46f09ff
  8. 02 May, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · 6c1812c6
      eeldill authored
      build-openstack-sphinx-docs jobs fail on stable branches due to the new
      pip version 10 introduces some previously Warning as Error: in case of
      calling "pip install" without any package name, the command fails.
      tox_install.sh is called during docs job without any package passed to pip.
      
      Change-Id: Idf418fb327475ddf167db8a85d6eff6456ca8c9b
      6c1812c6
  9. 11 Jan, 2018 1 commit
  10. 11 Aug, 2017 1 commit
  11. 28 Jul, 2017 2 commits
  12. 17 Jul, 2017 1 commit
  13. 14 Jul, 2017 1 commit
    • Mike Bayer's avatar
      Don't access connection.info if connection is invalidated · 7c5b7d3e
      Mike Bayer authored
      The connection.info dictionary comes from the underlying
      pooled connection, which in a disconnection situation
      is not there; trying to access it makes it try to reconnect.
      Inside of rollback(), SQLAlchemy doesn't allow us to
      reconnect yet because we haven't finished removing the
      transctional state that corresponds to the now-discarded
      connection.  Therefore we have to check connection.invalidated
      inside of our rollback handlers before trying to add/remove tokens
      from connection.info.
      
      Change-Id: Icd10ada68d6d53410ac88eca3577f04c5e30087e
      Resolves-bug: #1704474
      7c5b7d3e
  14. 11 Jul, 2017 2 commits
  15. 05 Jul, 2017 1 commit
  16. 04 Jul, 2017 1 commit
  17. 03 Jul, 2017 1 commit
  18. 01 Jul, 2017 1 commit
  19. 30 Jun, 2017 1 commit
  20. 29 Jun, 2017 1 commit
  21. 28 Jun, 2017 2 commits
  22. 26 Jun, 2017 1 commit
    • oorgeron's avatar
      Enable MySQL Storage Engine selection · c5db636d
      oorgeron authored
      Enables new functionality for selecting InnoDB or MySQL Cluster
      as a DB storage backend in OpenStack services.
      
      Closes-Bug: 1564110
      Change-Id: I9f1fd2a87fdf75332de2339d3ff4f08ce9220dcf
      c5db636d
  23. 16 Jun, 2017 1 commit
  24. 15 Jun, 2017 1 commit
  25. 10 Jun, 2017 1 commit
  26. 06 Jun, 2017 1 commit
  27. 02 Jun, 2017 2 commits
  28. 30 May, 2017 1 commit
  29. 27 May, 2017 1 commit
  30. 26 May, 2017 2 commits
  31. 25 May, 2017 1 commit
    • dineshbhor's avatar
      Raise only DbMigrationError from migrate 'upgrade' method · a6172924
      dineshbhor authored
      All the exceptions which are raised from sqlalchemy-migrate upgrade
      method are not more user friendly to the operator.
      
      This patch proposes to convert all the exceptions which will be
      raised by 'upgrade' method to an oslo_db specific 'DbMigrationError'
      exception.
      
      Related-Bug: #1546441
      Change-Id: I28533bedba358281ce302b9b021744387a76c04a
      a6172924
  32. 24 May, 2017 1 commit
    • Mike Bayer's avatar
      Warn on URL without a drivername · 2166490a
      Mike Bayer authored
      Older installations may still be running with
      URLs of the form "mysql://user:pass@host/dbname",
      which defaults to the native MySQL driver that is not supported
      by eventlet.  Warn that URLs should be qualified with an explicit
      driver, and in the case of MySQL that PyMySQL should be used.
      
      Change-Id: Ie973a43c8d056778d02703cf75bfc52a90027dea
      2166490a
  33. 23 May, 2017 2 commits
  34. 20 May, 2017 1 commit