~ubuntu-branches/ubuntu/natty/nova/natty

« back to all changes in this revision

Viewing changes to bin/nova-import-canonical-imagestore

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Chuck Short, Thierry Carrez
  • Date: 2011-02-25 14:01:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110225140106-0gfh4sof7wafe9ra
Tags: 2011.2~bzr740-0ubuntu1

[Chuck Short]
* New upstream release.

[Thierry Carrez]
* Add python-distutils-extra as build-dep (for i18n)
* Ship .mo files in /usr/share/locale
* Add lvdisplay to nova_sudoers, clean up dupe entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
gettext.install('nova', unicode=1)
42
42
 
43
43
from nova import flags
 
44
from nova import log as logging
44
45
from nova import utils
45
46
from nova.objectstore import image
46
47
 
92
93
    """Main entry point."""
93
94
    utils.default_flagfile()
94
95
    argv = FLAGS(sys.argv)
 
96
    logging.setup()
95
97
    images = get_images()
96
98
 
97
99
    if len(argv) == 2: