Merge "Bugfix: master_lb_enabled flag now works as intended."
This commit is contained in:
commit
aa0d180dda
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user