Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simone Rossi
main
Commits
e7953b0d
Commit
e7953b0d
authored
Oct 29, 2018
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pylint warnings
parent
8346e23b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
zoe_lib/version.py
zoe_lib/version.py
+1
-1
zoe_master/backends/docker/backend.py
zoe_master/backends/docker/backend.py
+1
-2
No files found.
zoe_lib/version.py
View file @
e7953b0d
...
...
@@ -15,7 +15,7 @@
"""Versions."""
ZOE_VERSION
=
'2018.
03
-beta'
ZOE_VERSION
=
'2018.
11
-beta'
ZOE_API_VERSION
=
'0.7'
ZOE_APPLICATION_FORMAT_VERSION
=
3
SQL_SCHEMA_VERSION
=
7
# ---> Increment this value every time the SQL schema changes !!! <---
zoe_master/backends/docker/backend.py
View file @
e7953b0d
...
...
@@ -28,8 +28,7 @@ from zoe_master.backends.docker.config import DockerConfig, DockerHostConfig #
from
zoe_master.backends.docker.threads
import
DockerStateSynchronizer
from
zoe_master.backends.service_instance
import
ServiceInstance
from
zoe_master.exceptions
import
ZoeStartExecutionRetryException
,
ZoeStartExecutionFatalException
,
ZoeException
,
ZoeNotEnoughResourcesException
from
zoe_master.metrics.kairosdb
import
KairosDBInMetrics
from
zoe_master.stats
import
ClusterStats
,
NodeStats
from
zoe_master.stats
import
ClusterStats
log
=
logging
.
getLogger
(
__name__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment