Comment 1 for bug 1515787

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

Reviewed: https://review.openstack.org/244900
Committed: https://git.openstack.org/cgit/openstack/puppet-neutron/commit/?id=e7487aff3d7d5814725c33af7371d91929918517
Submitter: Jenkins
Branch: master

commit e7487aff3d7d5814725c33af7371d91929918517
Author: Alex Schultz <email address hidden>
Date: Thu Nov 12 16:36:25 2015 -0600

    Add workaround for v2 tenant names

    The change (https://review.openstack.org/#/c/226919/) to the naming
    convention for keystone tenants has introduced an issue with some
    neutron providers as they are no longer able to find the v2 named
    tenants since the name returned from the keystone provider now
    also includes the domain. This change adds a check to see if the name
    matches the Default domain applied by default until support for a
    resource without the domain set is removed.

    Change-Id: I4c5b6b2b663a1d08005369fa755ac03b0603102b
    Closes-Bug: #1515787