Skip to content
Snippets Groups Projects
Commit aa0d180d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 388b368b fb283688
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ class CreateCluster(command.Command): ...@@ -161,7 +161,7 @@ class CreateCluster(command.Command):
dest='master_lb_enabled', dest='master_lb_enabled',
action='append_const', action='append_const',
default=[], default=[],
const=False, const=True,
help=_('Enable master LB creation on the new cluster')) help=_('Enable master LB creation on the new cluster'))
parser.add_argument( parser.add_argument(
'--master-lb-disabled', '--master-lb-disabled',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment