Low: libcrmcommon: Always output request= in XML output.
Previously, we were only doing this if there was a command line
involved. However, for public API use, there won't be a command line.
This is a problem because the XML schema requires a request to be
present. So, just add request="libpacemaker" in those cases.