
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
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