From dd111ea27e0da844688c2421ee4995316bf9e5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 11 Nov 2013 15:02:38 +0000 Subject: [PATCH] could not use external ip due routing set up in fedora instance of open stack. We have to use internal ip. --- files/copr/copr-be.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/copr/copr-be.conf b/files/copr/copr-be.conf index db1a65ab4a..680579b3a6 100644 --- a/files/copr/copr-be.conf +++ b/files/copr/copr-be.conf @@ -6,7 +6,8 @@ results_baseurl=http://copr-be.cloud.fedoraproject.org/results # ??? What is this # default is http://coprs/rest/api -frontend_url=http://copr-fe.cloud.fedoraproject.org/backend +#frontend_url=http://copr-fe.cloud.fedoraproject.org/backend +frontend_url=http://172.16.5.6/backend # must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf # default is PASSWORDHERE but you really should change it. really.