Setting the default schema version to the new schema

This commit is contained in:
Ryan Lane
2010-12-08 16:26:12 +00:00
parent 0311902eaf
commit e1685b6970

View File

@@ -32,7 +32,7 @@ from nova import flags
FLAGS = flags.FLAGS
flags.DEFINE_integer('ldap_schema_version', 1,
flags.DEFINE_integer('ldap_schema_version', 2,
'Current version of the LDAP schema')
flags.DEFINE_string('ldap_url', 'ldap://localhost',
'Point this at your ldap server')