put back :find_object_by_uuid in virtual_machines controller
[arvados.git] / services / api / app / models / keep_disk.rb
index b705f0b411f9094261af037320cada133f49c87c..3913077846e44665a01f85cb5ffee1bd026e27f4 100644 (file)
@@ -15,6 +15,9 @@ class KeepDisk < ArvadosModel
     t.add :last_read_at
     t.add :last_write_at
     t.add :last_ping_at
+    t.add :service_host
+    t.add :service_port
+    t.add :service_ssl_flag
   end
 
   def ping(o)