Changeset 3df9b33 for fedd/federation/emulab_access.py
- Timestamp:
- Oct 6, 2011 5:56:31 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 9bde415
- Parents:
- b6a6206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
rb6a6206 r3df9b33 925 925 allocation log bound to the state log variable as well. 926 926 """ 927 configs = set(('hosts', 'ssh_pubkey', 'ssh_secretkey')) 927 configs = ('hosts', 'ssh_pubkey', 'ssh_secretkey', 928 'seer_ca_pem', 'seer_node_pem') 928 929 ename = None 929 930 pubkey_base = None
Note: See TracChangeset
for help on using the changeset viewer.