
If cinder_store_{user_name,password,project_name} are provided, cinder client will be created without region information. It may cause wrong region access on some multi-region setup. This fixes the issue by always passing `cinder_os_region_name` value to cinderclient. Change-Id: I835b2f0da03f29245c26c9c531b04de737d8ef5b Closes-Bug: #1764200
Team and repository tags
Glance Store Library
Glance's stores library
This library has been extracted from the Glance source code for the specific use of the Glance and Glare projects.
The API it exposes is not stable, has some shortcomings, and is not a general purpose interface. We would eventually like to change this, but for now using this library outside of Glance or Glare will not be supported by the core team.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/glance_store/latest/
- Source: http://git.openstack.org/cgit/openstack/glance_store
- Bugs: http://bugs.launchpad.net/glance-store
Description
Languages
Python
100%