~anso/nova/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Brian Waldon
  • Date: 2011-08-02 19:13:02 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: brian.waldon@rackspace.com-20110802191302-p5z0m7bdry8mswyf
removing twisted, nova-instancemonitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 python-setuptools,
11
11
 python-sphinx (>> 1.0),
12
12
 python-distutils-extra,
13
 
 python-twisted-web,
14
13
 python-gflags,
15
14
 python-mox,
16
15
 openssl,
51
50
 python-boto,
52
51
 python-m2crypto,
53
52
 python-pycurl,
54
 
 python-twisted-core,
55
 
 python-twisted-web,
56
53
 python-daemon,
57
54
 python-carrot,
58
55
 python-lockfile,
292
289
 This is the package contains a very simple S3-like object store.
293
290
 For production use, you should use OpenStack Storage, aka. Swift.
294
291
 
295
 
Package: nova-instancemonitor
296
 
Architecture: all
297
 
Depends: ${ostack-lsb-base}, python-rrdtool, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
298
 
Description: monitors the resources usage of your virtual machines
299
 
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
300
 
 the ubiquitous cloud computing platform that will meet the needs of public
301
 
 and private cloud providers regardless of size, by being simple to implement
302
 
 and massively scalable.
303
 
 .
304
 
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
305
 
 addition to its "native" API (the OpenStack API), it also supports the Amazon
306
 
 EC2 API.
307
 
 .
308
 
 Nova is intended to be modular and easy to extend and adapt. It supports many
309
 
 different hypervisors (KVM and Xen to name a few), different database backends
310
 
 (SQLite, MySQL, and PostgreSQL, for instance), different types of user
311
 
 databases (LDAP or SQL), etc.
312
 
 .
313
 
 This package contains the Instance Monitor for Nova.
314
 
 
315
292
Package: nova-doc
316
293
Architecture: all
317
294
Section: doc