X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Ftestbeds%2Fplanetlab%2Fmetadata.py;h=75b2bd134b065ae5d478c4aa15dd912e5db5dac3;hb=3211c8a6e16cfaa828ed7e51e467ad44d5fa66fa;hp=aae7a84fae864bf2acfbff57733a81a3e82a2d1c;hpb=49efa370459f83889c373ddcdbdb83b05c5a3365;p=nepi.git diff --git a/src/nepi/testbeds/planetlab/metadata.py b/src/nepi/testbeds/planetlab/metadata.py index aae7a84f..75b2bd13 100644 --- a/src/nepi/testbeds/planetlab/metadata.py +++ b/src/nepi/testbeds/planetlab/metadata.py @@ -1211,10 +1211,10 @@ attributes = dict({ "name": "ccnxVersion", "help": "Version of ccnx source code to install in the node.", "type": Attribute.ENUM, - "value": "ccnx-0.6.0", + "value": "0.6.0", "flags": Attribute.ExecReadOnly | Attribute.ExecImmutable, - "allowed": ["ccnx-0.6.0", - "ccnx-0.5.1"], + "allowed": ["0.6.0", + "0.7.1"], "validation_function": validation.is_enum, }), "ccnlocalport" : dict({