Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
accbcc41
Commit
accbcc41
authored
Jul 02, 2010
by
Jonathon Duerig
Browse files
Renamce 'component_urns' to 'sliver_urns' in start/stop/restart XMLRPC calls.
Backwards compatibility is retained.
parent
81a64d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
accbcc41
...
...
@@ -560,7 +560,7 @@ sub StartSliver($)
{
my
($
argref
)
=
@
_
;
my
$
slice_urn
=
$
argref
->{
'slice_urn'
};
my
$
sliver_urns
=
$
argref
->{
'component_urns'
};
my
$
sliver_urns
=
$
argref
->{
'sliver_urns'
}
||
$
argref
->{
'component_urns'
};
my
$
credentials
=
$
argref
->{
'credentials'
};
my
$
manifest
=
$
argref
->{
'manifest'
};
...
...
@@ -572,7 +572,7 @@ sub StopSliver($)
{
my
($
argref
)
=
@
_
;
my
$
slice_urn
=
$
argref
->{
'slice_urn'
};
my
$
sliver_urns
=
$
argref
->{
'component_urns'
};
my
$
sliver_urns
=
$
argref
->{
'sliver_urns'
}
||
$
argref
->{
'component_urns'
};
my
$
credentials
=
$
argref
->{
'credentials'
};
return
SliverAction
(
"stop"
,
...
...
@@ -583,7 +583,7 @@ sub RestartSliver($)
{
my
($
argref
)
=
@
_
;
my
$
slice_urn
=
$
argref
->{
'slice_urn'
};
my
$
sliver_urns
=
$
argref
->{
'sliver_urns'
};
my
$
sliver_urns
=
$
argref
->{
'sliver_urns'
}
||
$
argref
->{
'component_urns'
}
;
my
$
credentials
=
$
argref
->{
'credentials'
};
my
$
manifest
=
$
argref
->{
'manifest'
};
...
...
Write
Preview
Supports
Markdown
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