trove/releasenotes/notes/associate-volume-type-datastore-97defb9279b61c1f.yaml
Matt Van Dijk 610354413e 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
2016-12-19 14:24:09 -05:00

10 lines
527 B
YAML

---
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.