Revision 77018a43

b/tools/cfgupgrade
321 321
def DowngradeAll(config_data):
322 322
  # Any code specific to a particular version should be labeled that way, so
323 323
  # it can be removed when updating to the next version.
324
  config_data["version"] = constants.BuildVersion(DOWNGRADE_MAJOR,
325
                                                  DOWNGRADE_MINOR, 0)
324 326
  DowngradeCluster(config_data)
325 327
  DowngradeGroups(config_data)
326 328
  DowngradeInstances(config_data)

Also available in: Unified diff