Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
20e9e476
Commit
20e9e476
authored
Jul 29, 2011
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in instance attribute name.
parent
90ca8a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/erp5/erp5.py
slapos/recipe/erp5/erp5.py
+2
-2
No files found.
slapos/recipe/erp5/erp5.py
View file @
20e9e476
...
@@ -55,7 +55,7 @@ class ERP5Updater(object):
...
@@ -55,7 +55,7 @@ class ERP5Updater(object):
self
.
business_template_repository_list
=
bt5_repository_list
self
.
business_template_repository_list
=
bt5_repository_list
self
.
business_template_list
=
bt5_list
self
.
business_template_list
=
bt5_list
self
.
memcached_address
=
memcached_address
self
.
memcached_address
=
memcached_address
self
.
persi
n
tent_cached_address
=
persistent_cache_address
self
.
persi
s
tent_cached_address
=
persistent_cache_address
self
.
mysql_url
=
mysql_url
self
.
mysql_url
=
mysql_url
host
,
port
=
conversion_server_address
.
split
(
":"
)
host
,
port
=
conversion_server_address
.
split
(
":"
)
...
@@ -241,7 +241,7 @@ class ERP5Updater(object):
...
@@ -241,7 +241,7 @@ class ERP5Updater(object):
# Assert Persistent cache configuration (Kumofs)
# Assert Persistent cache configuration (Kumofs)
self
.
_assertAndUpdateDocument
(
self
.
_assertAndUpdateDocument
(
"portal_memcached/persistent_memcached_plugin/getUrlString"
,
"portal_memcached/persistent_memcached_plugin/getUrlString"
,
self
.
persi
n
tent_cached_address
,
self
.
persi
s
tent_cached_address
,
"setUrlString"
)
"setUrlString"
)
def
_assertAndUpdateDocument
(
self
,
key
,
expected_value
,
update_method
):
def
_assertAndUpdateDocument
(
self
,
key
,
expected_value
,
update_method
):
...
...
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