ironic/releasenotes/notes/pass-region-to-swiftclient-c8c8bf1020f62ebc.yaml
Xiaobin Qu 11db34a48a Pass region_name to SwiftAPI
Currently when SwiftAPI(common/swift.py) is initialized, region_name
is not specified; with multi-region setup, ironic may pick wrong swift
endpoint.

This fix loads region_name from keystone_authtoken/region_name, and
pass the value to SwiftAPI

Closes-Bug: #1554933

Change-Id: I7295fc96c3b9ed50214576e80723d1d9db1a7e38
2016-03-14 19:23:54 -07:00

6 lines
228 B
YAML

---
fixes:
- Fixes a bug where the keystone_authtoken/region_name wasn't passed
to Swift when instantiating its client, in a multi-region environment
this is needed so the client can choose the correct swift endpoint.