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
Reviewed: https:/ /review. openstack. org/144085 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=dc64f8208b4 84c87518540b08d a35f9262b022bf
Committed: https:/
Submitter: Jenkins
Branch: master
commit dc64f8208b484c8 7518540b08da35f 9262b022bf
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 :neutron: :l3 with param $admin_username = 'neutron'
we define cluster:
but at line 48
fuel call $admin_user instead of $admin_username
The purpose is to set $admin_user to $admin_username
Change-Id: I05533735cfb747 a4ca8c75783b410 131f4689c2e
Closes-Bug: 1405730