Comment 5 for bug 1405730

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

Reviewed: https://review.openstack.org/144085
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=dc64f8208b484c87518540b08da35f9262b022bf
Submitter: Jenkins
Branch: master

commit dc64f8208b484c87518540b08da35f9262b022bf
Author: Rico Lin <email address hidden>
Date: Fri Dec 26 14:50:45 2014 +0800

    fix neutron l3 with wrong admin_user param

    in cluster/manifests/neutron/l3.pp
    we define cluster::neutron::l3 with param $admin_username = 'neutron'
    but at line 48
    fuel call $admin_user instead of $admin_username

    The purpose is to set $admin_user to $admin_username

    Change-Id: I05533735cfb747a4ca8c75783b410131f4689c2e
    Closes-Bug: 1405730