gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
302 stars 85 forks source link

Use oslo.utils method to parse server format #1408

Closed kajinamit closed 1 month ago

kajinamit commented 1 month ago

The oslo.utils library is already required via some of the current dependencies (eg. tooz). Use the utility method from it to parse host:port format instead of carrying our own method.

tobias-urdin commented 1 month ago

Makes sense, we already depend on a lot of oslo so I don't see an issue adding utils. Please rebase and I'll merge when green, thanks!