Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/openstack: Making Block Device Size Required #5354

Merged
merged 1 commit into from
Feb 27, 2016

Conversation

jtopjian
Copy link
Contributor

The volume_size of a block_device was originally set to Optional,
but it's a required parameter in the OpenStack/Nova API. While it's
possible to infer a default size of the block device, making it required
more closely matches the Nova CLI client as well as provides consistent
experience when working with multiple block_devices.

Fixes #5098

The `volume_size` of a `block_device` was originally set to Optional,
but it's a required parameter in the OpenStack/Nova API. While it's
possible to infer a default size of the block device, making it required
more closely matches the Nova CLI client as well as provides consistent
experience when working with multiple block_devices.
jtopjian added a commit that referenced this pull request Feb 27, 2016
provider/openstack: Making Block Device Size Required
@jtopjian jtopjian merged commit 68ebd11 into hashicorp:master Feb 27, 2016
jtopjian added a commit to jtopjian/terraform that referenced this pull request Feb 27, 2016
This commit fixes and cleans up instance block_device configuration.

Reverts hashicorp#5354 in that `volume_size` is only required in certain
block_device configuration combinations. Therefore, the actual
attribute must be set to Optional and later checks done.

Doc upates, too.
jtopjian added a commit to jtopjian/terraform that referenced this pull request Feb 27, 2016
This commit fixes and cleans up instance block_device configuration.

Reverts hashicorp#5354 in that `volume_size` is only required in certain
block_device configuration combinations. Therefore, the actual
attribute must be set to Optional and later checks done.

Doc upates, too.
bigkraig pushed a commit to bigkraig/terraform that referenced this pull request Mar 1, 2016
This commit fixes and cleans up instance block_device configuration.

Reverts hashicorp#5354 in that `volume_size` is only required in certain
block_device configuration combinations. Therefore, the actual
attribute must be set to Optional and later checks done.

Doc upates, too.
@jtopjian jtopjian deleted the block-device-size-required branch March 23, 2017 16:07
@ghost
Copy link

ghost commented Apr 15, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvalidBDM from nova-api with block device mapping.
1 participant