This commit is contained in:
Guewen Baconnier
2016-11-02 10:29:02 +01:00
parent ec1f3fc61a
commit b5f00c26dc
7 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
'session_redis',
'monitoring_status',
'logging_json',
#'monitoring_log_requests',
# 'monitoring_log_requests',
'server_environment', # OCA/server-tools
],
'website': 'http://www.camptocamp.com',
-1
View File
@@ -33,7 +33,6 @@ class FilestoreKind(object):
file = 'file'
class CloudPlatform(models.AbstractModel):
_name = 'cloud.platform'
+1
View File
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
def install_exoscale(ctx):
ctx.env['cloud.platform'].install_exoscale()