From f779f458009c05ff29c07367f9e652c2fd1eee82 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Mon, 18 Mar 2013 14:18:46 +0100 Subject: [PATCH] Include mention of "require 'vagrant-openstack'" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 372fdcc..ba2a403 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ And then make a Vagrantfile that looks like the following, filling in your information where necessary. ``` +require 'vagrant-openstack' + Vagrant.configure("2") do |config| config.vm.box = "dummy"