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
a1ce1dfd
Commit
a1ce1dfd
authored
Jan 11, 2011
by
Leigh B Stoller
Browse files
Return manifest when resolving a slice.
parent
27cd7b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
a1ce1dfd
#
!/usr/bin/perl -wT
#
#
GENIPUBLIC
-
COPYRIGHT
#
Copyright
(
c
)
2008
-
201
0
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
GeniCMV2
;
...
...
@@ -167,6 +167,10 @@ sub Resolve($)
if
(
defined
($
ticket
))
{
$
blob
->{
'ticket_urn'
}
=
$
ticket
->
urn
();
}
my
$
manifest
=
$
aggregate
->
GetManifest
(
1
);
if
(
defined
($
manifest
))
{
$
blob
->{
'manifest'
}
=
$
manifest
;
}
return
GeniResponse
->
Create
(
GENIRESPONSE_SUCCESS
,
$
blob
);
}
if
($
type
eq
"sliver"
)
{
...
...
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