[SEBA-727] Adding tosca_keys to Technology Profile model

Change-Id: I021dccd5ce53ced38f30bce25c0e03c84d359027
diff --git a/xos/synchronizer/models/volt.xproto b/xos/synchronizer/models/volt.xproto
index 2be15df..9ceb2d2 100644
--- a/xos/synchronizer/models/volt.xproto
+++ b/xos/synchronizer/models/volt.xproto
@@ -244,10 +244,12 @@
     required string technology = 1 [
         help_text = "The technology being utilized by the adaptor",
         db_index = True,
+        tosca_key = True,
         max_length = 16];
     required int32 profile_id = 2 [
         help_text = "The numeric id of the profile",
         db_index = True,
+        tosca_key = True,
         min_value = 64,
         max_value = 255];
     required string profile_value = 3 [