Followup to Icb22b12ff30dc8f6a48506c00eb00705fa1de470

cherry-pick to Epoxy went wrong, removed necessary code,
return it back.

Squash into Icb22b12ff30dc8f6a48506c00eb00705fa1de470
when cherry-picking further.

Related-Issue: PRODX-14186
Change-Id: I6d324ff783fd5810fbf76766c161ce7593356048
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py
index a0eda49..68cd648 100644
--- a/octavia_tempest_plugin/common/constants.py
+++ b/octavia_tempest_plugin/common/constants.py
@@ -251,6 +251,11 @@
 COMPUTE_ZONE = 'compute_zone'
 MANAGEMENT_NETWORK = 'management_network'
 
+# Compute flavors
+RAM = 'ram'
+VCPUS = 'vcpus'
+DISK = 'disk'
+
 # Retry constants
 RETRY_ATTEMPTS = 15
 RETRY_INITIAL_DELAY = 1