Removing a useless print statement

Change-Id: I082f899277531db734193a998a23a17c098934de
This commit is contained in:
adriant 2014-03-28 17:17:00 +13:00
parent efb6360b6e
commit 639ae8af66
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ from novaclient.v1_1 import client
def flavor_name(f_id):
# Stuff from config:
print "here?!"
# TODO get from config:
nova = client.Client("admin", "openstack", "demo",
"http://localhost:5000/v2.0",
service_type="compute")