summaryrefslogtreecommitdiff
path: root/baserock_frontend
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-02-17 16:07:23 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-19 12:37:25 +0000
commit2ff5d6f4fb78cbdc0affdcb5a96cdc0c4612f743 (patch)
tree4458dd56f7d55d2e26de5b662362c377c208e672 /baserock_frontend
parented303aa8aa09ae8de03aad364acae9a3f80bd40a (diff)
downloadinfrastructure-2ff5d6f4fb78cbdc0affdcb5a96cdc0c4612f743.tar.gz
baserock_openid_provider: Update on top of Fedora 23, and without Packer
This means we no longer use Packer for anything, which is good. The switch from Django 1.7 to Django 1.9 caused some problems in the openid_provider module. Upstream for that module is here: https://bitbucket.org/romke/django_openid_provider/ At the time of writing there was no fix upstream for these issues, it would be good to submit them. We have other unsubmitted changes against that upstream in our openid_provider code. One issue was use of import_module (which is now available from importlib, doesn't need to be imported from django.utils any more). Another is use of WSGIRequest.REQUEST, which is deprecated since Django 1.7 and removed in Django 1.9. We now need to use .POST or .GET to get that info. Change-Id: I60793aaf0d84d81b89ff59efbe08240d99b7973f
Diffstat (limited to 'baserock_frontend')
-rw-r--r--baserock_frontend/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_frontend/haproxy.cfg b/baserock_frontend/haproxy.cfg
index 0ab58574..9124ba7d 100644
--- a/baserock_frontend/haproxy.cfg
+++ b/baserock_frontend/haproxy.cfg
@@ -99,7 +99,7 @@ backend baserock_mason_x86_64_http
server baserock_mason_x86_64 192.168.222.80:80
backend baserock_openid_provider_http
- server baserock_openid_provider 192.168.222.67:80
+ server baserock_openid_provider 192.168.222.144:80
backend baserock_webserver_http
server baserock_webserver 192.168.222.127:80