commit | 335cf05eb74a380b68b68faef13c6caf2a42264b | [log] [tgz] |
---|---|---|
author | Taras Khlivnyak <tkhlivnyak@mirantis.com> | Thu Jun 24 11:32:25 2021 +0300 |
committer | Taras Khlivnyak <tkhlivnyak@mirantis.com> | Thu Jun 24 11:32:25 2021 +0300 |
tree | 3e467450f280ca345edbafcc177d9a136f883a95 | |
parent | 1206e0cc8eae5f9335769fb43343c33c977e8ae6 [diff] [blame] |
Add possibility to manage volume_name_template Fixes-bug: PROD-35997 Change-Id: Ifc023a1dd490e794fa73e59be246e8bdd03b8b7c
diff --git a/README.rst b/README.rst index 6e4739b..ac0210e 100644 --- a/README.rst +++ b/README.rst
@@ -1045,6 +1045,15 @@ volume:create: +Change default volume name template: +==================================== + +.. code-block:: yaml + + cinder: + volume_name_template: 'custom-volume-name-%s' + + Upgrades ========