Comment 2 for bug 1446387

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

Reviewed: https://review.openstack.org/199744
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=1e266b1634dd54e26703c8660ce3461e91fc081b
Submitter: Jenkins
Branch: master

commit 1e266b1634dd54e26703c8660ce3461e91fc081b
Author: mimi8890 <email address hidden>
Date: Thu Jul 23 16:42:02 2015 +0000

    Add support for Host header in REST queries

    Can use host request headers if enable_host_header is set to true
    in config file. If host header is not specified or host header is
    turned off, it will use the default api_base_uri.

    Also added unit tests.

    Change-Id: Ia353c116485f3e7112bcfde11457cdf7fe006422
    Closes-bug: 1446387