- removed 0001-Add-default-port-to-Elasticsearch-connection-url.patch - update to version 4.2.0 - List up extra requirements for drivers - reno: Update master for unmaintained/victoria - Update python classifier in setup.cfg - Move oslo.config to normal requirements - Declare Python 3.10 support OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=42
16 lines
765 B
Diff
16 lines
765 B
Diff
submitted as https://review.opendev.org/c/openstack/osprofiler/+/927749
|
|
|
|
Index: osprofiler-4.2.0/osprofiler/tests/unit/drivers/test_elasticsearch.py
|
|
===================================================================
|
|
--- osprofiler-4.2.0.orig/osprofiler/tests/unit/drivers/test_elasticsearch.py
|
|
+++ osprofiler-4.2.0/osprofiler/tests/unit/drivers/test_elasticsearch.py
|
|
@@ -23,7 +23,7 @@ class ElasticsearchTestCase(test.TestCas
|
|
|
|
def setUp(self):
|
|
super(ElasticsearchTestCase, self).setUp()
|
|
- self.elasticsearch = ElasticsearchDriver("elasticsearch://localhost")
|
|
+ self.elasticsearch = ElasticsearchDriver("elasticsearch://localhost:9001/")
|
|
self.elasticsearch.project = "project"
|
|
self.elasticsearch.service = "service"
|
|
|