Add some details on enable_anti_affinity option

Explain that "enable_anti_affinity" affects only amphorae in
ACTIVE_STANDBY topology.

Change-Id: Ia9d9d844b325296401577f5617d2b89cf1a017a7
(cherry picked from commit 259f19ec15)
This commit is contained in:
Gregory Thiemonge 2020-07-23 14:49:19 +02:00 committed by Carlos Goncalves
parent 43db347787
commit 6a1121420f
1 changed files with 2 additions and 1 deletions

View File

@ -655,7 +655,8 @@ nova_opts = [
help=_('Disable certificate validation on SSL connections')),
cfg.BoolOpt('enable_anti_affinity', default=False,
help=_('Flag to indicate if nova anti-affinity feature is '
'turned on.')),
'turned on. This option is only used when creating '
'amphorae in ACTIVE_STANDBY topology.')),
cfg.StrOpt('anti_affinity_policy', default=constants.ANTI_AFFINITY,
choices=[constants.ANTI_AFFINITY, constants.SOFT_ANTI_AFFINITY],
help=_('Sets the anti-affinity policy for nova')),