Merge "storage: remove unused option db2nosql_resource_id_maxlen"

This commit is contained in:
Jenkins 2015-08-12 08:12:25 +00:00 committed by Gerrit Code Review
commit 8efbbd86c9

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,