summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMatt Van Dijk <mvandijk@tesora.com>2016-11-24 15:25:20 -0500
committerMatt Van Dijk <mvandijk@tesora.com>2016-12-19 14:24:09 -0500
commit610354413e89ca1be6566e98cfa297ada676bc63 (patch)
tree03b13b01958d5d2fd8599c60c2c0e14b5148f78a /releasenotes/notes
parent8adfb7e4f27fb9daf87dda018094cc6c58089b88 (diff)
downloadtrove-610354413e89ca1be6566e98cfa297ada676bc63.tar.gz
Associate datastore, version with volume-type
Cinder supports multiple volume types and volume types can be explicitly requested in create requests. This change allows users to restrict the allowed volume types for a given datastore/version in a manner similar to flavors. Co-Authored-By: amrith <amrith@tesora.com> Change-Id: I790751ade042e271ba1cc902a8ef4d3c3a8dc557 Implements: blueprint associate-volume-type-datastore
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/associate-volume-type-datastore-97defb9279b61c1f.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/associate-volume-type-datastore-97defb9279b61c1f.yaml b/releasenotes/notes/associate-volume-type-datastore-97defb9279b61c1f.yaml
new file mode 100644
index 00000000..ba23043e
--- /dev/null
+++ b/releasenotes/notes/associate-volume-type-datastore-97defb9279b61c1f.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - Added the ability to associate datastore versions with volume types. This
+ enables operators to limit the volume types available when launching
+ datastores. The associations are set via the trove-manage tool commands
+ datastore_version_volume_type_add, datastore_version_volume_type_delete,
+ and datastore_version_volume_type_list. If a user attempts to create an
+ instance with a volume type that is not on the approved list for the
+ specified datastore version they will receive an error.