mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
952da7abaf
commit
2ba97316c9
1 changed files with 2 additions and 2 deletions
|
@ -827,8 +827,8 @@ def list_nodes(call=None, **kwargs):
|
|||
'image': server_tmp['image']['id'],
|
||||
'size': server_tmp['flavor']['id'],
|
||||
'state': server_tmp['state'],
|
||||
'private_ips': public,
|
||||
'public_ips': private,
|
||||
'private_ips': private,
|
||||
'public_ips': public,
|
||||
}
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue