~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short, Vishvananda Ishaya
  • Date: 2012-09-20 07:45:50 UTC
  • mfrom: (1.1.62)
  • Revision ID: package-import@ubuntu.com-20120920074550-fzmmmzqcntnw1vu7
Tags: 2012.2~rc1-0ubuntu1
[ Adam Gandelman ]
* Ensure /etc/nova/rootwrap.d/ is only writable by root, ensure
  those permissions on /etc/nova/rootwrap.conf as well as
  all individual filter configurations.

[ Chuck Short ]
* Fix lintian warnings
* debian/*.lograote: compress logfiles when they are rotated. (LP:
  #1049915)
* debian/control: 
  - Suggest ceph-common for nova-volume.
  - Add python-cinderclient as a build depends.

[Vishvananda Ishaya]
* Split up vncproxy and xvpvncproxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 python-iso8601,
47
47
 python-kombu,
48
48
 python-quantumclient,
49
 
 python-glanceclient
 
49
 python-glanceclient,
 
50
 python-cinderclient
50
51
Build-Conflicts: python-cjson
51
52
Standards-Version: 3.9.3
52
53
Homepage: http://launchpad.net/nova
383
384
Package: nova-volume
384
385
Architecture: all
385
386
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), lvm2, tgt, ${python:Depends}, ${misc:Depends}
386
 
Suggests: sheepdog
 
387
Suggests: sheepdog, ceph-common
387
388
Description: OpenStack Compute - storage
388
389
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
389
390
 the ubiquitous cloud computing platform that will meet the needs of public
421
422
 .
422
423
 This package used to provide the AJAX proxy, which is now gone.
423
424
 
424
 
Package: nova-vncproxy
425
 
Architecture: all
426
 
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
427
 
Conflicts: novnc
428
 
Description: OpenStack Compute - VNC proxy
 
425
Package: nova-novncproxy
 
426
Architecture: all
 
427
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 
428
Suggests: novnc
 
429
Description: OpenStack Compute - NoVNC proxy
 
430
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 
431
 the ubiquitous cloud computing platform that will meet the needs of public
 
432
 and private cloud providers regardless of size, by being simple to implement
 
433
 and massively scalable.
 
434
 .
 
435
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
 
436
 addition to its "native" API (the OpenStack API), it also supports the Amazon
 
437
 EC2 API.
 
438
 .
 
439
 Nova is intended to be modular and easy to extend and adapt. It supports many
 
440
 different hypervisors (KVM and Xen to name a few), different database backends
 
441
 (SQLite, MySQL, and PostgreSQL, for instance), different types of user
 
442
 databases (LDAP or SQL), etc.
 
443
 .
 
444
 This package provides the VNC proxy. It is a publically reachable
 
445
 component which proxies access to VNCs running on compute nodes.
 
446
 
 
447
Package: nova-xvpvncproxy
 
448
Architecture: all
 
449
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 
450
Description: OpenStack Compute - XVP VNC proxy
429
451
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
430
452
 the ubiquitous cloud computing platform that will meet the needs of public
431
453
 and private cloud providers regardless of size, by being simple to implement