summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2016-02-17 11:46:57 -0800
committerClark Boylan <clark.boylan@gmail.com>2016-02-17 11:46:57 -0800
commit7865abc22b7289b2679f6848395d4850d544d1f0 (patch)
tree59c073588642a267fb6b9d4914a69c12c742bf39
parentec01941cdae15e7305f8ee9ccee9dac3c6d2d69a (diff)
downloados-client-config-7865abc22b7289b2679f6848395d4850d544d1f0.tar.gz
Add release notes1.15.0
Catch up the release notes from the previous release to current state. This does not catch up from the beginning of oscc's history. Change-Id: Ic981fdfbb79cd7fc70167091bdfed281c11eff03
-rw-r--r--releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml b/releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml
new file mode 100644
index 0000000..e7b98af
--- /dev/null
+++ b/releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml
@@ -0,0 +1,22 @@
+---
+prelude: >
+ Swiftclient instantiation now provides authentication
+ information so that long lived swiftclient objects can
+ reauthenticate if necessary. This should be a temporary
+ situation until swiftclient supports keystoneauth
+ sessions at which point os-client-config will instantiate
+ swiftclient with a keystoneauth session.
+features:
+ - Swiftclient instantiation now provides authentication
+ information so that long lived swiftclient objects can
+ reauthenticate if necessary.
+ - Add support for explicit v2password auth type.
+ - Add SSL support to VEXXHOST vendor profile.
+ - Add zetta.io cloud vendor profile.
+fixes:
+ - Fix bug where project_domain_{name,id} was set even
+ if project_{name,id} was not set.
+other:
+ - HPCloud vendor profile removed due to cloud shutdown.
+ - RunAbove vendor profile removed due to migration to
+ OVH.