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
842d7231
Commit
842d7231
authored
Jan 13, 2011
by
Leigh B Stoller
Browse files
Look for uuid versions of the names last. I want my URNS.
parent
ec9ab02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniXML.pm.in
View file @
842d7231
#
!/usr/bin/perl -w
#
#
GENIPUBLIC
-
COPYRIGHT
#
Copyright
(
c
)
2010
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2010
-
2011
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
GeniXML
;
...
...
@@ -304,8 +304,8 @@ sub SetExpires($$)
sub GetNodeId($)
{
my ($node) = @_;
return GetFirstText($node, "component_u
uid
", "component_
urn", "uu
id",
"component_id");
return GetFirstText($node, "component_u
rn
", "component_id",
"component_
uuid", "uu
id");
}
sub GetVirtualId($)
...
...
@@ -336,8 +336,8 @@ sub GetSliverId($)
sub GetManagerId($)
{
my ($node) = @_;
return GetFirstText($node, "component_manager_u
uid
",
"component_manager_
urn
", "component_manager_id");
return GetFirstText($node, "component_manager_u
rn
",
"component_manager_
id
", "component_manager_
uu
id");
}
sub GetColocate($)
...
...
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