nova/nova
Monty Taylor b54179438e Move translations to babel locations.
If we structure things like this, we can get things
actually, you know, installed.

Locales ast and oc aren't supported by babel. We'll re-import them
from Launchpad once we get babel updated.

If you want translations installed, run:

  python setup.py compile_catalog

Before you run either setup.py sdist or setup.py install

More work is needed to actually properly use the installed translations, but
we're closer.

Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b
2012-02-08 19:30:39 -08:00
..
CA Clean up crypto.py 2012-01-18 21:56:14 -08:00
api Added ability to load specific extensions. 2012-02-08 16:08:02 -05:00
auth Merge "Increased coverage of nova/auth/dbdriver.py to 100%. Fixes 828609." 2012-02-07 00:45:17 +00:00
cert Create nova cert worker for x509 support 2012-01-24 15:10:34 -08:00
cloudpipe Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
common Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
compute Merge "Fix deprecated warning" 2012-02-08 22:57:24 +00:00
console Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
consoleauth Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
db Update migration to work when data already exists 2012-02-07 10:20:50 -06:00
image Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
ipv6 Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
locale Move translations to babel locations. 2012-02-08 19:30:39 -08:00
network Add flag to include link local in port security 2012-02-08 14:44:25 -06:00
notifier Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
objectstore Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
openstack Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
rootwrap Makes sure killfilter doesn't raise ValueError 2012-02-07 17:05:30 -08:00
rpc Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
scheduler Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
testing 'except:' to 'except Exception:' as per HACKING 2011-12-27 12:07:06 -08:00
tests Consistently update instance in nova/compute/manager.py 2012-02-08 22:03:17 +00:00
virt Remove unnecessary use of LoopingCall in nova/virt/xenapi/vm_utils.py 2012-02-08 23:09:53 +00:00
vnc Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
volume Add initiator to initialize_connection 2012-02-04 11:35:16 -08:00
vsa Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
__init__.py Separate metadata api into its own service 2011-11-15 13:27:58 -08:00
block_device.py Refactor metadata code out of ec2/cloud.py 2011-11-17 11:10:30 -08:00
context.py Prefixing the request id with 'req-' to decrease confusion when looking 2012-01-13 20:04:04 +00:00
crypto.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
exception.py Implementation of new Nova Volume driver for SolidFire ISCSI SAN 2012-01-30 11:19:52 -07:00
flags.py Added ability to load specific extensions. 2012-02-08 16:08:02 -05:00
local.py Add local storage of context for logging 2011-11-02 17:09:49 -07:00
log.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
manager.py Clean up pylint errors in top-level files 2011-12-29 14:49:00 -05:00
policy.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
quota.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
service.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
test.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
utils.py Fix support for --flagfile argument 2012-02-07 15:49:13 +00:00
version.py Add optional revision field to version number 2012-01-11 07:19:59 +00:00
wsgi.py Implements blueprint vnc-console-cleanup 2012-01-17 14:18:31 -08:00