Skip to content
Snippets Groups Projects
Commit 6cd2a6c5 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

update site tier enum name to fit naming scheme

parent bb127b5f
No related branches found
No related tags found
1 merge request!49Feature/document iptrunk block
Pipeline #83746 passed
......@@ -5,10 +5,10 @@ from orchestrator.types import SubscriptionLifecycle, strEnum
class SiteTier(strEnum):
tier1 = 1
tier2 = 2
tier3 = 3
tier4 = 4
TIER1 = 1
TIER2 = 2
TIER3 = 3
TIER4 = 4
class SiteBlockInactive(ProductBlockModel, lifecycle=[SubscriptionLifecycle.INITIAL], product_block_name="SiteBlock"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment