X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F020-boot_states;h=076ce5334c200bf823cf95a0bbd2805e46fb7a31;hb=05c6de84933df572bd5f61ac82a65bbc5f82fbdb;hp=0f7c7683a913c87002a6c2be7b019ebfadccdf36;hpb=87e18d743c775fc8f3dfb3972e183567d940e7c6;p=plcapi.git diff --git a/db-config.d/020-boot_states b/db-config.d/020-boot_states index 0f7c768..076ce53 100644 --- a/db-config.d/020-boot_states +++ b/db-config.d/020-boot_states @@ -1,5 +1,5 @@ # -*-python-*- -#################### slice tag types +# slice tag types default_boot_states = [ 'boot', 'failboot', @@ -14,9 +14,8 @@ for state in default_boot_states: if state not in current_boot_states: AddBootState(state) -# TODO: Delete old boot states. -if False:# NOTE: Only set to true if all federating peers have the new default boot states above. +# TODO: Delete old boot states. +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) -