From a500dd4248160010b51b9fbf989ab64c0aea1872 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 7 Oct 2015 23:08:10 -0600 Subject: [PATCH] Update README.md Update README file with information on new projects. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd8a862..d7dcb13 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ This repository contains a variety of files and tools for learning new technolog **vagrant-docker-yaml**: This folder is an extension of "vagrant-docker" in that it provides the ability to specify the list of Docker containers that Vagrant will create in a separate YAML file. +**vagrant-openstack**: This folder contains a `Vagrantfile` and supporting files for using Vagrant with the OpenStack provider. This allows you to use Vagrant to provision and destroy an instance in an OpenStack cloud. + +**vagrant-openstack-multi**: This folder is similar to `vagrant-openstack`, but supports Vagrant operations on multiple instances. (PENDING) + ## License This content is licensed under the MIT License.