Merge "Bugfix: master_lb_enabled flag now works as intended."

This commit is contained in:
Zuul 2023-10-25 11:36:50 +00:00 committed by Gerrit Code Review
commit aa0d180dda
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class CreateCluster(command.Command):
dest='master_lb_enabled',
action='append_const',
default=[],
const=False,
const=True,
help=_('Enable master LB creation on the new cluster'))
parser.add_argument(
'--master-lb-disabled',