summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-07-26 00:40:12 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-07-26 21:57:05 +1200
commitc23da586e9466cf77a8fca314871b3cba58028f9 (patch)
tree51e9137f1ba41d2784ad5218668244e96c283e19 /releasenotes
parent40af5562643856efad8717698511e613b4b142d4 (diff)
downloadpython-troveclient-c23da586e9466cf77a8fca314871b3cba58028f9.tar.gz
Flavor is optional for creating instance5.0.0
When creating replicas, flavor is not needed. Replica has the same server settings as the primary. Change-Id: Ia9b43a464763234b84ba163d8c773b21f53f4ee7
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/victoria-flavor-optional.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-flavor-optional.yaml b/releasenotes/notes/victoria-flavor-optional.yaml
new file mode 100644
index 0000000..b538014
--- /dev/null
+++ b/releasenotes/notes/victoria-flavor-optional.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Change flavor as an optional parameter (``--flavor``) for creating
+ instance. When creating replicas, flavor is not requried.