qontract-reconcile 0.10.2.dev495__py3-none-any.whl → 0.10.2.dev496__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/RECORD +5 -5
- reconcile/aws_account_manager/integration.py +1 -0
- {qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qontract-reconcile
|
|
3
|
-
Version: 0.10.2.
|
|
3
|
+
Version: 0.10.2.dev496
|
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/RECORD
RENAMED
|
@@ -138,7 +138,7 @@ reconcile/automated_actions/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
138
138
|
reconcile/automated_actions/config/integration.py,sha256=uvaZbLp4FQz3DHfr9dA77FyHaRJHTvJDgdqGp7wdCNg,15303
|
|
139
139
|
reconcile/aws_account_manager/README.md,sha256=_XFM3GZNHUzv--e_navqJuaUWpjC6QrHfulreHynFf0,262
|
|
140
140
|
reconcile/aws_account_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
reconcile/aws_account_manager/integration.py,sha256=
|
|
141
|
+
reconcile/aws_account_manager/integration.py,sha256=rjLyjv5JPL9BmNguDZjQs_RZxzekR0sPFFLfzN1jzzk,16111
|
|
142
142
|
reconcile/aws_account_manager/merge_request_manager.py,sha256=ePdn3c5MHZEW9iawgQWg7L5ydPLh0YZzfmRYV-rBCD8,3987
|
|
143
143
|
reconcile/aws_account_manager/metrics.py,sha256=YB10ea4kIGwJfs5N14RF-RoXPb-QQWaDBz1jLZ3YWE0,917
|
|
144
144
|
reconcile/aws_account_manager/reconciler.py,sha256=_CBoRJyfabfesdaP0C_bT-xELwAKtkOiVuMtEQVbP44,17114
|
|
@@ -817,7 +817,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
817
817
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=uQv2QJAmUXP1g2GPIH30WTlvL9soY6m9lefpZEVDM5w,3965
|
|
818
818
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
|
819
819
|
tools/sre_checkpoints/util.py,sha256=KcYVfa3UmJHVP_ocgrKe8NkrO5IDB9aWEDydSokPcRk,975
|
|
820
|
-
qontract_reconcile-0.10.2.
|
|
821
|
-
qontract_reconcile-0.10.2.
|
|
822
|
-
qontract_reconcile-0.10.2.
|
|
823
|
-
qontract_reconcile-0.10.2.
|
|
820
|
+
qontract_reconcile-0.10.2.dev496.dist-info/METADATA,sha256=7q7vn5y-O98q0hxYlvPs_S7639jsHomijUm-SiZIUzk,24958
|
|
821
|
+
qontract_reconcile-0.10.2.dev496.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
822
|
+
qontract_reconcile-0.10.2.dev496.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
|
823
|
+
qontract_reconcile-0.10.2.dev496.dist-info/RECORD,,
|
|
@@ -146,6 +146,7 @@ class AwsAccountMgmtIntegration(
|
|
|
146
146
|
raise ValueError(
|
|
147
147
|
f"Invalid email for account request {account_request.name} in payer account {payer_account.name}. Email {account_request.account_owner.email} is already used."
|
|
148
148
|
)
|
|
149
|
+
used_emails.add(account_request.account_owner.email)
|
|
149
150
|
return payer_accounts, non_organization_accounts
|
|
150
151
|
|
|
151
152
|
def save_access_key(self, account: str, access_key: AWSAccessKey) -> None:
|
{qontract_reconcile-0.10.2.dev495.dist-info → qontract_reconcile-0.10.2.dev496.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|