commit | 345ccc6062f02cb3cc3022d3a82671a454566788 | [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 | 60b72a412f534b874c9db30afb935ee64b18045e [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: