Comment 2 for bug 1032315

Revision history for this message
Tomasz Kłosiński (tomasz-michal-klosinski) wrote :

Django is from Ubuntu 12.04 Server repository. I've installed OpenStack from Ubuntu packages.

root@KVM7:~# dpkg-query -p python-django
Package: python-django
Priority: optional
Section: python
Installed-Size: 35797
Maintainer: Ubuntu Developers <email address hidden>
Architecture: all
Version: 1.3.1-4ubuntu1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Recommends: libjs-jquery
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib
Size: 4244890
Description: High-level Python web development framework
 Django is a high-level web application framework that loosely follows the
 model-view-controller design pattern.
 .
 Python's equivalent to Ruby on Rails, Django lets you build complex
 data-driven websites quickly and easily - Django focuses on automating as much
 as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
 .
 Django additionally emphasizes reusability and "pluggability" of components;
 many generic third-party "applications" are available to enhance projects or
 to simply to reduce development time even further.
 .
 Notable features include:
  * An object-relational mapper (ORM)
  * Automatic admin interface
  * Elegant URL dispatcher
  * Form serialization and validation system
  * Templating system
  * Lightweight, standalone web server for development and testing
  * Internationalization support
  * Testing framework and client
Homepage: http://www.djangoproject.com/
Original-Maintainer: Chris Lamb <email address hidden>

root@KVM7:~# dpkg-query -p keystone
Package: keystone
Priority: extra
Section: python
Installed-Size: 123
Maintainer: Ubuntu Developers <email address hidden>
Architecture: all
Version: 2012.1+stable~20120608-aff45d6-0ubuntu1
Depends: python, debconf (>= 0.5) | debconf-2.0, upstart-job, python-keystone (= 2012.1+stable~20120608-aff45d6-0ubuntu1), adduser, ssl-cert (>= 1.0.12), dbconfig-common
Size: 15526
Description: OpenStack identity service - Daemons
 Keystone is a proposed independent authentication service for OpenStack.
 .
 This initial proof of concept aims to address the current use cases in Swift
 and Nova which are:
 .
  * REST-based, token auth for Swift
  * many-to-many relationship between identity and tenant for Nova. Keystone
    does authentication and stuff
 .
 This package contains the daemons.
Homepage: http://launchpad.net/keystone
Original-Maintainer: Monty Taylor <email address hidden>