Skip to content

Commit

Permalink
Merge pull request #6718 from buzztroll/vet/keyed_fields
Browse files Browse the repository at this point in the history
provider/openstack: Fixes an vet error.
  • Loading branch information
jtopjian committed May 17, 2016
2 parents 71def12 + 99ab233 commit d3b0a30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ func resourceComputeInstanceV2Create(d *schema.ResourceData, meta interface{}) e
if vL, ok := d.GetOk("block_device"); ok {
blockDevices := resourceInstanceBlockDevicesV2(d, vL.([]interface{}))
createOpts = &bootfromvolume.CreateOptsExt{
createOpts,
blockDevices,
CreateOptsBuilder: createOpts,
BlockDevice: blockDevices,
}
}

Expand Down

0 comments on commit d3b0a30

Please sign in to comment.