summaryrefslogtreecommitdiff
path: root/src/helpers
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-03-30 15:12:06 -0500
committerJohn Estabrook <jestabro@vyos.io>2020-03-30 15:23:59 -0500
commitd41b9e56058c50117e70c7d2639ebbead466da27 (patch)
treef6d3a391917c4dcddb3b6ae5969ddd94e155228e /src/helpers
parent69dda9497229b56bf68e7e66135688561598b892 (diff)
downloadvyos-1x-d41b9e56058c50117e70c7d2639ebbead466da27.tar.gz
vyos-1x-d41b9e56058c50117e70c7d2639ebbead466da27.zip
migration: T2029: set default vintage; remove target from virtual
The VirtualMigrator updates the syntax of the component version string. Remove the default target, allowing downgrade to old syntax.
Diffstat (limited to 'src/helpers')
-rwxr-xr-xsrc/helpers/run-config-migration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/run-config-migration.py b/src/helpers/run-config-migration.py
index a57a19cdf..6ffd038f3 100755
--- a/src/helpers/run-config-migration.py
+++ b/src/helpers/run-config-migration.py
@@ -72,7 +72,7 @@ def main():
migration = Migrator(config_file_name, force=force_on,
set_vintage=vintage)
else:
- migration = VirtualMigrator(config_file_name)
+ migration = VirtualMigrator(config_file_name, set_vintage=vintage)
migration.run()