Comment 3 for bug 1361377

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

Reviewed: https://review.openstack.org/140121
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0220e1cd5ade19a54c708fb565fa432e2d7be053
Submitter: Jenkins
Branch: master

commit 0220e1cd5ade19a54c708fb565fa432e2d7be053
Author: Victoria Martinez de la Cruz <email address hidden>
Date: Mon Dec 8 16:00:23 2014 -0300

    Assign os_region_name a default value

    Leaving os_region_name is unspecified leads to RegionAmbiguity errors.
    Defaulting to RegionOne (DevStacks default) allows Trove working
    out-of-the-box with DevStack and, in the more common case of not being
    in a DevStack environment, it will fail with a NoServiceEndpoint error.

    Change-Id: I772e6698566c4c8e43ec5aebea5ac9362ce01ee7
    Closes-Bug: #1361377