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
|
Source: neutron-ha-tool
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
po-debconf,
python3-all,
python3-pbr,
python3-setuptools,
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/openstack-team/services/neutron-ha-tool
Vcs-Git: https://salsa.debian.org/openstack-team/services/neutron-ha-tool.git
Homepage: https://salsa.debian.org/openstack-team/services/neutron-ha-tool
Package: neutron-ha-tool
Architecture: all
Depends:
bind9-host,
openssl,
python3-jinja2,
python3-keystoneclient,
python3-neutronclient,
python3-openstackclient,
python3-paramiko,
python3-pbr,
python3-retrying,
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: additional command line utility for OpenStack Neutron HA operations
Neutron HA tool allows one to manipulate the different components of OpenStack
Neutron. For example, it makes it possible to delete, list or migrate all the
agents that Neutron provides. This way, it is possible to delete, list or
migrate virtual routers in a full HA way.
|