Setting tag plcapi-5.4-2
[plcapi.git] / db-config.d / 020-boot_states
index b7a8a5b..0f7c768 100644 (file)
@@ -1,6 +1,4 @@
 # -*-python-*-
-# $Id: 012-slice_tags -1   $
-# $URL: svn+ssh://thierry@svn.planet-lab.org/svn/MyPLC/trunk/db-config.d/012-slice_tags $
 #################### slice tag types
 default_boot_states = [
     'boot',
@@ -8,6 +6,7 @@ default_boot_states = [
     'safeboot',
     'install',
     'reinstall',
+    'upgrade',
     'disabled',
 ]
 current_boot_states = GetBootStates()