From 20a58df6402fe4d457981d2918dc3ead6b9cc66d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 11 Aug 2015 18:26:18 +0200 Subject: [PATCH] storage: remove unused option db2nosql_resource_id_maxlen Change-Id: I7f6376c7f9afd7015c11054d326be1b0fd7122de --- aodh/storage/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aodh/storage/__init__.py b/aodh/storage/__init__.py index bc2ae837..87b20768 100644 --- a/aodh/storage/__init__.py +++ b/aodh/storage/__init__.py @@ -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 _."), cfg.StrOpt('alarm_connection', secret=True, default=None,