Skip to content

Commit

Permalink
This key was removed, use rms_node_manager:get_node_keys/1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmiguel committed Aug 11, 2016
1 parent af2407a commit 0e39c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rms_wm_resource.erl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ get_cluster(ReqData) ->
Status = proplists:get_value(status, Cluster),
RiakConfig = proplists:get_value(riak_config, Cluster),
AdvancedConfig = proplists:get_value(advanced_config, Cluster),
NodeKeys = proplists:get_value(node_keys, Cluster),
NodeKeys = rms_node_manager:get_node_keys(Key),
BinNodeKeys = [list_to_binary(NodeKey) || NodeKey <- NodeKeys],
ClusterData = [{Key, [{key, list_to_binary(Key)},
{status, Status},
Expand Down

0 comments on commit 0e39c72

Please sign in to comment.