summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-06-01 10:37:58 +0300
committerMonty Taylor <mordred@inaugust.com>2016-06-02 10:07:27 +0300
commit7d63f12eddb250542587cab8e4a2ca9088ec0fbb (patch)
treea4f3e43fe1fc7748792e5fe99c16968966de72ef /releasenotes
parent6a834063a25852f7f6cd45d6f7331aa0f77ff4c5 (diff)
downloados-client-config-7d63f12eddb250542587cab8e4a2ca9088ec0fbb.tar.gz
Add shade constructor helper method
We have helper factory methods for REST Client, legacy client and OpenStack SDK all with the same interface ... we might as well have one for shade too. It makes documenting and talking about the simple case of all of them easy. Change-Id: I046da85ae4a3e2a6333223921d5ae9ce3673121d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml b/releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml
new file mode 100644
index 0000000..70aab0a
--- /dev/null
+++ b/releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Added helper method for constructing shade
+ OpenStackCloud objects.