diff options
author | Jing Lu <lvjing5@huawei.com> | 2016-11-30 04:57:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-30 04:57:29 +0000 |
commit | 59aff2e16b819df0731ac8d2cf47cab112df9178 (patch) | |
tree | b966208131ae47878f05ab20419871ce3b1437c2 /api/urls.py | |
parent | dd4bf5acef87d7c58c0aae3950ef5da386533f5a (diff) | |
parent | c383ae3fa6ccb865575eacf78209fdd3ac7efa69 (diff) |
Merge "Create API and command to create a influxDB container"
Diffstat (limited to 'api/urls.py')
-rw-r--r-- | api/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/urls.py b/api/urls.py index 2a9e72a76..eaaf8b6d1 100644 --- a/api/urls.py +++ b/api/urls.py @@ -12,5 +12,6 @@ from api.utils.common import Url urlpatterns = [ Url('/yardstick/test/action', views.Test, 'test'), - Url('/yardstick/result/action', views.Result, 'result') + Url('/yardstick/result/action', views.Result, 'result'), + Url('/yardstick/env/action', views.Env, 'env') ] |