diff --git a/packstack/plugins/cinder_250.py b/packstack/plugins/cinder_250.py index 6b88ffaf6..6e815223e 100644 --- a/packstack/plugins/cinder_250.py +++ b/packstack/plugins/cinder_250.py @@ -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],