We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cf8df commit 79cd2c4Copy full SHA for 79cd2c4
OpenStack-Rabbit-Consumer/rabbit_consumer/aq_metadata.py
@@ -23,7 +23,12 @@ class AqMetadata(DataClassDictMixin):
23
aq_os_version: str
24
aq_os: str
25
26
+ # pylint: disable=too-few-public-methods
27
class Config(BaseConfig):
28
+ """
29
+ Sets the aliases for the metadata keys
30
31
+
32
aliases = {
33
"aq_archetype": "AQ_ARCHETYPE",
34
"aq_domain": "AQ_DOMAIN",
0 commit comments