reordered
[myplc.git] / db-config.d / 020-boot_states
similarity index 60%
rename from db-config.d/11-bootstates
rename to db-config.d/020-boot_states
index 698abf6..b7a8a5b 100644 (file)
@@ -1,3 +1,7 @@
+# -*-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',
     'failboot',
@@ -12,7 +16,7 @@ for state in default_boot_states:
         AddBootState(state)
 
 # TODO: Delete old boot states. 
-if False:# NOTE: Only set Ture if all federating peers have the new default boot states above.
+if False:# NOTE: Only set to true if all federating peers have the new default boot states above.
     for state in current_boot_states:
         if state not in default_boot_states:
             DeleteBootState(state)