use getent, update docstring

This commit is contained in:
Vishvananda Ishaya
2010-12-16 19:13:37 +00:00
parent a85962099d
commit 65499d5d66
2 changed files with 38 additions and 1 deletions

View File

@@ -65,7 +65,8 @@ flags.DEFINE_string('credential_key_file', 'pk.pem',
flags.DEFINE_string('credential_cert_file', 'cert.pem',
'Filename of certificate in credentials zip')
flags.DEFINE_string('credential_rc_file', '%src',
'Filename of rc in credentials zip')
'Filename of rc in credentials zip, %s will be '
'replaced by name of the region (nova by default)')
flags.DEFINE_string('auth_driver', 'nova.auth.dbdriver.DbDriver',
'Driver that auth manager uses')