summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel.cfg1
-rw-r--r--doc/source/index.rst6
-rw-r--r--lower-constraints.txt5
-rw-r--r--setup.cfg14
4 files changed, 6 insertions, 20 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index efceab8..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1 +0,0 @@
-[python: **.py]
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 3876cdd..2ba451b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -14,6 +14,12 @@ utils.
user/index
reference/index
+Release Notes
+=============
+
+Read also the `oslo.db Release Notes
+<https://docs.openstack.org/releasenotes/oslo.db/>`_.
+
Indices and tables
==================
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 87aa12b..1c5a7af 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -11,18 +11,15 @@ decorator==3.4.0
eventlet==0.18.2
extras==1.0.0
fixtures==3.0.0
-flake8==2.5.5
future==0.16.0
gitdb==0.6.4
GitPython==1.0.1
greenlet==0.4.10
-hacking==0.12.0
iso8601==0.1.11
keystoneauth1==3.4.0
linecache2==1.0.0
Mako==0.4.0
MarkupSafe==1.0
-mccabe==0.2.1
monotonic==0.6
netaddr==0.7.18
netifaces==0.10.4
@@ -34,12 +31,10 @@ oslo.i18n==3.15.3
oslo.utils==3.33.0
oslotest==3.2.0
pbr==2.0.0
-pep8==1.5.7
pifpaf==0.10.0
prettytable==0.7.2
psycopg2==2.7.0
pycparser==2.18
-pyflakes==0.8.1
PyMySQL==0.7.6
pyparsing==2.1.0
pyperclip==1.5.27
diff --git a/setup.cfg b/setup.cfg
index 17e73c2..8916d05 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,17 +41,3 @@ oslo.config.opts =
oslo.db.migration =
alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension
migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension
-
-[compile_catalog]
-directory = oslo_db/locale
-domain = oslo_db
-
-[update_catalog]
-domain = oslo_db
-output_dir = oslo_db/locale
-input_file = oslo_db/locale/oslo_db.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_db/locale/oslo_db.pot