1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: octavia-dashboard
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 10),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
openstack-dashboard (>= 3:17.1.0),
python3-babel,
python3-barbicanclient,
python3-coverage,
python3-django,
python3-django-nose,
python3-keystoneclient (>= 1:3.22.0),
python3-nose-exclude,
python3-octavia,
python3-openstacksdk (>= 0.46.0),
python3-oslo.log,
python3-oslo.policy,
python3-oslotest,
python3-selenium,
python3-stestr,
python3-testscenarios,
python3-testtools,
python3-xvfbwrapper,
subunit,
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/octavia-dashboard.git
Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/octavia-dashboard
Homepage: https://github.com/openstack/octavia-dashboard.git
Package: python3-octavia-dashboard
Architecture: all
Depends:
openstack-dashboard (>= 3:17.1.0),
python3-babel,
python3-barbicanclient,
python3-django,
python3-keystoneclient (>= 1:3.22.0),
python3-openstacksdk (>= 0.46.0),
python3-oslo.log,
${misc:Depends},
${python3:Depends},
Breaks:
python3-django-horizon (<< 3:18.6.2-4~),
Description: OpenStack Load Balance as a service - dashboard plugin
Openstack Load Balancer as a Service, codenamed Octavia was borne
out of the Neutron LBaaS project. Its conception influenced
the transformation of the Neutron LBaaS project, as Neutron LBaaS
moved from version 1 to version 2. Starting with the Liberty
release of OpenStack, Octavia has become the reference implementation
for Neutron LBaaS version 2.
.
Octavia accomplishes its delivery of load balancing services by
managing a fleet of virtual machines, containers, or bare metal
servers—collectively known as amphorae— which it spins up on demand.
This on-demand, horizontal scaling feature differentiates Octavia from
other load balancing solutions, thereby making Octavia truly
suited “for the cloud.”.
.
This package contains the OpenStack dashboard plugin.
|