~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 09:04:58 UTC
  • mfrom: (1.1.66)
  • Revision ID: package-import@ubuntu.com-20121123090458-91565o7aev1i1h71
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/control: Ensure novaclient is upgraded with nova,
  require python-keystoneclient >= 1:2.9.0. (LP: #1073289)
* debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
  upstream.
* debian/control: Add python-testtools to Build-Depends.

[ Chuck Short ]
* New upstream version.
* Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
* debian/rules: FTBFS if missing binaries.
* debian/nova-scheudler.install: Add missing rabbit-queues and
  nova-rpc-zmq-receiver.
* Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
* debian/rules: install apport hook in the right place.
* debian/patches/ubuntu-show-tests.patch: Display test failures.
* debian/control: Add depends on genisoimage
* debian/control: Suggest guestmount.
* debian/control: Suggest websockify. (LP: #1076442)
* debian/nova.conf: Disable nova-volume service.
* debian/control: Depend on xen-system-* rather than the hypervisor.
* debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
  debian/nova-conductor.install, debian/nova-conductor.logrotate
  debian/nova-conductor.manpages, debian/nova-conductor.postrm
  debian/nova-conductor.upstart.in: Add nova-conductor service.
* debian/control: Add python-fixtures as a build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 python-daemon,
19
19
 python-distutils-extra,
20
20
 python-eventlet,
 
21
 python-fixtures,
21
22
 python-feedparser,
22
23
 python-gflags,
23
24
 python-glance,
30
31
 python-mox,
31
32
 python-netaddr,
32
33
 python-nose,
33
 
 python-novaclient,
 
34
 python-novaclient (>= 1:2.9.0),
34
35
 python-paramiko,
35
36
 python-paste,
36
37
 python-pastedeploy (>= 1.5.0),
43
44
 python-sqlalchemy-ext ( >= 0.7.8-1) | python-sqlalchemy (<< 0.6.3-2),
44
45
 python-suds,
45
46
 python-tempita,
 
47
 python-testtools,
46
48
 python-unittest2,
47
49
 python-webob,
48
50
 python-xattr
77
79
 python-m2crypto,
78
80
 python-migrate,
79
81
 python-netaddr,
80
 
 python-novaclient,
 
82
 python-novaclient (>= 1:2.9.0),
81
83
 python-paste,
82
84
 python-pastedeploy,
83
85
 python-pycurl,
152
154
 open-iscsi,
153
155
 parted,
154
156
 qemu-utils,
 
157
 genisoimage,
155
158
 vlan,
156
159
 ${misc:Depends},
157
160
 ${python:Depends}
 
161
Suggests: guestmount
158
162
Description: OpenStack Compute - compute node
159
163
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
160
164
 the ubiquitous cloud computing platform that will meet the needs of public
229
233
Depends: libvirt-bin,
230
234
 nova-compute (= ${binary:Version}),
231
235
 python-libvirt,
232
 
 xen-hypervisor-4.1-amd64 | xen-hypervisor-4.1-i386,
 
236
 xen-system-amd64 | xen-system-i386,
233
237
 ${misc:Depends}
234
238
Provides: nova-compute-hypervisor
235
239
Conflicts: nova-compute-hypervisor
376
380
 master Xen API server (see the xcp-xapi package), so that nova can remotely
377
381
 configure the network of your XCP servers.
378
382
 
 
383
Package: nova-conductor
 
384
Architecture: all
 
385
Depends: nova-common (= ${binary:Version}),
 
386
 ${misc:Depends},
 
387
 ${ostack-lsb-base},
 
388
 ${python:Depends}
 
389
Description: OpenStack Compute - conductor service
 
390
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 
391
 the ubiquitous cloud computing platform that will meet the needs of public
 
392
 and private cloud providers regardless of size, by being simple to implement
 
393
 and massively scalable.
 
394
 .
 
395
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
 
396
 addition to its "native" API (the OpenStack API), it also supports the Amazon
 
397
 EC2 API.
 
398
 .
 
399
 Nova is intended to be modular and easy to extend and adapt. It supports many
 
400
 different hypervisors (KVM and Xen to name a few), different database backends
 
401
 (SQLite, MySQL, and PostgreSQL, for instance), different types of user
 
402
 databases (LDAP or SQL), etc.
 
403
 .
 
404
 This is the Nova conductor service component
 
405
 
379
406
Package: nova-cert
380
407
Architecture: all
381
408
Depends: nova-common (= ${binary:Version}),
424
451
 
425
452
Package: nova-volume
426
453
Architecture: all
427
 
Depends: lvm2,
428
 
 nova-common (= ${binary:Version}),
429
 
 tgt,
430
 
 ${misc:Depends},
431
 
 ${ostack-lsb-base},
432
 
 ${python:Depends}
 
454
Depends: cinder-volume, cinder-api, cinder-scheduler
433
455
Suggests: ceph-common, sheepdog
434
456
Description: OpenStack Compute - storage
435
457
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
477
499
 ${misc:Depends},
478
500
 ${ostack-lsb-base},
479
501
 ${python:Depends}
480
 
Suggests: novnc
 
502
Suggests: novnc, websocikfy
481
503
Description: OpenStack Compute - NoVNC proxy
482
504
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
483
505
 the ubiquitous cloud computing platform that will meet the needs of public