Comment 5 for bug 1511730

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

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

commit a3d413d1ca411ddd5c26c850932b99c5e33ca17f
Author: Andrey Tykhonov <email address hidden>
Date: Tue Nov 3 17:57:16 2015 +0200

    Avoid usage of `localhost` and `127.0.0.1`

    * Avoid usage of `localhost` and `127.0.0.1`;
    * For a remote command execution either `address` or `hostname` could
     be used;
    * Execute a command on a shotgun' host if neither `address` nor
      `hostname` is specified;

    Change-Id: Iac1d9ea37400e4d202a9bc673c5fa3d3d185701b
    Partial-Bug: #1511730
    Partial-Bug: #1517844