Skip to content

Commit

Permalink
Add IP Address to fuel node
Browse files Browse the repository at this point in the history
Change-Id: Ice378edab885660f79fc2b41cb116a2ad7db6439
  • Loading branch information
Andrew Woodward committed Feb 5, 2014
1 parent 4a903b8 commit 48dc1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuelclient/fuel
Expand Up @@ -563,7 +563,7 @@ def node(params):
else:
acceptable_keys = ["id", "status", "name", "cluster",
"mac", "roles", "pending_roles", "online",
"rack_id"]
"rack_id", "ip"]
data = json_api_get_request("nodes/")
if params.env:
data = filter(
Expand Down

0 comments on commit 48dc1fb

Please sign in to comment.