Skip to content

Commit

Permalink
Merge "Added patch to support ipv6 on keystone"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 13, 2022
2 parents 86820ad + 6537beb commit 453fe66
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From b894128b1014390591a7646c7af34be9fd32a22a Mon Sep 17 00:00:00 2001
Author: João Pedro Alexandroni <JoaoPedroAlexandroni.CordovadeSouza@windriver.com>
Date: Tue, 12 Apr 2022 11:41:11 -0300
Subject: [PATCH] Descritpion: Add ipv6 support for keystone

---
init-template/init-script-template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init-template/init-script-template b/init-template/init-script-template
index c0df791..2cd88a7 100644
--- a/init-template/init-script-template
+++ b/init-template/init-script-template
@@ -57,7 +57,7 @@ if [ -n "${UWSGI_PORT}" ] && [ -n "${UWSGI_INI_PATH}" ] && [ -n "${UWSGI_INI_APP
fi
fi
else
- UWSGI_BIND_IP=""
+ UWSGI_BIND_IP="[::]"
fi

if [ -n "${KEY_FILE}" ] && [ -n "${CERT_FILE}" ] ; then
--
2.17.1
1 change: 1 addition & 0 deletions openstack/openstack-pkg-tools/debian/deb_patches/series
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
stx-add-wheel-support.patch
add-ipv6-support.patch

0 comments on commit 453fe66

Please sign in to comment.