~ubuntu-server-dev/ubuntu/utopic/nova-compute-flex/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: james.page at ubuntu
  • Author(s): Chuck Short
  • Date: 2014-09-24 00:34:00 UTC
  • Revision ID: james.page@ubuntu.com-20140924003400-2811crwaawmlaw3k
Tags: 0.1.1~b3-0ubuntu7
installĀ configurationĀ fileĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: nova-compute-flex
 
2
Section: net
 
3
Priority: extra
 
4
Maintainer: Chuck Short <zulcss@ubuntu.com>
 
5
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6.3~), python-babel,
 
6
 python-psutil, python-oslo.config, python-setuptools, python-pbr
 
7
Standards-Version: 3.9.5
 
8
 
 
9
Package: python-nova-compute-flex
 
10
Architecture: all
 
11
Depends: ${python:Depends}, ${misc:Depends}, python-babel, python-psutil,
 
12
 python-oslo.config, python-lxc, lxc, btrfs-tools, nova-compute
 
13
Provides: nova-compute-hypervisor
 
14
Conflicts: nova-compute-hypervisor
 
15
Description: Openstack Compute - code node flex support
 
16
 Description: OpenStack Compute - compute node libvirt support
 
17
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 
18
 the ubiquitous cloud computing platform that will meet the needs of public
 
19
 and private cloud providers regardless of size, by being simple to implement
 
20
 and massively scalable.
 
21
 .
 
22
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
 
23
 addition to its "native" API (the OpenStack API), it also supports the Amazon
 
24
 EC2 API.
 
25
 .
 
26
 Nova is intended to be modular and easy to extend and adapt. It supports many
 
27
 different hypervisors (KVM and Xen to name a few), different database backends
 
28
 (SQLite, MySQL, and PostgreSQL, for instance), different types of user
 
29
 databases (LDAP or SQL), etc.
 
30
 .
 
31
 This package provides common dependencies and setup for all flex based
 
32
 hypervisors.