deb-ironic-inspector/ironic_inspector
Teng Fei 8b0fbb665a Modify the SQL's string from double quote to single quote.
Using double quotes for strings does not conform to the ANSI standard.
While MySQL accepts it, PostgreSQL raises an error.

This patch fixes crash when used with PostgreSQL.

Closes-Bug: #1606534
Change-Id: Id979043b1573bf2ea473e772c7ea7417c733d753
(cherry picked from commit 6ba331aad2)
2016-08-22 14:21:51 +00:00
..
common Move ironic options to common/ironic 2016-03-07 13:56:55 +01:00
migrations Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
plugins Always convert the size root device hints to an integer 2016-05-23 15:41:55 +02:00
test Always convert the size root device hints to an integer 2016-05-23 15:41:55 +02:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
conf.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
db.py Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
dbsync.py Add db migrations tests 2016-03-01 15:04:59 +02:00
firewall.py Make sure to clean the blacklist cache when disabling the firewall 2016-04-15 15:23:40 +02:00
introspect.py Use futurist library for asynchronous tasks 2016-03-02 15:40:01 +01:00
main.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
node_cache.py Modify the SQL's string from double quote to single quote. 2016-08-22 14:21:51 +00:00
process.py Merge "Don't fail on power off if in enroll state" 2016-03-14 14:16:28 +00:00
rules.py Correct method call to to_dict 2016-03-03 16:19:39 +00:00
utils.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00