From daf1e31e6ac6cd17d5325986cf2e9e5a255b141f Mon Sep 17 00:00:00 2001 From: sousaedu Date: Mon, 28 Jun 2021 17:45:52 +0100 Subject: [PATCH] Adding neutron_availability_zone_hints to Openstack VIM setup With fix for bug 1572, it was introduced the capability to configure the availability zone hinting for Neutron. --- 04-vim-setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/04-vim-setup.md b/04-vim-setup.md index 37a6d12..5d1fa03 100644 --- a/04-vim-setup.md +++ b/04-vim-setup.md @@ -62,6 +62,9 @@ A number of configuration options are supported: - `availability_zone`: To be used for the deployment. It can be: - a single availability zone (all deployments will land in that zone), e.g. `availability_zone: controller` - several availability zones, which enables affinity and anti-affinity deployments, e.g. `availability_zone: [zone1, zone2]` +- `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]` - `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