From: Thierry Parmentelat Date: Tue, 12 Dec 2006 16:33:45 +0000 (+0000) Subject: make the comment about slice creation a bit more explicit X-Git-Tag: planetlab-4_0-rc1~63 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=5dc092481f31d1ee07253b2dc592882d8af5cd64 make the comment about slice creation a bit more explicit --- diff --git a/db-config b/db-config index 6aaa987..dc984cb 100755 --- a/db-config +++ b/db-config @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: db-config,v 1.10 2006/11/28 21:45:53 mlhuang Exp $ +# $Id: db-config,v 1.11 2006/12/12 10:13:31 thierry Exp $ # from plc_config import PLCConfiguration @@ -625,9 +625,10 @@ def main(): ('proper_op', "bind_socket")]}, ] - ### leaving slice_prefix to default + ### xxx - to review once new node manager rolls out + # if PLC_SLICE_PREFIX is left to default - this is meant for the public PL only if plc['slice_prefix'] == 'pl': - # create them with default slices + # create both legacy slices together with netflow through default_slices default_slices += legacy_slices else: # we use another slice prefix : disable legacy slices if already created