From: Marc Fiuczynski Date: Sat, 24 Oct 2009 12:31:32 +0000 (+0000) Subject: get root ssh pub key path from configuration X-Git-Tag: MyPLC-4.3-29~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9389b4ca172fe75594949fa045951bfaf02a0f4b;p=myplc.git get root ssh pub key path from configuration --- diff --git a/db-config.d/01-init b/db-config.d/01-init index 71453a0..05c3f37 100644 --- a/db-config.d/01-init +++ b/db-config.d/01-init @@ -59,7 +59,7 @@ AddRoleToPerson(10, admin['person_id']) AddRoleToPerson(20, admin['person_id']) # Associate root ssh key with the default administrator -keyfile="/etc/planetlab/root_ssh_key.pub" +keyfile=plc['root_ssh_key_pub'] person = GetPersons(admin['person_id'])[0] keys = GetKeys(person['key_ids']) if os.path.exists(keyfile):