Commit bfc632ef authored by Guillaume Bottex's avatar Guillaume Bottex

Few fixes.

parent af56ea60
......@@ -26,15 +26,13 @@
##############################################################################
import os
import urllib
import urllib2
import pkg_resources
from logging import Formatter
class KumoTestBed(object):
def run_default(self, recipe):
run_kumo_cloud()
run_kumo_cloud(recipe)
def run_kumo_cloud(self, recipe):
""" Deploy kumofs system on a cloud. """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment