Remove erroneous setup operation

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-03-19 17:10:58 -07:00
parent c1e3fea7a6
commit a7025cdeb5
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ If you'd like to run trunk, you can clone the git repo:
Install Heat by running::
python setup.py build
sudo python setup.py install
try:

View File

@ -256,7 +256,7 @@ def jeos_create(options, arguments):
images = c.get_images(**parameters)
for image in images:
if image['name'] == name:
if image['name'] == distro:
print ' *** image already in glance: %s > %s' % (image['name'], image['id'])
sys.exit(1)