Update the kuryr-libnetwork repository

Currently in devstack README.md path to vagrant file is wrong.
This patch fixes it.

Change-Id: I71bf1c6a0808113afbfa1ebd11f57200e21e3a72
Closes-bug: #1627489
This commit is contained in:
AbdulAzhar Mohammed 2016-09-28 04:15:04 +00:00
parent ab74856557
commit 9a08de485a
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
vagrant-devstack-Kuryr vagrant-devstack-Kuryr-libnetwork
====================== =================================
Getting started Getting started
--------------- ---------------
@ -10,8 +10,8 @@ Steps to try vagrant image:
1. Install Vagrant on your local machine. Install one of the current 1. Install Vagrant on your local machine. Install one of the current
providers supported: VirtualBox, Libvirt or Vagrant providers supported: VirtualBox, Libvirt or Vagrant
2. Git clone Kuryr repository. 2. Git clone kuryr-libnetwork repository.
3. Run `cd kuryr/contrib/vagrant` 3. Run `cd kuryr-libnetwork/contrib/vagrant`
4. Run `vagrant up` 4. Run `vagrant up`
It will take from 10 to 60 minutes, depending on your internet speed. It will take from 10 to 60 minutes, depending on your internet speed.
Vagrant-cachier can speed up the process [2]. Vagrant-cachier can speed up the process [2].