From 7c467407d034eb3bbd0b618b4fe50d687a4dd458 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Mon, 28 Dec 2015 18:50:36 +0000 Subject: [PATCH] Release os-client-config 0.13.1 This is a bugfix release to fix specifying region name in clouds where we dont know the regions already. Change-Id: If78410618422b17bd75dc28e96a90d0452c7ffe4 Needed-By: I48d5f30ce0a050b8a33cb6727e3d0f172621e0e7 --- deliverables/mitaka/os-client-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deliverables/mitaka/os-client-config.yaml b/deliverables/mitaka/os-client-config.yaml index f7f9b50b85..c88a068760 100644 --- a/deliverables/mitaka/os-client-config.yaml +++ b/deliverables/mitaka/os-client-config.yaml @@ -57,3 +57,11 @@ releases: hash: 939862e55e42c5fafee9c2fec42b5f5fde8fc205 highlights: > Added a simple client factory function for ease of client construction. + - version: 1.13.1 + projects: + - repo: openstack/os-client-config + hash: f8c270113579e655fba519a3592a05d982653780 + highlights: > + Fixed bug where a region name could not be specified if using a cloud + where we do not know the regions beforehand. Fixed token_endpoint in + python-openstackclient.