From 9a7e6618cb18393b1dfc80af1e965da4b0f39d9d Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 28 Jul 2015 00:33:43 +0200 Subject: [PATCH] provider/openstack: not only SATA or SSD are valid volume types The available volume types depend on the used OpenStack environment. Closes-bug: #2864 --- .../providers/openstack/r/blockstorage_volume_v1.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/r/blockstorage_volume_v1.html.markdown b/website/source/docs/providers/openstack/r/blockstorage_volume_v1.html.markdown index 46dd7a5e2..70ab709a0 100644 --- a/website/source/docs/providers/openstack/r/blockstorage_volume_v1.html.markdown +++ b/website/source/docs/providers/openstack/r/blockstorage_volume_v1.html.markdown @@ -53,7 +53,7 @@ The following arguments are supported: * `metadata` - (Optional) Metadata key/value pairs to associate with the volume. Changing this updates the existing volume metadata. -* `volume_type` - (Optional) The type of volume to create (either SATA or SSD). +* `volume_type` - (Optional) The type of volume to create. Changing this creates a new volume. ## Attributes Reference