Comment 8 for bug 1206444

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

Reviewed: https://review.openstack.org/39256
Committed: http://github.com/stackforge/puppet-keystone/commit/49b248344f40d61ae7467f1f35547e39d66517ed
Submitter: Jenkins
Branch: master

commit 49b248344f40d61ae7467f1f35547e39d66517ed
Author: Xingchao Yu <email address hidden>
Date: Tue Jul 30 18:03:22 2013 +0800

    Update allowed_hosts conditional statement

    In the origin keystone::db::mysql, if the value of $allowed_hosts
    contains or equals to $host, then puppet will complain duplicate
    declaration error. This patch is aim to update the allowed_hosts
    conditonal statement in keystone::db::mysql.

    There are two cases to pass $allowed_hosts to $real_allowed_hosts:

       - If $allowed_hosts is array,then remove $host from $allowed_hosts;
       - elsif $allowed_hosts is string and not equivalent to $host;

    At last, if $real_allowed_hosts is not undef, then run
    keystone::db::mysql::host_access

    Fix bug 1206444

    Change-Id: I8701aea9344a9151ce3d7ac8fa5792895a5aac6c