summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heat/common/config.py2
-rw-r--r--releasenotes/notes/shared_services_types-volumev3-a2c24233b5812e40.yaml5
2 files changed, 6 insertions, 1 deletions
diff --git a/heat/common/config.py b/heat/common/config.py
index e978fdb40..27c643c38 100644
--- a/heat/common/config.py
+++ b/heat/common/config.py
@@ -65,7 +65,7 @@ service_opts = [
cfg.StrOpt('region_name_for_shared_services',
help=_('Region name for shared services endpoints.')),
cfg.ListOpt('shared_services_types',
- default=['image', 'volume', 'volumev2'],
+ default=['image', 'volume', 'volumev2', 'volumev3'],
help=_('The shared services located in the other region.'
'Needs region_name_for_shared_services option to '
'be set for this to take effect.')),
diff --git a/releasenotes/notes/shared_services_types-volumev3-a2c24233b5812e40.yaml b/releasenotes/notes/shared_services_types-volumev3-a2c24233b5812e40.yaml
new file mode 100644
index 000000000..0ae5baae6
--- /dev/null
+++ b/releasenotes/notes/shared_services_types-volumev3-a2c24233b5812e40.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Now the ``[DEFAULT] shared_services_types`` option includes ``volumev3``
+ service type by default.