Comment 3 for bug 1329552

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

Reviewed: https://review.openstack.org/102219
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=56c5327710716faa433cbdbf467cd903171f428b
Submitter: Jenkins
Branch: stable/icehouse

commit 56c5327710716faa433cbdbf467cd903171f428b
Author: Clayton O'Neill <email address hidden>
Date: Thu Jun 12 19:49:34 2014 +0000

    Add multi-region support

    If only one region is available then the Neutron CLI will just pick the
    only one available. However, if more than one is available, then it
    will error out about ambiguous region. This patch extends the base
    provider code to parse out the nova_region_name when it's parsing out
    the keystone credentials and define the OS_REGION_NAME environment
    variable when calling neutron, if the nova_region_name variable exists
    in the config file.

    Closes-Bug: #1329552
    Change-Id: Ic0d59dcb02a11e93e8fad1e0e2ea830fb0dcccc7
    (cherry picked from commit d1235d762b96e36b67180ee06929e36c81efd617)