Merge pull request #15501 from highlyunavailable/2014.7

Change getBareMetalInstances call to getHardware
This commit is contained in:
Joseph Hall 2014-09-05 12:06:08 -06:00
commit 877d7bfbc0

View File

@ -696,7 +696,7 @@ def list_nodes_full(mask='mask[id, hostname, primaryIpAddress, \
ret = {}
conn = get_conn(service='Account')
response = conn.getBareMetalInstances(mask=mask)
response = conn.getHardware(mask=mask)
for node in response:
ret[node['hostname']] = node