Comment 1 for bug 1681931

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

Reviewed: https://review.openstack.org/456735
Committed: https://git.openstack.org/cgit/openstack/freezer-api/commit/?id=e0976af072badf78b335fea606b1efb2c24cc32a
Submitter: Jenkins
Branch: master

commit e0976af072badf78b335fea606b1efb2c24cc32a
Author: Mohammed Naser <email address hidden>
Date: Thu Apr 13 15:13:15 2017 -0400

    Allow bootstrapping against clusters and unify host options

    The current settings inside freezer-manage reflect on using host and
    port which are no longer used. In addition, there seems to be no
    splitting of the values in freezer-manage which means that it would
    create a problem when trying to install against a list of hosts as
    the ElasticSearch driver will refuse to accept the list.

    This patch unifies all references of to 'hosts' and changes the option
    to use ListOpt which is comma seperated values in the configuration
    file which are then split into an array by oslo.config, which avoids
    having to split things inside freezer.

    Closes-Bug: #1681931

    Change-Id: I613d0672ec2b186cd0d6365e795b35d9cff26dcd