summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-03 10:48:26 -0700
committerMonty Taylor <mordred@inaugust.com>2012-05-03 10:48:26 -0700
commitc53d8e343e50d4cf7ea9a6a81258848c2d893bfb (patch)
tree4088dd19eadc354ed282a9106995443b42ca0a0f /setup.cfg
downloadcinder-c53d8e343e50d4cf7ea9a6a81258848c2d893bfb.tar.gz
Initial fork out of Nova.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 000000000..4ecc13d9c
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,32 @@
+[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 = cinder/locale
+domain = cinder
+
+[update_catalog]
+domain = cinder
+output_dir = cinder/locale
+input_file = cinder/locale/cinder.pot
+
+[extract_messages]
+keywords = _ gettext ngettext l_ lazy_gettext
+mapping_file = babel.cfg
+output_file = cinder/locale/cinder.pot
+
+[nosetests]
+verbosity=2
+detailed-errors=1
+with-openstack=1
+openstack-red=0.05
+openstack-yellow=0.025
+openstack-show-elapsed=1
+openstack-color=1