Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
cb9293f1
Commit
cb9293f1
authored
Oct 19, 2009
by
Gary Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ReleaseTicket now expects a credential parameter.
parent
4465cbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
protogeni/test/getticket.py
protogeni/test/getticket.py
+1
-0
No files found.
protogeni/test/getticket.py
View file @
cb9293f1
...
...
@@ -133,6 +133,7 @@ ticketcopy = response["value"]
print
"Releasing the ticket now ..."
params
=
{}
params
[
"ticket"
]
=
ticketcopy
params
[
"credential"
]
=
myslice
rval
,
response
=
do_method
(
"cm"
,
"ReleaseTicket"
,
params
)
if
rval
:
Fatal
(
"Could not release ticket"
)
...
...
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