Your message dated Wed, 15 Jan 2025 18:04:36 +0000
with message-id <[email protected]>
and subject line Bug#1093141: fixed in rally-openstack 3.0.0-3
has caused the Debian Bug report #1093141,
regarding python3-rally-openstack: Missing config.ini File
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1093141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093141
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-rally-openstack
Version: 3.0.0-2
Severity: normal
Dear Maintainer,
The config.ini file is missing from the directory
/usr/lib/python3/dist-packages/rally_openstack/verification/tempest/, causing a
failure during the configuration of the verifier in Rally.
The file should be present in this location after installing the
python3-rally-openstack package. Manually adding the missing config.ini file
resolves the issue and allows Rally with Tempest to work correctly, indicating
that the absence of this file is the cause of the problem. The fix is to ensure
the config.ini file is packaged and placed in the correct directory as part of
the Debian package.
Error output:
rally verify configure-verifier
2025-01-14 14:31:25.008 30728 INFO rally.api [-] Configuring verifier
'bug-verifier' (UUID=4ff2e9ce-7fbd-4e85-9689-82cb7bd5933c) for deployment
'test-deployment' (UUID=b71d5ef5-0690-429a-8b70-51d7ea87f525).
Command failed, please check log for more info
2025-01-14 14:31:25.816 30728 CRITICAL rally [-] Unhandled error:
configparser.NoSectionError: No section: 'auth'
2025-01-14 14:31:25.816 30728 ERROR rally Traceback (most recent call last):
2025-01-14 14:31:25.816 30728 ERROR rally File "/usr/bin/rally", line 10, in
<module>
2025-01-14 14:31:25.816 30728 ERROR rally sys.exit(main())
2025-01-14 14:31:25.816 30728 ERROR rally ^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/cli/main.py", line 40, in main
2025-01-14 14:31:25.816 30728 ERROR rally return cliutils.run(sys.argv,
categories)
2025-01-14 14:31:25.816 30728 ERROR rally
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/cli/cliutils.py", line 669, in run
2025-01-14 14:31:25.816 30728 ERROR rally ret = fn(*fn_args, **fn_kwargs)
2025-01-14 14:31:25.816 30728 ERROR rally ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/cli/envutils.py", line 142, in inner
2025-01-14 14:31:25.816 30728 ERROR rally return func(*args, **kwargs)
2025-01-14 14:31:25.816 30728 ERROR rally ^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/cli/envutils.py", line 142, in inner
2025-01-14 14:31:25.816 30728 ERROR rally return func(*args, **kwargs)
2025-01-14 14:31:25.816 30728 ERROR rally ^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/plugins/__init__.py", line 59, in wrapper
2025-01-14 14:31:25.816 30728 ERROR rally return func(*args, **kwargs)
2025-01-14 14:31:25.816 30728 ERROR rally ^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/cli/commands/verify.py", line 349, in
configure_verifier
2025-01-14 14:31:25.816 30728 ERROR rally config =
api.verifier.configure(verifier=verifier_id,
2025-01-14 14:31:25.816 30728 ERROR rally
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally/api.py", line 860, in configure
2025-01-14 14:31:25.816 30728 ERROR rally raw_config =
vm.configure(extra_options=extra_options)
2025-01-14 14:31:25.816 30728 ERROR rally
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally_openstack/verification/tempest/manager.py",
line 110, in configure
2025-01-14 14:31:25.816 30728 ERROR rally return
tcm.create(self.configfile, extra_options)
2025-01-14 14:31:25.816 30728 ERROR rally
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally_openstack/verification/tempest/config.py",
line 217, in create
2025-01-14 14:31:25.816 30728 ERROR rally method()
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3/dist-packages/rally_openstack/verification/tempest/config.py",
line 60, in _configure_auth
2025-01-14 14:31:25.816 30728 ERROR rally self.conf.set(section_name,
"admin_username",
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3.11/configparser.py", line 1220, in set
2025-01-14 14:31:25.816 30728 ERROR rally super().set(section, option,
value)
2025-01-14 14:31:25.816 30728 ERROR rally File
"/usr/lib/python3.11/configparser.py", line 918, in set
2025-01-14 14:31:25.816 30728 ERROR rally raise NoSectionError(section)
from None
2025-01-14 14:31:25.816 30728 ERROR rally configparser.NoSectionError: No
section: 'auth'
2025-01-14 14:31:25.816 30728 ERROR rally
-- System Information:
Debian Release: trixie/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.10.6-progress7.99-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to C.UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Best
Barin
--- End Message ---
--- Begin Message ---
Source: rally-openstack
Source-Version: 3.0.0-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rally-openstack, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated rally-openstack package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 15 Jan 2025 18:18:25 +0100
Source: rally-openstack
Architecture: source
Version: 3.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1093141
Changes:
rally-openstack (3.0.0-3) unstable; urgency=medium
.
* Add install-all-files.patch (Closes: #1093141).
* Move config.ini to /etc/rally and symlink it.
Checksums-Sha1:
8787fbe5c4ec3e54c72a0a4cd2b2fca9202d3834 2917 rally-openstack_3.0.0-3.dsc
64b2ae1f956b9faf0cf109b082bfd86263b9ccbc 4352
rally-openstack_3.0.0-3.debian.tar.xz
7241d41afa6bc51954d0c1687fb2e47a625e221e 14502
rally-openstack_3.0.0-3_amd64.buildinfo
Checksums-Sha256:
2f1446dfe1d5e913a4175f9b8e5a6fd15037d3748c0655086efbb0495de14f30 2917
rally-openstack_3.0.0-3.dsc
200ec70981290955d7ffa2142be6dc4bdf3347cc879ff63ddadab74c7dc0bb56 4352
rally-openstack_3.0.0-3.debian.tar.xz
76a2345df911d188ee04afc6cdb1e374ab6e44b52adad13b3fc58976124b5932 14502
rally-openstack_3.0.0-3_amd64.buildinfo
Files:
513cf70a7d2d143b5426ad9e7751c1a6 2917 net optional rally-openstack_3.0.0-3.dsc
1fd7c2b640ca9cd6ae519707e76af95b 4352 net optional
rally-openstack_3.0.0-3.debian.tar.xz
ee1489a9f2647286b2d62d4dc016bfa1 14502 net optional
rally-openstack_3.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmeH8i0ACgkQ1BatFaxr
Q/4RCA/+M+yJyvPtEQEGjFT7jcCykjndztNZckwDB+6KwM421F5bD/TnxrhVqPNf
s14JcoRPQVx/GaUlOcPjRVemt1pClhJVhtjwWvs9vp0Gcz0ve//aQ1qtlcKxsNbL
ZQT5kybA7VU4ODZGs6yVbCXose6Ky8mTS6drOSMr20KKO5Zi5zjDxaZ37XbnZXVP
n4qdCScm2btWFL8AeZMf31aWpmG+ecKTSu43xvgQ1OilWFSmr+wZq4aVYFILKj55
emvW+o+pj9PS22IrDdet2p0g1MlDSkpF9LVUuolswQc8aupns36iSQUwzFklkMqK
6H9VYksPODojw1YXSYbNdXlFfugAUQpkI+HnjBljvVyrTRxceNQEnVwDk8FfAi/X
Uv+wkVB/YAT9ROM05w3UXjSY9Z5CEvH0qNlGEYTj+/sCJxkAe1r6LZxgxYhkIIGc
Dmk8DxpZjtkxrsjaT4mhcH9YAXvy7tfh8OcDYKnICaJjzuvI+G7g+IFoVZwnGst2
vuR/mmtW4OZxsGtYvcf4/Dwa7XlczuXJU4EAGV4NaNrrwk4pBqnRZYl1bGjD3ZKE
V02qweiYgTAzyN3pZ2xadAw4lOkH+sZsi5lQZnKJy2W0jTTtlQhikrBwfkOlzg7b
RZC5CpzwGTQhRGI6jcMrSpzj4v9tomf2uYLpzRkqH5ELjTB8dfc=
=/hzc
-----END PGP SIGNATURE-----
pgpiWkKvW36sN.pgp
Description: PGP signature
--- End Message ---