From 4ea694cdc95775fa4db62c5d66d828515db993d3 Mon Sep 17 00:00:00 2001 From: James Polley Date: Fri, 11 Apr 2014 01:47:26 +0200 Subject: [PATCH] Add a pointer to the DIB pypi element's README The README is very generic; every time I follow it, I end up with a repo that doesn't work. The pip element's readme is much more useful for setting up a mirror that works with DIB and TripleO. Rather than replicate content from the element here, I've just added a pointer to the element's README. Change-Id: Id6d0f8a75d3fc91a72c4dbb9b9628d4c80dbfb9d --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 15d0b13..a3c32df 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,14 @@ things you expect to download from PyPI. pypi-mirror will build a local static mirror for you based on requirements files in git repos. +Use with diskimage-builder +-------------------------- + +The config below shows a generic sample config. If you're using this mirror in +conjunction with diskimage-builder, more specific notes (including some +pre-requisites and installation instructions) can be found at +https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements/pypi/README.md + Configuration -------------