Revision d4f119bd scripts/gnt-instance

b/scripts/gnt-instance
1175 1175
                                      vnc_bind_address)
1176 1176
      buf.write("    - console connection: vnc to %s\n" % vnc_console_port)
1177 1177

  
1178
    for key in instance["hv_actual"]:
1178
    for key in sorted(instance["hv_actual"]):
1179 1179
      if key in instance["hv_instance"]:
1180 1180
        val = instance["hv_instance"][key]
1181 1181
      else:

Also available in: Unified diff