summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMarcin Piwowarczyk <m.piwowarczy@samsung.com>2018-07-02 08:58:06 +0200
committerMarcin Piwowarczyk <m.piwowarczy@samsung.com>2018-08-07 08:25:39 +0200
commit9e737a2cf8cee4be79f0c8a0efd14ef4d3dbdad0 (patch)
tree098a09f958498f0f89f341e2b02730f219ab29c5 /releasenotes/notes
parent451d422e9eb8f59c8e069571f102e36fb8047f76 (diff)
downloadpython-troveclient-9e737a2cf8cee4be79f0c8a0efd14ef4d3dbdad0.tar.gz
Support configuration groups for clusters
Handles API part implemented in change: I7c0a22c6a0287128d0c37e100589c78173fd9c1a So far passing configuration group was possible only for single instance deployment. As the trove api now already supports configuration attach and detach for clusters, we are able to handle it in client. Configuration will be applied to each cluster instance. Partially implements: blueprint cluster-configuration-groups Change-Id: Ic0840c995cbc34203c76494d7ba522f3e17141a7 Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-configuration-groups-for-clusters-6183b0b7b4fb8c9e.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-configuration-groups-for-clusters-6183b0b7b4fb8c9e.yaml b/releasenotes/notes/add-configuration-groups-for-clusters-6183b0b7b4fb8c9e.yaml
new file mode 100644
index 0000000..0c559b3
--- /dev/null
+++ b/releasenotes/notes/add-configuration-groups-for-clusters-6183b0b7b4fb8c9e.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ A --configuration flag was added to the ``trove cluster-create``
+ command, in order to allow a user to attach specific configuration
+ for cluster.