From 796c237dd46219d0c1bfb0297902990e9488b919 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 25 Dec 2014 12:45:56 +0100 Subject: [PATCH] [build-environment] add repository ha-guide and update README file Change-Id: I25af29a3d02748abced44b92d26630b389baea2e --- build_environment/README.md | 5 +++++ build_environment/files/playbook.yaml | 1 + 2 files changed, 6 insertions(+) diff --git a/build_environment/README.md b/build_environment/README.md index 377cc19e..91beaeeb 100644 --- a/build_environment/README.md +++ b/build_environment/README.md @@ -62,12 +62,17 @@ virtual system at ```/home/vagrant/repositories```. * api-site * compute-api +* docs-specs +* ha-guide * identity-api * image-api * netconn-api * object-api * openstack-doc-tools * openstack-manuals +* operations-guide +* security-doc +* training-guides * volume-api ## Caveats diff --git a/build_environment/files/playbook.yaml b/build_environment/files/playbook.yaml index f69920a9..308759cf 100644 --- a/build_environment/files/playbook.yaml +++ b/build_environment/files/playbook.yaml @@ -27,6 +27,7 @@ - api-site - compute-api - docs-specs + - ha-guide - identity-api - image-api - netconn-api