commit 52ab6b997adc38555dca2a32b56e18598b79ec52
Author: Martin Styk <mastyk@redhat.com>
Date:   Thu Oct 24 14:07:52 2019 +0200

    Automatic commit of release 26.6
    
    Change-Id: I4639fe090650624e79bd11a32e31b7e93c236570

commit a71d48a1d2416e208af664ed60919ff037e11ca5
Author: Martin Styk <mastyk@redhat.com>
Date:   Thu Oct 24 12:39:24 2019 +0200

    Release notes for 26.6
    
    Change-Id: I71874f9b112c1c3082c9e72157cfcb07d57a39e8
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit b58a215e61e4cbde1fdca84c48abb8565945048b
Author: Martin Styk <mastyk@redhat.com>
Date:   Fri Oct 4 12:19:33 2019 +0200

    Enable root password ssh access in Fedora 31+
    
    Fedora 31 added security measure to remove
    access to machine via SSH with root/password
    combination. As we are trying to provide
    same experience for the user. This patch
    remove this limitation.
    
    Bug: 1758124
    Change-Id: I45707998040d6187dc6011a269a1b77f6d471a75
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 0bf157bb108f3b6be3680e9096dd2c4544685401
Author: Martin Styk <mastyk@redhat.com>
Date:   Mon Aug 5 17:31:06 2019 +0200

    Add feature to remove all distros from desired LC
    
    Change-Id: I502b7c0af0cb63a0d2d150d8bd123d70ca8b72d6
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 17e6919223edf529fad1f8452d57e4d909d50eab
Author: Martin Styk <mastyk@redhat.com>
Date:   Wed Jun 26 07:47:25 2019 +0200

    Add support for multiple plugs in WTI/APC_SNMP
    
    Bug: 1723303
    Change-Id: I3e076220e90b7f5fd04c5eeeb39c04a5c838e5b2
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 25b8bef5efd5de5568e1e98edee7e58efefcc245
Author: Martin Styk <mastyk@redhat.com>
Date:   Thu Jun 27 15:19:55 2019 +0200

    Remove race condition from XMLRPC
    
    Bug: 1724650
    Change-Id: I28adc9b4c61fbea5540ce2517c88d0ecae20451b
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 998b4278bee72c26540f17e8a1b1246fd2efd90a
Author: Martin Styk <mastyk@redhat.com>
Date:   Thu Jun 13 07:38:40 2019 +0200

    Add opt to run expire-distoros on different LC
    
    Bug: 1720067
    Change-Id: I55543889d48e48a24d9fa4ec62499a04609bfd65
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit dcf20d68085cc4ff71e54247ebb112fa3df08453
Author: Martin Styk <mastyk@redhat.com>
Date:   Fri Jun 21 13:48:01 2019 +0200

    Add libvirt-client requirement to labcontroller
    
    Change-Id: I7af31bf8529896ee95fad6790d243f726d1d33f1
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit cfab3038714d39545a7fba681004ca0eed73e06a
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Wed Jun 12 18:02:50 2019 +0200

    Modify default PANIC_REGEX to ignore false positives
    
    RHEL8.1 kernel trap module prints general protection fault
    instead of general protection as it did in previous
    versions. This change ignores all messages that include
    ' ip:' on the same line
    
    Bug: 1719829
    Change-Id: I7a96131958f27103ab1659e079bfd8d3915fe626

commit 3d41a6cd294d1561d4b325e9f41778e05952f9d9
Author: Carol Bouchard <cbouchar@redhat.com>
Date:   Fri May 3 16:52:17 2019 -0400

    Extend beaker-wizard to accept full OSMajor distro names
    
    Currently wizard code only allows Distro aliases to be configured.
    Then beaker maps this to OSMajor Name. This is only useful if
    administrators configured an alias for each OSMajor Distro Name.
    Changed Wizard to allow more than limited alias names.
    The other issue is only administrators can see the alias name.
    This changeset modifies Distro family display so it includes
    alias name so the alias to OSMajor name mapping can be seen by all.
    Updated documentation accordingly.
    
    Bug: 1704804
    Change-Id: Ie320ea9c1bec38a5e2a6c2fb7f960050fe207299