From 104e3e049d9bbb0890dc5dfa8c7ae8a5ea930fd0 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Fri, 19 Nov 2021 05:08:06 -0500 Subject: Add default types info in admin docs This patch adds information about default volume types i.e. project default and deployment default (set via default_volume_type in cinder.conf) and also regarding __DEFAULT__ type. Change-Id: I47151b621003aea04082d38bd1d5cc911afab0f4 --- api-ref/source/v3/volumes-v3-types.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'api-ref') diff --git a/api-ref/source/v3/volumes-v3-types.inc b/api-ref/source/v3/volumes-v3-types.inc index 3a703ee1a..b118c2f7f 100644 --- a/api-ref/source/v3/volumes-v3-types.inc +++ b/api-ref/source/v3/volumes-v3-types.inc @@ -419,8 +419,9 @@ operator, in a `Create a volume`_ request. If you wish to create a volume of *Note to operators:* The ``__DEFAULT__`` volume type was introduced in the Train release as a placeholder to prevent the creation of untyped volumes. Under the proper conditions, it may be removed from your -deployment. Consult the `Train series release notes -`_ +deployment. Consult the Default Volume Types section in +`Cinder Administration Guide +`_ for details. Response codes -- cgit v1.2.1