From c23da586e9466cf77a8fca314871b3cba58028f9 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sun, 26 Jul 2020 00:40:12 +1200 Subject: Flavor is optional for creating instance When creating replicas, flavor is not needed. Replica has the same server settings as the primary. Change-Id: Ia9b43a464763234b84ba163d8c773b21f53f4ee7 --- releasenotes/notes/victoria-flavor-optional.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/victoria-flavor-optional.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1