Comment 3 for bug 1035326

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

Reviewed: https://review.openstack.org/45614
Committed: http://github.com/openstack/keystone/commit/f5159fb2384076db43b5ded1f6688c6bf2f34ddb
Submitter: Jenkins
Branch: master

commit f5159fb2384076db43b5ded1f6688c6bf2f34ddb
Author: Chen Li <email address hidden>
Date: Mon Sep 9 22:45:07 2013 +0800

    use different bind addresses for admin and public

    Keystone supports configuration of an admin_port and a public_port.
    Applications may well want the admin port to be open on a different private network.
    This patch change single bind_host to public_bind_host and admin_bind_host in the configuration.

    DocImpact

    Change-Id: Ic91aade987724c8f7c9276ca94e27681ae590662
    Closes-Bug: #1035326