diff -pruN 1.2.0-1/.gitignore 1.2.0-0ubuntu1/.gitignore
--- 1.2.0-1/.gitignore	2025-08-12 21:15:20.000000000 +0000
+++ 1.2.0-0ubuntu1/.gitignore	1970-01-01 00:00:00.000000000 +0000
@@ -1,58 +0,0 @@
-*.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-.eggs
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-.stestr/
-.venv
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Complexity
-output/*.html
-output/*/index.html
-
-# Sphinx
-doc/build
-releasenotes/build
-
-# pbr generates these
-AUTHORS
-ChangeLog
-
-# Editors
-*~
-.*.swp
-.*sw?
-
-# generated docs
-doc/source/ref/
diff -pruN 1.2.0-1/.gitreview 1.2.0-0ubuntu1/.gitreview
--- 1.2.0-1/.gitreview	2025-08-12 21:15:20.000000000 +0000
+++ 1.2.0-0ubuntu1/.gitreview	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-[gerrit]
-host=review.opendev.org
-port=29418
-project=openstack/python-observabilityclient.git
-defaultbranch=master
diff -pruN 1.2.0-1/AUTHORS 1.2.0-0ubuntu1/AUTHORS
--- 1.2.0-1/AUTHORS	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/AUTHORS	2025-08-28 09:47:10.000000000 +0000
@@ -0,0 +1,15 @@
+Alfredo Moralejo <amoralej@redhat.com>
+Chris Sibbitt <csibbitt@redhat.com>
+Cyril Roelandt <cyril@redhat.com>
+Erno Kuvaja <jokke@usr.fi>
+Ghanshyam Mann <gmann@ghanshyammann.com>
+Jaromir Wysoglad <jwysogla@redhat.com>
+Jaromír Wysoglad <jwysogla@redhat.com>
+Leif Madsen <leif@leifmadsen.com>
+Leif Madsen <lmadsen@redhat.com>
+Marihan Girgis mgirgisf@redhat.com
+Martin Magr <mmagr@redhat.com>
+Martin Mágr <mmagr@redhat.com>
+OpenStack Release Bot <infra-root@openstack.org>
+Takashi Kajinami <kajinamit@oss.nttdata.com>
+Victoria Martinez de la Cruz <victoria@redhat.com>
diff -pruN 1.2.0-1/ChangeLog 1.2.0-0ubuntu1/ChangeLog
--- 1.2.0-1/ChangeLog	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/ChangeLog	2025-08-28 09:47:10.000000000 +0000
@@ -0,0 +1,118 @@
+CHANGES
+=======
+
+1.2.0
+-----
+
+* Fix PrometheusAPIClient set\_client\_cert
+
+1.1.0
+-----
+
+* Split get\_prometheus\_client to multiple functions
+* Rename Aetos's service type to metric-storage
+* Allow for providing metric names to modify\_query
+* Allow for specifying rbac label name
+* Fix inconsistent indentation
+* Send keystone tokens to Aetos only
+* Replace os-client-config
+* Remove Python 3.9 support
+* Fix IPv6 host IP escaping
+* Zuul: do not use USE\_PYTHON3
+* Add a testcase for specifying project label
+* Change URLs to point to the correct repository
+
+1.0.0
+-----
+
+* Retrieve prometheus information from keystone
+* Exclude test code from coverage report
+* Deprecate disable-rbac option
+* Use PROMETHEUS\_CUSTOM\_SCRAPE\_TARGETS to pass sg\_core scrape endpoint
+
+0.5.0
+-----
+
+* Add root\_path configuration option
+* Refactor obsC rbac module
+* Enable providing keystone session for Prometheus
+* Additional tests and a fix for rbac code
+* Fix rbac mocking in unit tests
+* Fix observabilityclient-dsvm-functional job
+* Bump hacking
+* Check if the HOME env var is set, otherwise use a default
+* Update master for stable/2025.1
+* Ignore false-positive E231 error
+* Update default envlist
+
+0.4.0
+-----
+
+* Fix release note build
+* Remove Python 3.8 support
+* Use requirements.txt solely to manage dependencies
+* Add stestr as test requirement
+
+0.3.0
+-----
+
+* Drop direct usage of simplejson
+* Use stestr for testing
+
+0.2.0
+-----
+
+* Sort column order in cli output
+* Fix table formatter
+* Remove unused test dependencies
+* Remove AUTHORS file
+* Add TLS support
+* Drop unused --dev and --messy
+
+0.1.1
+-----
+
+* Update python classifier in setup.cfg
+* Add functional tests
+* Fix cli commands
+* Add i18n.py and use it in v1/base.py and v1/cli.py
+* Fix "\_" is shadowing Python builtin
+* Flake8 changes
+* Remove .github/
+
+0.1.0
+-----
+
+* Fix zuul testing
+* Add automated unit testing and a set of tests (#9)
+
+0.0.4
+-----
+
+* Fix setup.cfg
+* PyPI dist (#8)
+
+0.0.3
+-----
+
+* PyPI dist (#8)
+
+0.0.2
+-----
+
+* Prometheus interaction (#7)
+* Update README.md
+* Update README to reflect new params file changes
+* Removing README.rst
+* Merging additions from my notes
+* Fixed missing comma
+
+0.0.1
+-----
+
+* Update license file
+* Basic set of docs
+* Missing piece
+* Allow inventory overrides
+* Initial functionality (#1)
+* Initial commit
diff -pruN 1.2.0-1/PKG-INFO 1.2.0-0ubuntu1/PKG-INFO
--- 1.2.0-1/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/PKG-INFO	2025-08-28 09:47:11.084401600 +0000
@@ -0,0 +1,82 @@
+Metadata-Version: 2.1
+Name: python-observabilityclient
+Version: 1.2.0
+Summary: OpenStack Observability Client
+Home-page: https://opendev.org/openstack/python-observabilityclient
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: Apache License, Version 2.0
+Classifier: Environment :: Console
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: Intended Audience :: System Administrators
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Requires-Python: >=3.10
+Description-Content-Type: text/markdown; charset=UTF-8
+License-File: LICENSE
+Requires-Dist: osc-lib>=1.0.1
+Requires-Dist: keystoneauth1>=1.0.0
+Requires-Dist: cliff>=1.14.0
+Requires-Dist: PyYAML>5.1
+
+# python-observabilityclient
+
+observabilityclient is an OpenStackClient (OSC) plugin implementation that
+implements commands for management of Prometheus.
+
+## Development
+
+Install your OpenStack environment and patch your `openstack` client application using python.
+
+```
+# if using standalone, the following commands come after 'sudo dnf install -y python3-tripleoclient'
+
+su - stack
+
+# clone and install observability client plugin
+git clone https://opendev.org/openstack/python-observabilityclient.git
+cd python-observabilityclient
+sudo python setup.py install --prefix=/usr
+```
+
+## Usage
+
+Use `openstack metric query somequery` to query for metrics in prometheus.
+
+To use the python api do the following:
+```
+from observabilityclient import client
+
+c = client.Client(
+            '1', keystone_client.get_session(conf),
+            adapter_options={
+                'interface': conf.service_credentials.interface,
+                'region_name': conf.service_credentials.region_name})
+c.query.query("somequery")
+```
+
+## List of commands
+
+openstack metric list - lists all metrics
+openstack metric show - shows current values of a metric
+openstack metric query - queries prometheus and outputs the result
+openstack metric delete - deletes some metrics
+openstack metric snapshot - takes a snapshot of the current data
+openstack metric clean-tombstones - cleans the tsdb tombstones
+
+## List of functions provided by the python library
+c.query.list - lists all metrics
+c.query.show - shows current values of a metric
+c.query.query - queries prometheus and outputs the result
+c.query.delete - deletes some metrics
+c.query.snapshot - takes a snapshot of the current data
+c.query.clean-tombstones - cleans the tsdb tombstones
diff -pruN 1.2.0-1/debian/changelog 1.2.0-0ubuntu1/debian/changelog
--- 1.2.0-1/debian/changelog	2025-08-30 09:00:28.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/changelog	2025-10-03 14:50:40.000000000 +0000
@@ -1,22 +1,18 @@
-python-observabilityclient (1.2.0-1) experimental; urgency=medium
+python-observabilityclient (1.2.0-0ubuntu1) questing; urgency=medium
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
+  * New upstream release for OpenStack Flamingo (LP: #2125956).
+  * d/watch: Add Flamingo key verification.
+  * d/u/signing-key.asc: Add Flamingo public key.
+  * d/watch: Update version detection.
+  * d/control: Align (Build-)Depends with upstream.
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 30 Aug 2025 11:00:28 +0200
+ -- Myles Penner <myles.penner@canonical.com>  Fri, 03 Oct 2025 07:50:40 -0700
 
-python-observabilityclient (0.4.0-2) unstable; urgency=medium
+python-observabilityclient (0.4.0-0ubuntu1) plucky; urgency=medium
 
-  * Uploading to unstable.
+  * New upstream release for OpenStack Epoxy.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2025 08:57:14 +0100
-
-python-observabilityclient (0.4.0-1) experimental; urgency=medium
-
-  * New upstream release.
-  * d/watch: switch to version=4 and mode=git.
-
- -- Thomas Goirand <zigo@debian.org>  Mon, 03 Mar 2025 11:42:53 +0100
+ -- James Page <james.page@ubuntu.com>  Thu, 06 Mar 2025 15:20:36 +0000
 
 python-observabilityclient (0.3.0-3) unstable; urgency=medium
 
diff -pruN 1.2.0-1/debian/control 1.2.0-0ubuntu1/debian/control
--- 1.2.0-1/debian/control	2025-08-30 09:00:28.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/control	2025-10-03 14:50:40.000000000 +0000
@@ -1,7 +1,8 @@
 Source: python-observabilityclient
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
@@ -11,17 +12,21 @@ Build-Depends:
  python3-all,
  python3-setuptools,
 Build-Depends-Indep:
- python3-cliff,
- python3-keystoneauth1,
- python3-openstackclient,
- python3-osc-lib,
+ python3-cliff (>= 1.14.0),
+ python3-keystoneauth1 (>= 1.0.0),
+ python3-openstackclient (>= 6.3.0),
+ python3-openstackdocstheme (>= 2.2.1),
+ python3-openstacksdk (>= 0.10.0),
+ python3-os-client-config,
+ python3-osc-lib (>= 1.0.1),
  python3-oslo.db,
- python3-openstacksdk,
  python3-pytest,
+ python3-sphinx (>= 2.1.1),
  python3-sqlalchemy,
- python3-stestr,
- python3-tempest,
- python3-testtools,
+ python3-stestr (>= 2.0.0),
+ python3-tempest (>= 1:10),
+ python3-testtools (>= 1.4.0),
+ python3-yaml,
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-observabilityclient
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-observabilityclient.git
@@ -30,9 +35,9 @@ Homepage: https://infrawatch.github.io/d
 Package: python3-observabilityclient
 Architecture: all
 Depends:
- python3-cliff,
- python3-keystoneauth1,
- python3-osc-lib,
+ python3-cliff (>= 1.14.0),
+ python3-keystoneauth1 (>= 1.0.0),
+ python3-osc-lib (>= 1.0.1),
  ${misc:Depends},
  ${python3:Depends},
 Description: OpenStack Observability Client - Python 3.x
diff -pruN 1.2.0-1/debian/gbp.conf 1.2.0-0ubuntu1/debian/gbp.conf
--- 1.2.0-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/gbp.conf	2025-03-06 15:20:36.000000000 +0000
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = %(version)s
+pristine-tar = True
+upstream-branch = upstream-epoxy
+
+[buildpackage]
+export-dir = ../build-area
+prebuild = [ ! -f .launchpad.yaml ] || rm .launchpad.yaml
diff -pruN 1.2.0-1/debian/tests/control 1.2.0-0ubuntu1/debian/tests/control
--- 1.2.0-1/debian/tests/control	2025-08-30 09:00:28.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/tests/control	2025-03-06 15:20:36.000000000 +0000
@@ -1,7 +1,5 @@
-Tests:
- unittests,
+Tests: unittests
 Depends:
  @,
  @builddeps@,
-Restrictions:
- allow-stderr needs-root,
+Restrictions: allow-stderr needs-root
diff -pruN 1.2.0-1/debian/upstream/signing-key.asc 1.2.0-0ubuntu1/debian/upstream/signing-key.asc
--- 1.2.0-1/debian/upstream/signing-key.asc	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/upstream/signing-key.asc	2025-10-03 14:50:40.000000000 +0000
@@ -0,0 +1,34 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEZ92jlhYJKwYBBAHaRw8BAQdAnSMr01EpuQHlcTQ8c0ENVDFs9mi/TdWB0IlG
+ZF1eC2S0Qk9wZW5TdGFjayBJbmZyYSAoMjAyNS4yL0ZsYW1pbmdvIEN5Y2xlKSA8
+aW5mcmEtcm9vdEBvcGVuc3RhY2sub3JnPoiWBBMWCAA+FiEExxsAfvl4h/2PtjZc
+60/W1hjmIYEFAmfdo5YCGwMFCQFj9QAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AA
+CgkQ60/W1hjmIYElLAEAkMjANVr+kVjZGp8KtliT+ySFAqoCQceuscYt7WmeD4wA
+/2gHNfFDJwkWn9JY9mCR2y7gwf6skTWl3ssPogTa84wDiHUEEBYIAB0WIQQiKE9p
+2ezN8994GXkccRrxk/+OVAUCZ92k6wAKCRAccRrxk/+OVMQGAQD0X/Eow2mK/YzZ
+rMO60g2KI767/rnKJWKFUTCZCfswxwD/WxuGjGRB98RZ9IbCcmaUvRqHf9812h60
+/RCoB4AtiwSJAjMEEAEKAB0WIQSXrklvwC3sn8NTsudI+ZYRQ0lYKQUCZ92vKwAK
+CRBI+ZYRQ0lYKdthD/wJh0uxw05WsmFwjuds82JdnH9ow3OdG/0bhds8eEvgYuQe
+ZEQ9/RC5hJ+SiV+/zclIaG+xYHW3VkZUgOmmLxRzmqFbWbDm5yKp7jTqM2zYB4Jx
+EiLB4dWHZFmrcqfkJ06nXVMjGkj73N+DqHWQ6hleaiE7tcbI++w1AN7niL0rW008
+iP8IHoWLh2dJxQlcheVdjCe0jEU3qO8KxhUTeARPD/Vp1CpJWlq9vWs9/bweMrtj
+FsQwxBiZcQ/0zXDnQFUKpbNDFjQZnjmmwTqhopquL5e5mZWr0NussI20JXyZHj7T
+N5ikDAFPf9iM1Apb+/g9njGUgYFEOgEJuDr1oLolZ+9+7uZrKGD1gmdY7pVG12Xn
+2QJ3rft/Wy8Obac+TdA+UoEYQu4LOUpUOmPOcXE/8/fTxybkQGOZm1Ufaddz+6ee
+uHBbIaxI1kh5MrxH5cIaEkvdjOGg+bMyq7C8CE8WgSEN/JiupEZYgDduOSuqGHDp
++9ydEkanNjGN+K4rXJ7ABBv9freINx5kmCAaDzXeIAL8n1/Rzd6Z/acOlC9omDM0
+mYKKIfLMp6Rp7SKnB37Tp0dKGP4r/SJsx5Sxn7XrktVJ1ht5ByipDD6VBN3+OQPx
+56pRLDCk9EFDjbOW0iKzyPx+Nya5G9CN9AqQXe1MlHsFn+q7DEUSmlGZfvtjN7g4
+BGfdo5YSCisGAQQBl1UBBQEBB0DHSvmmZUEZ94olzKZSHa2HBCWhrhOVNFn/0ag8
+KyY5fQMBCAeIfgQYFggAJhYhBMcbAH75eIf9j7Y2XOtP1tYY5iGBBQJn3aOWAhsM
+BQkBY/UAAAoJEOtP1tYY5iGB6XcA+wY0JUi2ZUqH0CRs4EfS6VML/7u08g8ZByN4
+DZ2htqOGAQDmGHHjpMhKz04eDXLpNO6UZ/Q6LnqEXztW8eBXVtiZALgzBGfdpHYW
+CSsGAQQB2kcPAQEHQKH/4Td8MRK/9UxGyPqWWaZl88m4xE48XM4kP6w3asRViO8E
+GBYIACAWIQTHGwB++XiH/Y+2NlzrT9bWGOYhgQUCZ92kdgIbAgCBCRDrT9bWGOYh
+gXYgBBkWCAAdFiEE3cFPzrMpT3Q4I7HG9zFcLOa3NF0FAmfdpHYACgkQ9zFcLOa3
+NF1xqwEA3muioM6tJtSbiCUCDau2QnalBkfov/A2FFIxvnyHbH0A/051M0O09Tcl
+E7tAieH8W63Jhg3n/GzKl36hXqh3ANML8kIA/0eu6JgK+F0s8iiy+sQecTD7W38B
+A8CSZ29ANdlMwzf7AP9araqMvKRpTMAzhQ+1Eluh8FmXQhzeZDhlIZ8DQDQ/CQ==
+=FVKc
+-----END PGP PUBLIC KEY BLOCK-----
diff -pruN 1.2.0-1/debian/watch 1.2.0-0ubuntu1/debian/watch
--- 1.2.0-1/debian/watch	2025-08-30 09:00:28.000000000 +0000
+++ 1.2.0-0ubuntu1/debian/watch	2025-10-03 14:50:40.000000000 +0000
@@ -1,4 +1,3 @@
-version=4
-opts="mode=git,uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \
-https://github.com/openstack/python-observabilityclient refs/tags/(\d[brc\d\.]+)
-
+version=3
+opts=uversionmangle=s/\.(b|rc)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+    https://tarballs.opendev.org/openstack/python-observabilityclient/ python_observabilityclient-(\d.*)\.tar\.gz
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/PKG-INFO 1.2.0-0ubuntu1/python_observabilityclient.egg-info/PKG-INFO
--- 1.2.0-1/python_observabilityclient.egg-info/PKG-INFO	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/PKG-INFO	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1,82 @@
+Metadata-Version: 2.1
+Name: python-observabilityclient
+Version: 1.2.0
+Summary: OpenStack Observability Client
+Home-page: https://opendev.org/openstack/python-observabilityclient
+Author: OpenStack
+Author-email: openstack-discuss@lists.openstack.org
+License: Apache License, Version 2.0
+Classifier: Environment :: Console
+Classifier: Environment :: OpenStack
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: Intended Audience :: System Administrators
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Requires-Python: >=3.10
+Description-Content-Type: text/markdown; charset=UTF-8
+License-File: LICENSE
+Requires-Dist: osc-lib>=1.0.1
+Requires-Dist: keystoneauth1>=1.0.0
+Requires-Dist: cliff>=1.14.0
+Requires-Dist: PyYAML>5.1
+
+# python-observabilityclient
+
+observabilityclient is an OpenStackClient (OSC) plugin implementation that
+implements commands for management of Prometheus.
+
+## Development
+
+Install your OpenStack environment and patch your `openstack` client application using python.
+
+```
+# if using standalone, the following commands come after 'sudo dnf install -y python3-tripleoclient'
+
+su - stack
+
+# clone and install observability client plugin
+git clone https://opendev.org/openstack/python-observabilityclient.git
+cd python-observabilityclient
+sudo python setup.py install --prefix=/usr
+```
+
+## Usage
+
+Use `openstack metric query somequery` to query for metrics in prometheus.
+
+To use the python api do the following:
+```
+from observabilityclient import client
+
+c = client.Client(
+            '1', keystone_client.get_session(conf),
+            adapter_options={
+                'interface': conf.service_credentials.interface,
+                'region_name': conf.service_credentials.region_name})
+c.query.query("somequery")
+```
+
+## List of commands
+
+openstack metric list - lists all metrics
+openstack metric show - shows current values of a metric
+openstack metric query - queries prometheus and outputs the result
+openstack metric delete - deletes some metrics
+openstack metric snapshot - takes a snapshot of the current data
+openstack metric clean-tombstones - cleans the tsdb tombstones
+
+## List of functions provided by the python library
+c.query.list - lists all metrics
+c.query.show - shows current values of a metric
+c.query.query - queries prometheus and outputs the result
+c.query.delete - deletes some metrics
+c.query.snapshot - takes a snapshot of the current data
+c.query.clean-tombstones - cleans the tsdb tombstones
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/SOURCES.txt 1.2.0-0ubuntu1/python_observabilityclient.egg-info/SOURCES.txt
--- 1.2.0-1/python_observabilityclient.egg-info/SOURCES.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/SOURCES.txt	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1,61 @@
+.coveragerc
+.zuul.yaml
+AUTHORS
+ChangeLog
+LICENSE
+README.md
+pyproject.toml
+requirements.txt
+setup.cfg
+setup.py
+test-requirements.txt
+tox.ini
+doc/requirements.txt
+observabilityclient/__init__.py
+observabilityclient/client.py
+observabilityclient/i18n.py
+observabilityclient/plugin.py
+observabilityclient/prometheus_client.py
+observabilityclient/rbac.py
+observabilityclient/tests/functional/__init__.py
+observabilityclient/tests/functional/base.py
+observabilityclient/tests/functional/test_cli.py
+observabilityclient/tests/functional/test_python_api.py
+observabilityclient/tests/unit/__init__.py
+observabilityclient/tests/unit/test_cli.py
+observabilityclient/tests/unit/test_prometheus_client.py
+observabilityclient/tests/unit/test_python_api.py
+observabilityclient/tests/unit/test_rbac.py
+observabilityclient/tests/unit/test_utils.py
+observabilityclient/utils/__init__.py
+observabilityclient/utils/metric_utils.py
+observabilityclient/v1/__init__.py
+observabilityclient/v1/base.py
+observabilityclient/v1/cli.py
+observabilityclient/v1/client.py
+observabilityclient/v1/python_api.py
+python_observabilityclient.egg-info/PKG-INFO
+python_observabilityclient.egg-info/SOURCES.txt
+python_observabilityclient.egg-info/dependency_links.txt
+python_observabilityclient.egg-info/entry_points.txt
+python_observabilityclient.egg-info/not-zip-safe
+python_observabilityclient.egg-info/pbr.json
+python_observabilityclient.egg-info/requires.txt
+python_observabilityclient.egg-info/top_level.txt
+releasenotes/notes/add-root-path-192ac0e6ea99b84f.yaml
+releasenotes/notes/allow-for-providing-metric-names-list-for-rbac-e46a4fd0df3fad73.yaml
+releasenotes/notes/allow-for-specifying-rbac-label-name-f99084757cde5f19.yaml
+releasenotes/notes/change-aetos-service-type-37a53a86f4975803.yaml
+releasenotes/notes/disable-config-overrides-for-keystone-discovered-endpoints-0b36ad382f029fa0.yaml
+releasenotes/notes/fix-ipv6-escaping-faef776565954baa.yaml
+releasenotes/notes/refactor-rbac-967ed5edcc1ef2a4.yaml
+releasenotes/notes/remove-py38-acd461c4350f0dca.yaml
+releasenotes/notes/remove-py39-a3f911847e0075b6.yaml
+releasenotes/notes/send-token-only-when-communicating-with-aetos-21299ccc710f6473.yaml
+releasenotes/source/2025.1.rst
+releasenotes/source/conf.py
+releasenotes/source/index.rst
+releasenotes/source/unreleased.rst
+releasenotes/source/_static/.placeholder
+tools/fix_ca_bundle.sh
+tools/install_deps.sh
\ No newline at end of file
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/dependency_links.txt 1.2.0-0ubuntu1/python_observabilityclient.egg-info/dependency_links.txt
--- 1.2.0-1/python_observabilityclient.egg-info/dependency_links.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/dependency_links.txt	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/entry_points.txt 1.2.0-0ubuntu1/python_observabilityclient.egg-info/entry_points.txt
--- 1.2.0-1/python_observabilityclient.egg-info/entry_points.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/entry_points.txt	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1,10 @@
+[openstack.cli.extension]
+observabilityclient = observabilityclient.plugin
+
+[openstack.observabilityclient.v1]
+metric_clean-tombstones = observabilityclient.v1.cli:CleanTombstones
+metric_delete = observabilityclient.v1.cli:Delete
+metric_list = observabilityclient.v1.cli:List
+metric_query = observabilityclient.v1.cli:Query
+metric_show = observabilityclient.v1.cli:Show
+metric_snapshot = observabilityclient.v1.cli:Snapshot
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/not-zip-safe 1.2.0-0ubuntu1/python_observabilityclient.egg-info/not-zip-safe
--- 1.2.0-1/python_observabilityclient.egg-info/not-zip-safe	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/not-zip-safe	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1 @@
+
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/pbr.json 1.2.0-0ubuntu1/python_observabilityclient.egg-info/pbr.json
--- 1.2.0-1/python_observabilityclient.egg-info/pbr.json	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/pbr.json	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1 @@
+{"git_version": "bcadbfe", "is_release": true}
\ No newline at end of file
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/requires.txt 1.2.0-0ubuntu1/python_observabilityclient.egg-info/requires.txt
--- 1.2.0-1/python_observabilityclient.egg-info/requires.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/requires.txt	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1,4 @@
+osc-lib>=1.0.1
+keystoneauth1>=1.0.0
+cliff>=1.14.0
+PyYAML>5.1
diff -pruN 1.2.0-1/python_observabilityclient.egg-info/top_level.txt 1.2.0-0ubuntu1/python_observabilityclient.egg-info/top_level.txt
--- 1.2.0-1/python_observabilityclient.egg-info/top_level.txt	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.0-0ubuntu1/python_observabilityclient.egg-info/top_level.txt	2025-08-28 09:47:11.000000000 +0000
@@ -0,0 +1 @@
+observabilityclient
diff -pruN 1.2.0-1/setup.cfg 1.2.0-0ubuntu1/setup.cfg
--- 1.2.0-1/setup.cfg	2025-08-12 21:15:20.000000000 +0000
+++ 1.2.0-0ubuntu1/setup.cfg	2025-08-28 09:47:11.088401600 +0000
@@ -8,34 +8,38 @@ author = OpenStack
 author_email = openstack-discuss@lists.openstack.org
 home_page = https://opendev.org/openstack/python-observabilityclient
 python_requires = >=3.10
-classifier =
-    Environment :: Console
-    Environment :: OpenStack
-    Intended Audience :: Developers
-    Intended Audience :: Information Technology
-    Intended Audience :: System Administrators
-    License :: OSI Approved :: Apache Software License
-    Operating System :: OS Independent
-    Programming Language :: Python
-    Programming Language :: Python :: Implementation :: CPython
-    Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.10
-    Programming Language :: Python :: 3.11
-    Programming Language :: Python :: 3.12
+classifier = 
+	Environment :: Console
+	Environment :: OpenStack
+	Intended Audience :: Developers
+	Intended Audience :: Information Technology
+	Intended Audience :: System Administrators
+	License :: OSI Approved :: Apache Software License
+	Operating System :: OS Independent
+	Programming Language :: Python
+	Programming Language :: Python :: Implementation :: CPython
+	Programming Language :: Python :: 3 :: Only
+	Programming Language :: Python :: 3
+	Programming Language :: Python :: 3.10
+	Programming Language :: Python :: 3.11
+	Programming Language :: Python :: 3.12
 
 [files]
-packages =
-    observabilityclient
+packages = 
+	observabilityclient
 
 [entry_points]
-openstack.cli.extension =
-    observabilityclient = observabilityclient.plugin
+openstack.cli.extension = 
+	observabilityclient = observabilityclient.plugin
+openstack.observabilityclient.v1 = 
+	metric_list = observabilityclient.v1.cli:List
+	metric_show = observabilityclient.v1.cli:Show
+	metric_query = observabilityclient.v1.cli:Query
+	metric_delete = observabilityclient.v1.cli:Delete
+	metric_clean-tombstones = observabilityclient.v1.cli:CleanTombstones
+	metric_snapshot = observabilityclient.v1.cli:Snapshot
+
+[egg_info]
+tag_build = 
+tag_date = 0
 
-openstack.observabilityclient.v1 =
-    metric_list = observabilityclient.v1.cli:List
-    metric_show = observabilityclient.v1.cli:Show
-    metric_query = observabilityclient.v1.cli:Query
-    metric_delete = observabilityclient.v1.cli:Delete
-    metric_clean-tombstones = observabilityclient.v1.cli:CleanTombstones
-    metric_snapshot = observabilityclient.v1.cli:Snapshot
