Comment 6 for bug 1307508

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to fuel-library (stable/4.1)

Reviewed: https://review.openstack.org/89669
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=13252771b4bb3d3342f3027589d9ba60dd11e3a7
Submitter: Jenkins
Branch: stable/4.1

commit 13252771b4bb3d3342f3027589d9ba60dd11e3a7
Author: Vladimir Kuklin <email address hidden>
Date: Tue Apr 15 15:04:17 2014 +0400

    Fix RGW endpoint port

    Change RGW endpoint port registered in keystone
    to 8080 as this is the real port on which
    haproxy is listening.

    Previously, until https://review.openstack.org/#/c/85195/
    was merged, RGW was working because virtual IP was located
    on one of the controllers and apache proxying RGW fastcgi
    application was answering on 6780 port. Currently, VIP moved
    into namespace and 6780 is no longer available.

    Change-Id: Ib5c20760af7c20a5b2b45fcc899cdc113845ea3f
    Closes-Bug: #1307508