Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami e3b3df7974 Remove babel.cfg
Remove babel.cfg and the translation bits from setup.cfg, those are not
needed anymore.

Change-Id: I6c44c8e0b8bf16af2e91ba26b2dbe37c06ea1048
2023-12-21 02:16:12 +09:00
Colleen Murphy 2a0d990945 Fix uwsgi --http flag
In b2292e2 we changed the uwsgi example to use --http-socket, but
actually --http is supported and is correct for our usage[1]. This patch
changes it back.

[1] https://uwsgi-docs.readthedocs.io/en/latest/HTTP.html

Change-Id: I52f208769d4deb16972038a815ce4c5e8f9bb800
2018-11-05 11:13:09 +01:00
Shuayb a148377367 Use port 5000, keystone-wsgi-public and --http-socket
The present port 35357 and special command keystone-wsgi-admin
are used by v2 API. These have been switched over to the new
port 5000 and public wsgi application, because v2 API is no more
needed and have been removed. Also, uswgi --http is missing
'socket' flag and have been added.

Change-Id: Idae51ff85e6b657a88aa366f65a8d3afdc10b096
2018-11-03 17:27:23 +01:00
Lance Bragstad 429e115686 Add contributor/ directory for docs
The specification detailing the great documentation migration
requires a doc/source/contributor/ directory for all contributor
documentation. Keystone had a directory specifically for this type
of content but it was in doc/source/devref/.

This commit renames devref/ to contributor/ because the term
`contributor` is more inclusive of other community members that
aren't necessarily developers. The specification also requires this
convention for consistency with other projects.

Change-Id: Id6363213dc6ba6946bd272ca5ee67b4604afc5ac
Partial-Bug: 1694460
2017-08-01 21:14:46 +00:00