Merge "Insert space in proof-of-conceptinstallation"

This commit is contained in:
Jenkins
2013-03-21 13:10:06 +00:00
committed by Gerrit Code Review

View File

@@ -73,7 +73,7 @@ def initConfig(controllerObject):
"testing on a proof-of-concept installation of Cinder. This "
"will create a file-backed volume group and is not suitable "
"for production usage."),
"PROMPT" : ("Should Cinder's volumes group be created (for proof-of-concept"
"PROMPT" : ("Should Cinder's volumes group be created (for proof-of-concept "
"installation)?"),
"OPTION_LIST" : ["y", "n"],
"VALIDATORS" : [validators.validate_options],