Merge "Correct launch-node.py --config-drive default"

This commit is contained in:
Jenkins 2016-07-08 08:12:37 +00:00 committed by Gerrit Code Review
commit 3addf0b5a9
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ def main():
parser.add_argument("--config-drive", dest="config_drive",
help="Boot with config_drive attached.",
action='store_true',
default=True)
default=False)
parser.add_argument("--az", dest="availability_zone", default=None,
help="AZ to boot in.")
options = parser.parse_args()