From 6abbe426b70a8f454ad73b0e3f226debbb0fd119 Mon Sep 17 00:00:00 2001
From: Surya Prakash Singh <surya.singh@nectechnologies.in>
Date: Wed, 27 Sep 2017 20:51:55 +0530
Subject: [PATCH] git package added for better automated dev environment

On personal experience when i reach to line no 116 with fresh
centos-7.1 it ask to install git package, same has been taken
care in next section for ubuntu-16.04

Change-Id: I688a6ee70d8211740f7d1149ccdfb17183e3a995
---
 doc/source/contributor/vagrant-dev-env.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/contributor/vagrant-dev-env.rst b/doc/source/contributor/vagrant-dev-env.rst
index 9c9a0c0756..3d71408ed1 100644
--- a/doc/source/contributor/vagrant-dev-env.rst
+++ b/doc/source/contributor/vagrant-dev-env.rst
@@ -45,7 +45,7 @@ On CentOS::
 
   sudo yum install ruby-devel libvirt-devel zlib-devel libpng-devel gcc \
   qemu-kvm qemu-img libvirt libvirt-python libvirt-client virt-install \
-  bridge-utils
+  bridge-utils git
 
 On Ubuntu 16.04 or later::