From 57a746ed2e5a724a65af9c3b31757d7a884d447c Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 17 Mar 2012 13:35:51 -0700 Subject: [PATCH] Add in persona that should always exist --- devstack/opts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack/opts.py b/devstack/opts.py index 43422e71..9425aceb 100644 --- a/devstack/opts.py +++ b/devstack/opts.py @@ -56,8 +56,9 @@ def parse(): action="store", type="string", dest="persona_fn", + default='conf/personas/devstack.sh.yaml', metavar="FILE", - help="required persona yaml file to apply") + help="required persona yaml file to apply (default: %default)") base_group.add_option("-a", "--action", action="store", type="string",