Revision 9d91c6ab

b/scripts/gnt-cluster
225 225

  
226 226
  """
227 227
  indent = "  " * level
228
  for item, val in paramsdict.items():
228
  for item, val in sorted(paramsdict.items()):
229 229
    if isinstance(val, dict):
230 230
      ToStdout("%s- %s:", indent, item)
231 231
      _PrintGroupedParams(val, level=level + 1)

Also available in: Unified diff