Add in persona that should always exist

This commit is contained in:
Joshua Harlow 2012-03-17 13:35:51 -07:00
parent 273aaba651
commit 57a746ed2e

View File

@ -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",