Merge "storage: remove unused option db2nosql_resource_id_maxlen"
This commit is contained in:
commit
8efbbd86c9
@ -39,11 +39,6 @@ OPTS = [
|
|||||||
help='The name of the replica set which is used to connect to '
|
help='The name of the replica set which is used to connect to '
|
||||||
'MongoDB database. If it is set, MongoReplicaSetClient '
|
'MongoDB database. If it is set, MongoReplicaSetClient '
|
||||||
'will be used instead of MongoClient.'),
|
'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',
|
cfg.StrOpt('alarm_connection',
|
||||||
secret=True,
|
secret=True,
|
||||||
default=None,
|
default=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user