Changeset 3ff5e2a
- Timestamp:
- Nov 23, 2010 4:59:01 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 353db8c
- Parents:
- 85f5d11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/client_lib.py
r85f5d11 r3ff5e2a 107 107 """ 108 108 Look for the certificate to use for the call (check for the standard emulab 109 file and any passed in. Make sure a present cert file can be read and110 generate a fedid from it. Make sure that any trusted cert file can be read111 and if the debug level is set, set the tracefile attribute as well. If any112 of these tests fail, raise a RuntimeError. Otherwise returnthe113 certificate file, the fedid, and thefedd url.109 file and any passed in. Make sure a present cert file can be read. Make 110 sure that any trusted cert file can be read and if the debug level is set, 111 set the tracefile attribute as well. If any of these tests fail, raise a 112 RuntimeError. Otherwise return the certificate file, the fedid, and the 113 fedd url. 114 114 """ 115 115 default_url="https://localhost:23235"
Note: See TracChangeset
for help on using the changeset viewer.