diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-08 09:42:11 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-08 09:42:11 -0700 |
| commit | f5ce5b5750120012287d78ea0a40598ec0eefd47 (patch) | |
| tree | 7ab250100f2d488c84a886c914a5b5d4d969e9f2 /nova/auth | |
| parent | 8b7a32c827fbef659a24a398da5eee73920c745b (diff) | |
| download | nova-f5ce5b5750120012287d78ea0a40598ec0eefd47.tar.gz nova-f5ce5b5750120012287d78ea0a40598ec0eefd47.tar.xz nova-f5ce5b5750120012287d78ea0a40598ec0eefd47.zip | |
missed a comma
Diffstat (limited to 'nova/auth')
| -rw-r--r-- | nova/auth/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/auth/users.py b/nova/auth/users.py index 1a270733e..671fdbdbf 100644 --- a/nova/auth/users.py +++ b/nova/auth/users.py @@ -102,7 +102,7 @@ flags.DEFINE_string('credential_rc_file', 'novarc', 'Filename of rc in credentials zip') flags.DEFINE_string('credential_cert_subject', '/C=US/ST=California/L=MountainView/O=AnsoLabs/' - 'OU=NovaDev/CN=%s-%s' + 'OU=NovaDev/CN=%s-%s', 'Subject for certificate for users') flags.DEFINE_string('vpn_ip', '127.0.0.1', 'Public IP for the cloudpipe VPN servers') |
