Skip to content
Snippets Groups Projects
Commit fb283688 authored by Dale Smith's avatar Dale Smith Committed by Bartosz Jaroszkowski
Browse files

Bugfix: master_lb_enabled flag now works as intended.

The value for master_lb_enabled resulted in it being treated the
same as master_lb_disabled.

Change-Id: Ia11d9e1ba20dbb37cd6467c2ae0555ddf25df5d3
Closes-Bug: #2039040
parent 5fe13f68
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment