summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJeremy Freudberg <jeremyfreudberg@gmail.com>2019-02-27 21:09:25 -0500
committerJeremy Freudberg <jeremyfreudberg@gmail.com>2019-03-03 21:35:16 -0500
commit25043cbdf1fdfdb37201f130bd03d3e96dcce330 (patch)
tree3ec2d2d3e7d0094cb26599babcf586805b6a31ed /releasenotes
parent9ebd05065d759434b6f341421fb6cce23f7b8249 (diff)
downloadpython-saharaclient-25043cbdf1fdfdb37201f130bd03d3e96dcce330.tar.gz
Add missing APIv2 features to client, OSC2.2.0
Now in the basic client: - Boot from volume enhancements - Update keypair Now in OSC: - Force delete cluster - Update keypair - Boot from volume enhancements - Decommision specific node (only via --json) Change-Id: I031fdb6f7754f6cf242bfae6f10ed05249c07dac Story: 2003092 Task: 23183 Task: 29740
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/api-v2-features-650eb8cc0f50a729.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/api-v2-features-650eb8cc0f50a729.yaml b/releasenotes/notes/api-v2-features-650eb8cc0f50a729.yaml
new file mode 100644
index 0000000..30f4d2d
--- /dev/null
+++ b/releasenotes/notes/api-v2-features-650eb8cc0f50a729.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - |
+ The basic saharaclient and the OSC plugin now include support for
+ the enhanced boot from volume mechanism introduced in the Stein
+ release of Sahara, and support for the keypair replacement
+ mechanism introduced in the Rocky release of Sahara. The OSC plugin
+ also now includes support for the force deletion of clusters
+ feature introduced in the Queens release of Sahara, and support
+ for the decommision of a specific instance feature (albeit only via
+ the --json flag) introduced in the Queens release of Sahara. (All
+ of these features are exclusive to Sahara's APIv2.)