the flavor for manila should be public

This commit is contained in:
Arif Ali 2023-07-05 16:15:26 +01:00
parent e9514b0893
commit 5aad64b495
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -12,6 +12,7 @@ resource "openstack_compute_flavor_v2" "manila-service-flavor" {
vcpus = "1"
disk = "0"
flavor_id = "100"
is_public = true
}
resource "openstack_compute_keypair_v2" "manila-service" {