the flavor for manila should be public
This commit is contained in:
parent
e9514b0893
commit
5aad64b495
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user