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
d44b08da
Commit
d44b08da
authored
Jul 05, 2011
by
Leigh B Stoller
Browse files
Nothing to worry about.
parent
afc86a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-sfa.pl.in
View file @
d44b08da
...
...
@@ -13,7 +13,7 @@ use Data::Dumper;
#
my
$TB
=
"
@prefix
@
";
my
$SACERT
=
"
$TB
/etc/genisa.pem
";
my
$server
=
"
https://www.planet-lab.org:1234
5
";
my
$server
=
"
https://www.planet-lab.org:1234
6
";
# Geni libraries.
use
lib
"
@prefix
@/lib
";
...
...
@@ -75,18 +75,11 @@ elsif (0) {
Genixmlrpc::
CallMethod
(
$server
,
$context
,
"
get_aggregates
",
$selfcred
->
asString
(),
"");
}
elsif
(
0
)
{
$response
=
Genixmlrpc::
CallMethod
(
$server
,
$context
,
"
ListResources
",
$selfcred
->
asString
(),
{});
}
elsif
(
0
)
{
my
$c
=
"
urn:publicid:IDN+emulab.net+slice+CE74290
";
elsif
(
1
)
{
$response
=
Genixmlrpc::
CallMethod
(
$server
,
$context
,
"
ListResources
",
$selfcred
->
asString
(),
{'
geni_slice_urn
'
=>
$c
});
{'
rspec_version
'
=>
"
ProtoGENI 2
"
});
}
elsif
(
0
)
{
$response
=
...
...
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