Typo fixes

A couple of spelling errors

Signed-off-by: Derek Higgins <derekh@redhat.com>

Conflicts:
	packstack/plugins/glance_200.py

Change-Id: I47090f2859940a9aa2835a8028678a2c8ecfc96d
This commit is contained in:
Adam Huffman
2013-01-28 14:40:53 +00:00
committed by Derek Higgins
parent 70e197a22e
commit 088ceda4cb

View File

@@ -81,7 +81,7 @@ def initSequences(controller):
conf = controller.CONF
if conf['CONFIG_GLANCE_INSTALL'] != 'y':
if conf['CONFIG_NOVA_INSTALL'] == 'y':
raise RuntimeError('Glance is required to instal Nova properly. '
raise RuntimeError('Glance is required to install Nova properly. '
'Please set CONFIG_GLANCE_INSTALL=y')
return