Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
f79ce163
Commit
f79ce163
authored
Feb 14, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using uid in catalog prevent doing one more useless join
parent
b6a2dacb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
master/product/Vifib/Tool/SlapTool.py
master/product/Vifib/Tool/SlapTool.py
+1
-1
No files found.
master/product/Vifib/Tool/SlapTool.py
View file @
f79ce163
...
@@ -574,7 +574,7 @@ class SlapTool(BaseTool):
...
@@ -574,7 +574,7 @@ class SlapTool(BaseTool):
portal_preferences
.
getPreferredInstanceUpdateResource
())
portal_preferences
.
getPreferredInstanceUpdateResource
())
global_query_kw
=
dict
(
aggregate_portal_type
=
"Slave Instance"
,
global_query_kw
=
dict
(
aggregate_portal_type
=
"Slave Instance"
,
aggregate_relative_url
=
computer_partition_document
.
getRelativeUrl
(),)
default_aggregate_uid
=
computer_partition_document
.
getUid
(),)
hosting_query
=
ComplexQuery
(
Query
(
simulation_state
=
[
"confirmed"
,
"stopped"
]),
hosting_query
=
ComplexQuery
(
Query
(
simulation_state
=
[
"confirmed"
,
"stopped"
]),
Query
(
default_resource_uid
=
hosting_service
.
getUid
()),
Query
(
default_resource_uid
=
hosting_service
.
getUid
()),
...
...
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