File: README.init-scripts

package info (click to toggle)
keystone 2%3A27.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,296 kB
  • sloc: python: 124,343; pascal: 2,239; sh: 888; xml: 335; makefile: 216
file content (30 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
After using these scripts, and switching to uwsgi, there was some error 104,
which is TCP connection reset by peer. To reactivate these, edit
debian/rules and uncomment the override_dh_installmenu:, drop these init
scripts in the debian folder, and uncomment the init script things in the
debian/keystone.postinst.in. Also apply this diff to debian/control


diff --git a/debian/control b/debian/control
index b4f7c8b24..b4b55c9e9 100644
--- a/debian/control
+++ b/debian/control
@@ -87,16 +87,16 @@ Package: keystone
 Architecture: all
 Depends:
  adduser,
+ apache2,
  dbconfig-common,
  debconf,
+ libapache2-mod-wsgi-py3,
  python3-keystone (= ${source:Version}),
  python3-keystoneclient,
  python3-openstackclient,
- python3-pastescript,
  q-text-as-data,
  sqlite3,
  ssl-cert,
- uwsgi-plugin-python3,
  ${misc:Depends},
  ${ostack-lsb-base},
  ${python3:Depends},