summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-05-30 18:33:38 -0400
committerMonty Taylor <mordred@inaugust.com>2016-06-01 10:26:24 +0300
commit41ac1562b5a10f7dcbdd4131b56784763f40eb69 (patch)
treee517cffa21a70698d22a794e13f9ec0137ffa937 /releasenotes/notes
parent090a265669940c98b84e610bbbdd10c29c3d3d02 (diff)
downloados-client-config-41ac1562b5a10f7dcbdd4131b56784763f40eb69.tar.gz
Add helper method for OpenStack SDK constructor
openstacksdk already has a helper method for dealing with occ, but if a user is already using the occ helper methods, there is no reason we should not provide them an easy path to using the SDK. Change-Id: I1040efb94385fdac0aa02ac960ba95089b954377
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml b/releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml
new file mode 100644
index 0000000..a18b57d
--- /dev/null
+++ b/releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Added helper method for constructing OpenStack SDK
+ Connection objects.