masakari/masakari
Stephen Finucane 69d62e3e6d db: Don't pass strings to Connection.execute()
Resolve the following RemovedIn20Warning warning:

  Passing a string to Connection.execute() is deprecated and will be
  removed in version 2.0.  Use the text() construct, or the
  Connection.exec_driver_sql() method to invoke a driver-level SQL
  string.

We do the latter.

Change-Id: I0ee518022772beeb0298e12b5b36279fd384fb4a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-12-23 04:25:12 +00:00
..
api update api microversion for masakari vmoves 2023-02-02 10:12:04 +08:00
cmd db: Migrate to alembic 2023-12-22 07:31:12 +00:00
common [goal] Deprecate the JSON formatted policy file 2020-12-23 00:47:36 +00:00
compute [TrivialFix] Improve one method's name 2021-04-27 19:22:25 +08:00
conf DLM to fix host notification race. 2022-07-19 09:31:47 +00:00
db db: Don't pass strings to Connection.execute() 2023-12-23 04:25:12 +00:00
engine log when set host on maintenance 2023-06-29 18:54:49 +08:00
ha vm moves for host notification 2023-01-28 11:01:24 +00:00
hacking Update hacking for Python3 2020-04-19 07:41:06 +02:00
notifications add enabled to segment 2021-03-03 10:42:35 +08:00
objects vm moves for host notification 2023-01-28 11:01:24 +00:00
policies vm moves for host notification 2023-01-28 11:01:24 +00:00
tests db: Don't pass strings to Connection.execute() 2023-12-23 04:25:12 +00:00
__init__.py Make eventlet hub use a monotonic clock 2017-11-14 07:15:45 +00:00
config.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
context.py tests: Resolve various warnings 2023-12-23 02:42:08 +00:00
coordination.py DLM to fix host notification race. 2022-07-19 09:31:47 +00:00
exception.py vm moves for host notification 2023-01-28 11:01:24 +00:00
i18n.py Update the documentation link for doc migration 2017-07-24 16:34:45 +08:00
manager.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
policy.py [goal] Deprecate the JSON formatted policy file 2020-12-23 00:47:36 +00:00
rpc.py Use new get_rpc_client API from oslo.messaging 2023-01-23 19:22:07 +00:00
safe_utils.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py DLM to fix host notification race. 2022-07-19 09:31:47 +00:00
test.py tests: Enable SQLAlchemy 2.0 deprecation warnings 2023-12-22 15:57:44 +00:00
utils.py Replace getargspec with getfullargspec 2021-05-13 21:31:05 +09:00
version.py [Part7]Remove all usage of six library 2020-09-11 17:28:57 +00:00
wsgi.py Stop to use the __future__ module. 2020-06-02 20:22:56 +02:00