From ac1ac5bd2171e61ba4332dcae33d8a433cef7a4f Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Thu, 10 Oct 2013 16:53:28 -0400 Subject: GSWauth authentication to be based on SWauth We are planning on creating a GlusterFS aware authentication system for gluster-swift based on SWauth. We forked from SWauth commit 41d36ebe160aa3346f6f45197fff0c80f38fde58 Change-Id: Ia28730d21e04fc8d9ce0cb317fc04d0d97583fca Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6069 --- gluster/swift/common/middleware/gswauth/setup.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gluster/swift/common/middleware/gswauth/setup.cfg (limited to 'gluster/swift/common/middleware/gswauth/setup.cfg') diff --git a/gluster/swift/common/middleware/gswauth/setup.cfg b/gluster/swift/common/middleware/gswauth/setup.cfg new file mode 100644 index 0000000..a0122b1 --- /dev/null +++ b/gluster/swift/common/middleware/gswauth/setup.cfg @@ -0,0 +1,23 @@ +[build_sphinx] +all_files = 1 +build-dir = doc/build +source-dir = doc/source + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + +[compile_catalog] +directory = locale +domain = swauth + +[update_catalog] +domain = swauth +output_dir = locale +input_file = locale/swauth.pot + +[extract_messages] +keywords = _ l_ lazy_gettext +mapping_file = babel.cfg +output_file = locale/swauth.pot -- cgit