14819: Merge branch 'master' into 14819-arvados-jobs-on-stretch
[arvados.git] / services / api / db / migrate / 20140519205916_create_keep_services.rb
index 02caaefbce3e96d584999d4f43564b3c33a20798..e6cb967538cbd3a5ed91c43812c81fa701951dff 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class CreateKeepServices < ActiveRecord::Migration
   include CurrentApiClient
 
@@ -29,6 +33,7 @@ class CreateKeepServices < ActiveRecord::Migration
           service_host: k[:service_host],
           service_port: k[:service_port],
           service_ssl_flag: k[:service_ssl_flag],
+          service_type: 'disk',
           owner_uuid: k[:owner_uuid]
         }
       end