From 3b7d6694e97f35779f4243c636bf9a5f6104c0b2 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 1 Apr 2014 22:16:20 +1300 Subject: [PATCH] Document a little the concerns for operators. Change-Id: I2429371d3c5d931d46674c4e46d99599fda9f42e --- elements/pypi/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/pypi/README.md b/elements/pypi/README.md index 0cf3b28c..c32e2389 100644 --- a/elements/pypi/README.md +++ b/elements/pypi/README.md @@ -55,3 +55,7 @@ requirements project, you can include them: * pip install -d ~/.cache/image-create/pypi/download/pip/openstack \ heat-cfntools distribute os-apply-config run-mirror -b remotes/origin/master --verbose -c mirror.yaml --no-download + +A dedicated user with no privileges may be desirable when running this for +unattended installs, since pypi-mirror will compile fairly arbitrary code from +the internet.