Remove erroneous setup operation

Signed-off-by: Steven Dake <sdake@redhat.com>
changes/40/40/1
Steven Dake 11 years ago
parent c1e3fea7a6
commit a7025cdeb5

@ -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:

@ -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)

Loading…
Cancel
Save