Update translations for the Queens release.
Note: this is being cherry-picked from stable/queens to master
instead of the other way around. The translations were actually done
based on queens, so that is where they were originally merged. In
hindsight, they should also be merged in master so that it has the
latest translations as well, so we should have followed the normal
process of merging in master first, but too late for that now.
Change-Id: I0622d237a53114929d56cfb46bbb7d60887099d6
(cherry picked from commit e62fae699d)
55 lines
1.3 KiB
INI
55 lines
1.3 KiB
INI
[metadata]
|
|
name = nova_powervm
|
|
summary = PowerVM driver for OpenStack Nova.
|
|
description-file = README.rst
|
|
author = IBM
|
|
author-email = thorst@us.ibm.com
|
|
home-page = https://launchpad.net/nova-powervm
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
nova_powervm
|
|
nova/virt/powervm_ext
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = nova_powervm/locale
|
|
domain = nova-powervm
|
|
|
|
[init_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[update_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
nova_powervm = nova_powervm.conf.powervm:list_opts
|