storage: remove unused option db2nosql_resource_id_maxlen

Change-Id: I7f6376c7f9afd7015c11054d326be1b0fd7122de
This commit is contained in:
Julien Danjou 2015-08-11 18:26:18 +02:00
parent a9f0eff3b0
commit 20a58df640

View File

@ -39,11 +39,6 @@ OPTS = [
help='The name of the replica set which is used to connect to '
'MongoDB database. If it is set, MongoReplicaSetClient '
'will be used instead of MongoClient.'),
cfg.IntOpt('db2nosql_resource_id_maxlen',
default=512,
help="The max length of resources id in DB2 nosql, "
"the value should be larger than len(hostname) * 2 "
"as compute node's resource id is <hostname>_<nodename>."),
cfg.StrOpt('alarm_connection',
secret=True,
default=None,