Comment 3 for bug 1613631

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

Reviewed: https://review.openstack.org/357823
Committed: https://git.openstack.org/cgit/openstack/murano-apps/commit/?id=d2c3f45f5fc96594aa7c8770faf9650e9cb151ae
Submitter: Jenkins
Branch: master

commit d2c3f45f5fc96594aa7c8770faf9650e9cb151ae
Author: Nikolay Mahotkin <email address hidden>
Date: Fri Aug 19 13:32:20 2016 +0300

    [k8s] Restrict getEndpoints to search only in current pod

     * If we have a k8s cluster installed and
       then deploy 2 apps, each on separate pod,
       then in logs we will see 2 endpoints for
       2nd app. Then we will see 3 endpoints for
       next pod/app deployment. The reason is searching
       endpoints was done by whole k8s cluster but it
       should rather be only by current pod.
       Now it is fixed.

    Closes-Bug: #1613631

    Change-Id: I730016dcd55a922ac6c9ee20f9de500f7831f9c3