Comment 1 for bug 1671143

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

Reviewed: https://review.openstack.org/443291
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=34b3bcf89d02b039367b9bf1212c7ce0e3b5742b
Submitter: Jenkins
Branch: master

commit 34b3bcf89d02b039367b9bf1212c7ce0e3b5742b
Author: Eduardo Gonzalez <email address hidden>
Date: Wed Mar 8 18:58:35 2017 +0000

    Set empty openstack_release option

    globals.yml have the highest var precedence in Ansible vars
    as is added in kolla-ansible as -e @globals.yml
    Setting openstack_release: "auto" causes error while
    deploying/pulling as this var override the fact set in site.yml.

    Value in globals.yml should be a real kolla version
    (3.0.0, 4.0.0, etc)
    Value in group_vars/all works fine with auto.

    Change-Id: If99f7b4b1507909c6c2628b6d6fc6ce2519c9a24
    Closes-Bug: #1671143