Skip to content
Snippets Groups Projects
Commit c59dc2a8 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

refactor: Update OpenStack block storage volume configuration

- Changed the version of "openstack_blockstorage_volume_v2" to "openstack_blockstorage_volume_v3" for both "disk" and "disk2."
parent cd116599
No related branches found
No related tags found
1 merge request!33feat: Add new data volume for XDMod queue data
Pipeline #9014 failed with stages
in 20 seconds
......@@ -55,8 +55,8 @@ 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_v2" "disk2" {name = var.xdmod_queue_data_volume}
data "openstack_blockstorage_volume_v3" "disk" {name = var.data_volume}
data "openstack_blockstorage_volume_v3" "disk2" {name = var.xdmod_queue_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