commit | 4f5ba2531df70ee40560f3a014a0d267fbe0a7d1 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 09 11:11:17 2014 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 09 11:11:17 2014 -0700 |
tree | b02a3af50c80bcbf10e64becaf946a376526c38c | |
parent | cb23625e933237563904b5756c573dc09df08d8e [diff] |
delete commented out lines
diff --git a/planetstack/tools/get_instance_name.py b/planetstack/tools/get_instance_name.py index 01fc841..d95f064 100644 --- a/planetstack/tools/get_instance_name.py +++ b/planetstack/tools/get_instance_name.py
@@ -18,8 +18,6 @@ return r.json()[0]["id"] def get_node_id(host_name): -# r = requests.get(NODES_API + "?name=%s" % host_name, auth=opencloud_auth) -# return r.json()[0]["id"] r = requests.get(NODES_API) nodes = r.json() for node in nodes: