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
987a5876
Commit
987a5876
authored
Sep 25, 2015
by
Leigh B Stoller
Browse files
Fix for real ABAC credentials at AL2S.
parent
ee23571f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/create_instance.in
View file @
987a5876
...
...
@@ -1190,6 +1190,8 @@ sub RunStitcher()
my
$rspecfile
=
"
$tmpdir
/rspec.xml
";
my
$stdoutfile
=
"
$tmpdir
/stitcher.stdout
";
my
$stderrfile
=
"
$tmpdir
/stitcher.stderr
";
# Who we are speaking for.
my
$speaksfor_urn
=
$slice_credential
->
owner_urn
();
my
$failed
=
0
;
#
...
...
@@ -1216,7 +1218,7 @@ sub RunStitcher()
"
--GetVersionCacheName=
$tmpdir
/get_version_cache.json
"
.
"
--AggNickCacheName=
$tmpdir
/agg_nick_cache
"
.
"
--scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
"
.
"
--speaksfor
$
use
r_urn
-V3 allocate
$slice_urn
$rspecfile
";
"
--speaksfor
$
speaksfo
r_urn
-V3 allocate
$slice_urn
$rspecfile
";
return
-
1
if
(
!
mkdir
("
$tmpdir
",
0755
));
...
...
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