summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-07 10:44:07 +0000
committerGerrit Code Review <review@openstack.org>2016-07-07 10:44:07 +0000
commitd519cb71952e3b12273c7e396cbee5c84ab643f9 (patch)
tree94383fb9ea585524b90f09c8d755caa3a20c9042 /releasenotes
parent617e65ac038cf1d99b8982c0def34ac7425501c2 (diff)
parentde5fb0cf583273eccd1765c80c38ed26756c013a (diff)
downloadtempest-d519cb71952e3b12273c7e396cbee5c84ab643f9.tar.gz
Merge "Factor up (most) CONF value in clients.Manager"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/service_client_config-8a1d7b4de769c633.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/service_client_config-8a1d7b4de769c633.yaml b/releasenotes/notes/service_client_config-8a1d7b4de769c633.yaml
new file mode 100644
index 000000000..3e43f9a88
--- /dev/null
+++ b/releasenotes/notes/service_client_config-8a1d7b4de769c633.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - A new helper method `service_client_config` has been added
+ to the stable module config.py that returns extracts from
+ configuration into a dictionary the configuration settings
+ relevant for the initisialisation of a service client.