Skip to content

Commit 6bee892

Browse files
committed
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
1 parent a09a011 commit 6bee892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packstack/plugins/cinder_250.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def initConfig(controllerObject):
7373
"testing on a proof-of-concept installation of Cinder. This "
7474
"will create a file-backed volume group and is not suitable "
7575
"for production usage."),
76-
"PROMPT" : ("Should Cinder's volumes group be created (for proof-of-concept"
76+
"PROMPT" : ("Should Cinder's volumes group be created (for proof-of-concept "
7777
"installation)?"),
7878
"OPTION_LIST" : ["y", "n"],
7979
"VALIDATORS" : [validators.validate_options],

0 commit comments

Comments
 (0)