Skip to content
GitLab
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
a4f21f34
Commit
a4f21f34
authored
Jun 19, 2015
by
Leigh B Stoller
Browse files
Minor tweak, nothing important.
parent
45318586
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/APT_Instance.pm.in
View file @
a4f21f34
...
...
@@ -1352,11 +1352,12 @@ sub GetManifest($)
}
$
method
=
"ListResources"
;
#
This
breaks
,
cause
perl
encodes
'3'
as
an
integer
,
but
the
#
python
on
the
other
side
demands
a
string
.
@
params
=
([$
slice_credential
->
asString
()],
{
"geni_slice_urn"
=>
$
slice
->
urn
(),
"geni_rspec_version"
=>
{
'type'
=>
'GENI'
,
'version'
=>
3
}
"geni_rspec_version"
=>
{
'version'
=>
'3'
,
'type'
=>
'GENI'
},
});
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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