Comment 4 for bug 1626048

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/newton)

Reviewed: https://review.openstack.org/374316
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=34aa88cb61c32a1d78cfb48a24783c31cd6a0abd
Submitter: Jenkins
Branch: stable/newton

commit 34aa88cb61c32a1d78cfb48a24783c31cd6a0abd
Author: Omar Shykhkerimov <email address hidden>
Date: Wed Sep 21 20:39:56 2016 +0300

    Move getRegion() in CinderVolume to deploy() method

    getRegion() method in CinderVolume class was called before
    the region was created in Environment class.

    This patch moves usage of this function to deploy() method to
    have region already created.

    Change-Id: I542e5e7bf85bbf8dd83ac746e203e2e7e6b6f111
    Closes-Bug: #1626048