avoid vagrant by default
diff --git a/cookiecutter.json b/cookiecutter.json
index eb95831..6fb7e96 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -3,10 +3,10 @@
     "role_name": "server",
     "project_name": "{{ cookiecutter.service_name }}-formula",
     "repo_name": "{{ cookiecutter.service_name|replace('_', '-') }}-formula",
-    "license_holder": "tcp cloud a.s.",
-    "author_contact": "tcpcloud <cloud@tcpcloud.eu>",
+    "license_holder": "Mirantis Inc.",
+    "author_contact": "devops <devops@mirantis.com>",
 
-    "kitchen_driver": "vagrant",
+    "kitchen_driver": "docker",
     "kitchen_verifier": "inspec",
     "kitchen_formula": "{{ cookiecutter.service_name }}",
     "kitchen_suites": ""