File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 185185 jobs :
186186 - cloudkitty-tempest-full-v2-storage-influxdb
187187 - cloudkitty-tempest-full-v2-storage-influxdb-v2
188- - cloudkitty-tempest-full-v2-storage-elasticsearch :
189- voting : false
190- - cloudkitty-tempest-full-v2-storage-opensearch :
191- voting : false
188+ - cloudkitty-tempest-full-v2-storage-elasticsearch
189+ - cloudkitty-tempest-full-v2-storage-opensearch
192190 - cloudkitty-tempest-full-v1-storage-sqlalchemy
193191 - cloudkitty-tempest-full-ipv6-only
194192 - cloudkitty-tox-bandit :
198196 jobs :
199197 - cloudkitty-tempest-full-v2-storage-influxdb
200198 - cloudkitty-tempest-full-v2-storage-influxdb-v2
199+ - cloudkitty-tempest-full-v2-storage-elasticsearch
200+ - cloudkitty-tempest-full-v2-storage-opensearch
201201 - cloudkitty-tempest-full-v1-storage-sqlalchemy
202202 - cloudkitty-tempest-full-ipv6-only
203203 - cloudkitty-grenade-job
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ class ElasticsearchStorage(v2_storage.BaseStorage):
8686 def __init__ (self , * args , ** kwargs ):
8787 super (ElasticsearchStorage , self ).__init__ (* args , ** kwargs )
8888
89- LOG .warning ('The Elasticsearch storage driver is experimental. '
90- 'DO NOT USE IT IN PRODUCTION.' )
91-
9289 verify = not CONF .storage_elasticsearch .insecure
9390 if verify and CONF .storage_elasticsearch .cafile :
9491 verify = CONF .storage_elasticsearch .cafile
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ class OpenSearchStorage(v2_storage.BaseStorage):
8686 def __init__ (self , * args , ** kwargs ):
8787 super (OpenSearchStorage , self ).__init__ (* args , ** kwargs )
8888
89- LOG .warning ('The OpenSearch storage driver is experimental. '
90- 'DO NOT USE IT IN PRODUCTION.' )
91-
9289 verify = not CONF .storage_opensearch .insecure
9390 if verify and CONF .storage_opensearch .cafile :
9491 verify = CONF .storage_opensearch .cafile
You can’t perform that action at this time.
0 commit comments