From: Steven Dake Date: Tue, 20 Mar 2012 00:10:58 +0000 (-0700) Subject: Remove erroneous setup operation X-Git-Tag: 2014.1~2189 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a7025cdeb504463a1db08a37c821e045d90d76cd;p=openstack-build%2Fheat-build.git Remove erroneous setup operation Signed-off-by: Steven Dake --- diff --git a/README.rst b/README.rst index de11368c..ffec406e 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/bin/heat b/bin/heat index cfe8dfd9..8450dbe5 100755 --- a/bin/heat +++ b/bin/heat @@ -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)