Comment 15 for bug 1267431

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

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

commit dc5e6c2db4660ca31a146250b84c1d4dee73997d
Author: Matthew Mosesohn <email address hidden>
Date: Tue Feb 18 16:13:59 2014 +0400

    Implement user-defined tenant for neutron nets

    Default networks were previously hardcoded to use
    "admin" as the tenant, regardless of user input.
    This patch is a workaround because nailgun creates
    neutron_config with admin tenant hardcoded as well.

    FIXMEs were added to indicate what code needs cleanup
    after nailgun is patched.

    Change-Id: I272b53b6dbb4e972f94e82e81b58920351f4144d
    Partial-Bug: #1267431