Add the versions key that pithos sends in details
authorChristos KK Loverdos <loverdos@gmail.com>
Fri, 14 Sep 2012 12:11:30 +0000 (15:11 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Fri, 14 Sep 2012 12:11:30 +0000 (15:11 +0300)
src/main/scala/gr/grnet/aquarium/message/MessageConstants.scala

index 083c760..127bfdc 100644 (file)
@@ -49,6 +49,8 @@ object MessageConstants {
 
     final val action = "action"
 
+    final val versions = "versions"
+
     // This is set in the details map to indicate a synthetic resource event (ie not a real one).
     // Examples of synthetic resource events are those that are implicitly generated at the
     // end of the billing period (e.g. `OFF`s).