From a56e43194b9f411fec7cdfd01bc7e3967cd720dc Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 26 Oct 2015 21:16:31 -0700 Subject: [PATCH] update readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8214b91..4f0392f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ -# OpenStack on Ansible with Vagrant +# OpenStack on Ansible with Vagrant (unofficial) + +## Note: this isn't the official OpenStack-Ansible project + +You almost certainly want [openstack/openstack-ansible][1] instead, which +is the official OpenStack-Ansible project. + +[1]: https://github.com/openstack/openstack-ansible + +## Overview This repository contains script that will deploy OpenStack into Vagrant virtual machines. These scripts are based on the [Official OpenStack Docmentation](http://docs.openstack.org/), havana release, except where otherwise noted. -You may also be interested in the following repos, which also contain playbooks for deploying -OpenStack, and are likely more up to date: - - * [stackforge/os-ansible-deployment](https://github.com/stackforge/os-ansible-deployment) - * [blueboxgroup/urusla](https://github.com/blueboxgroup/ursula) - See also [Vagrant, Ansible and OpenStack on your laptop] (http://www.slideshare.net/lorinh/vagrant-ansible-and-openstack-on-your-laptop)