Comment 2 for bug 1519303

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to shotgun (master)

Reviewed: https://review.openstack.org/249152
Committed: https://git.openstack.org/cgit/openstack/shotgun/commit/?id=a0bd06508067935f2ae9be2523ed0d1717b995ce
Submitter: Jenkins
Branch: master

commit a0bd06508067935f2ae9be2523ed0d1717b995ce
Author: Andrey Tykhonov <email address hidden>
Date: Tue Nov 24 13:34:03 2015 +0200

    Fix dump for PostgreSQL is missing in a snapshot

    This issue was introduced by
    https://review.openstack.org/241271. Actually the changes in that
    patch doesn't allow to execute a command (or file/dir operation) on a
    local host.

    This patch fixes:

    * execution of a command on a local host (when neither address nor
    hostname is specified)
    * missing dump for PostgreSQL in a snapshot
    * getting network address (address may be absent, but hostname could be
      present, so we need to use hostname in that case)

    Change-Id: Iafecfa458372458963abd1e16890fe225454a612
    Partial-bug: #1519303