From 6bee89253141c7bf86812aaed131d47e0a97cfc9 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 21 Mar 2013 07:09:16 -0400 Subject: [PATCH] Insert space in proof-of-conceptinstallation proof-of-conceptinstallation > proof-of-concept installation https://bugzilla.redhat.com/show_bug.cgi?id=920867 Change-Id: Icebf8734369ec8205f15b2cec8b2f021459e4c64 --- packstack/plugins/cinder_250.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],