From 7d63f12eddb250542587cab8e4a2ca9088ec0fbb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 1 Jun 2016 10:37:58 +0300 Subject: 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 --- releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1