From 96944936f3f30bf51172234099742fbadb57eecc Mon Sep 17 00:00:00 2001 From: Luis Vega Date: Fri, 6 Oct 2023 21:17:38 +0000 Subject: [PATCH 1/2] Feature 11003: AZ for Cinder Change-Id: I73b4db09fa8de5ac0640d3b65b97e2a51f8c43c2 Signed-off-by: Luis Vega --- 04-vim-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/04-vim-setup.md b/04-vim-setup.md index 97936e1..df85992 100644 --- a/04-vim-setup.md +++ b/04-vim-setup.md @@ -63,6 +63,7 @@ As it can be seen above, there is a parameter called **`--config`** used to supp - `neutron_availability_zone_hints`: To be used for the deployment. It can be: - a single availability zone, e.g. `neutron_availability_zone_hints: controller` - several availability zones, e.g. `neutron_availability_zone_hints: [zone1, zone2]` +- `storage_availability_zone`: To be used for the deployment. It conly can be a single availability zone, e.g. `storage_availability_zone: controller` - `region_name`: The region where the VM will be deployed. - `insecure`: (By default false). When true it allows authorization over a non trusted certificate over https - `ca_cert`: (incompatible with insecure). root certificate file to use for validating the OpenStack certificate -- GitLab From 819c4bd346afce2c9616ee6a971fcb8c8edfbc58 Mon Sep 17 00:00:00 2001 From: Luis Vega Date: Tue, 21 Nov 2023 20:30:42 +0000 Subject: [PATCH 2/2] fix grammar Signed-off-by: Luis Vega --- 04-vim-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-vim-setup.md b/04-vim-setup.md index df85992..33d30dd 100644 --- a/04-vim-setup.md +++ b/04-vim-setup.md @@ -63,7 +63,7 @@ As it can be seen above, there is a parameter called **`--config`** used to supp - `neutron_availability_zone_hints`: To be used for the deployment. It can be: - a single availability zone, e.g. `neutron_availability_zone_hints: controller` - several availability zones, e.g. `neutron_availability_zone_hints: [zone1, zone2]` -- `storage_availability_zone`: To be used for the deployment. It conly can be a single availability zone, e.g. `storage_availability_zone: controller` +- `storage_availability_zone`: To be used for the deployment. It can only be a single availability zone, e.g. `storage_availability_zone: controller` - `region_name`: The region where the VM will be deployed. - `insecure`: (By default false). When true it allows authorization over a non trusted certificate over https - `ca_cert`: (incompatible with insecure). root certificate file to use for validating the OpenStack certificate -- GitLab