Commit Graph

13 Commits

Author SHA1 Message Date
Akihiro Motoki 1134f57e1f Revert "Prepare transitional DOA package"
This reverts commit aa06f462a6.

We finally did not release the transitional package,
so the previous commit has no meaning.

Change-Id: I03f53dc45ec5c425863ac7278f2fb1a0d9a298f2
2018-03-22 18:12:48 +09:00
Akihiro Motoki aa06f462a6 Prepare transitional DOA package
It was suggested to create a new major version (which will be 4.0.0)
of DOA as a transitional package to stop providing any module itself.

http://lists.openstack.org/pipermail/openstack-dev/2018-January/126431.html

Queens release of horizon is planned to depend on the new DOA release.

Part of blueprint merge-openstack-auth
Change-Id: I3776fedcf21c1b4d669fede478f58518d489f0ef
2018-01-29 04:07:08 +09:00
Akihiro Motoki 2baea728dd Retire project
In Queens development cycle, openstack_auth code was merged
into the horizon repository.

blueprint merge-openstack-auth

Change-Id: I74b10a90fe79fc768cfb8de6f68d3cd2f4938e51
2017-12-23 03:22:21 +09:00
Akihiro Motoki bc5f1df5a9 Cleanup doc warnings and enforce warning-is-error in sphinx
* doc/source/conf.py: html_static_path pointed to nonexisting dir
* Fix indent error in python codes
* Insert blank lines before starting code block
* Enable warning-is-error in setup.cfg to prevent future warnings
* 'all_files' should be 'all-files' in setup.cfg

Change-Id: I7c5bc31be9c95ec78f18f895014a03cb003d7e04
2017-03-24 23:05:56 +09:00
kavithahr 4e24faa2cf The python 3.5 added
The python 3.5 as missing so i have added.

Change-Id: Ieaa2c7151167ea71f02ec1dd9d72b96618af5917
2017-03-07 13:24:54 +00:00
Jenkins 34478aa88b Merge "Drop supporting python3.3" 2016-02-15 14:41:29 +00:00
Akihiro Motoki 7f26e7d2d0 Update translation setup
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

Prepare babel-django.cfg qnd remove babel.cfg.
This repository is django related. Though django_openstack_auth has
only python files, it is reasonable to follow Django repos convention
in OpenStack.

This basically renames openstack_auth/locale/openstack_auth.pot to
openstack_auth/locale/django.pot to follow Django POT file convention.

setup.cfg babel entries are kept as this repository has
only python files and it still works.

Depends-On: Ie2462614ce92ee09a4d84481b4df9410f57f597b
Change-Id: Id817cdbe6925d505c183c555f5e59361b5d6fcaf
2016-01-31 00:10:47 +09:00
Bo Wang d2521170eb Drop supporting python3.3
Change supoort python3.3 to python3.4
ref:https://blueprints.launchpad.net/horizon/+spec/porting-python3

Change-Id: I0f4d5afbcbb46d665edf9ad67ba61482e15d6035
2016-01-28 20:46:01 +08:00
David Lyle 6e5dae01ad Removing python 2.6 support
Python 2.6 is no longer supported in Django >= 1.7 or by OpenStack
as of Kilo. Additionally, the versions of django_openstack_auth are
all capped on the stable branches, so this will not effect them.

Change-Id: I75fc4a0ba090eb0d10cda235a1deb75f734ab1c7
2015-04-08 14:55:27 -06:00
Cyril Roelandt b486289701 Add the Python 3 classifiers
Change-Id: Ieb8fa078225bf7216cd7d1e67b42e0822d4a1fc8
2014-05-20 15:10:20 +02:00
Andreas Jaeger 2b137cd296 Fix translation setup
Update .tx/config with all options.

Add update_catalog target to setup.cfg - like it's done for all other
projects that translate messages.

Change-Id: I0f72cb48c9693e812ca21f50f4c2b04894411307
2014-05-08 19:16:12 +02:00
Akihiro MOTOKI c661a8ec25 Add I18N related configurations
* Add Transifex config
* Add babel config to setup.cfg (extract_messages, compile_catalog)
* Add Babel to test-requirements.txt (It is only required
  when extracting and compiling catalogs
* Move English PO file to openstack_auth.pot
  (following other OpenStack projects)
* Remove English MO file

Change-Id: I7a908006c7a2c586d9d86cbfe3970b56f1461125
2013-09-27 23:07:06 +09:00
Monty Taylor 985bf5659c Align with OpenStack project standards
Change-Id: If03b325c941dcac257b25b90c8b152dcead5edd2
2013-09-10 16:58:11 -05:00