Fix relative imports in cloudify_ims_perf
[functest.git] / functest / api / urls.py
index 0cc22f8..10b7b29 100644 (file)
@@ -26,7 +26,6 @@ URLPATTERNS = [
     Url('/api/v1/functest/envs', 'v1_envs'),
 
     # POST /api/v1/functest/envs/action
-    # {"action":"prepare"} => Prepare environment
     # {"action":"update_hosts", "args": {}} => Update hosts info
     Url('/api/v1/functest/envs/action', 'v1_envs'),