Merge "Correct launch-node.py --config-drive default"
This commit is contained in:
commit
3addf0b5a9
@ -287,7 +287,7 @@ def main():
|
|||||||
parser.add_argument("--config-drive", dest="config_drive",
|
parser.add_argument("--config-drive", dest="config_drive",
|
||||||
help="Boot with config_drive attached.",
|
help="Boot with config_drive attached.",
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=True)
|
default=False)
|
||||||
parser.add_argument("--az", dest="availability_zone", default=None,
|
parser.add_argument("--az", dest="availability_zone", default=None,
|
||||||
help="AZ to boot in.")
|
help="AZ to boot in.")
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user