Simon Leinen df055acc61 Avoid passing backslashes in SQL snippets
In order to fix bug #1534660, change 269530 splits many overly long
lines in Bash scripts using backslash continuations.  But in some
cases, these backslashes were inserted within command arguments that
are interpreted as SQL expressions, where they cause syntax errors.

This changes splits the corresponding lines differently, so that the
backslashes are no longer passed in SQL expressions.

Change-Id: I4a8940b6fe9ce8563315cd0cc9a9529a02f8cdb8
Closes-Bug: 1596193
Related-Bug: 1534660
2016-06-27 20:29:50 +02:00
2014-08-28 13:39:21 -05:00
2015-09-29 09:03:46 -06:00
2014-08-28 13:39:21 -05:00

tools-generic

A repo of curated generic OpenStack Operations Tools

These have been verified that do what they say, pass our coding standards and have been found useful by the Operating Community.

For contributing other tools, generally you should submit them to the osops-tools-contrib repo <https://github.com/openstack/osops-tools-contrib>_ first.

Please see the wiki page at https://wiki.openstack.org/wiki/Osops#Overview_moving_code for more details about how code is promoted up to the generic repo.

Other sources of tools

Description
RETIRED, Curated Tools and Scripts for OpenStack Operators
Readme 373 KiB