eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

chefmanager get_node_name_by_ip() should return node not 'name' value #108

Open nephomaniac opened 8 years ago

nephomaniac commented 8 years ago

Chef manager's "def get_node_name_by_ip(self, target_address)" should return 'node' not "node_info['name']" which may not be the same value as 'node' causing errors later when looking for this item in the node_info hash.