release 1 fix the RSpec balise sfa-3.0-2-bonfire-r1-1
authornlebreto <nicolas.lebreton@inria.fr>
Thu, 7 Nov 2013 16:01:12 +0000 (17:01 +0100)
committernlebreto <nicolas.lebreton@inria.fr>
Thu, 7 Nov 2013 16:01:12 +0000 (17:01 +0100)
sfa/client/bonfire.py

index 5f02673..0b34ce5 100644 (file)
@@ -69,6 +69,7 @@ urlcomputes = buildpagehttp("https://api.integration.bonfire.grid5000.fr/locatio
 # list for all bonfire resources
 def bonsources():
     bonfires = []
+    bonfires.append("<RSpec>")
     bonfires.append("<managed_experiments>")
     manag_exp =  remove_needless_txt(callcurl("https://api.bonfire-project.eu/managed_experiments"))
     bonfires.append(manag_exp)