diff --git a/README.rst b/README.rst index de11368c80..ffec406e67 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 cfe8dfd9e4..8450dbe520 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)