Skip to content
Snippets Groups Projects
Commit e913729c authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Change the volume version to v3 for cinder v3

parent 063daa1a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ output "keypair_name" {
}
data "openstack_networking_network_v2" "external_net" {name = var.external_network}
data "openstack_blockstorage_volume_v2" "disk" {name = var.data_volume}
data "openstack_blockstorage_volume_v3" "disk" {name = var.data_volume}
# runs the ohpc-instance module - creates ohpc instance using variables defined above
# calls functions from dmz-network, import-keypair, and floating-ip-address modules to get values created there for use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment