Source: senlin-dashboard Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Michal Arbet , Build-Depends: debhelper (>= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx, Build-Depends-Indep: openstack-dashboard (>= 3:14.0.0~rc1), python3-babel, python3-coverage, python3-django (<< 2:2), python3-django-compressor (>= 1.4), python3-django-nose (>= 1.2), python3-iso8601, python3-mock, python3-mox3 (>= 0.20.0), python3-openstackdocstheme (>= 1.18.1), python3-senlinclient (>= 1.1.0), python3-sphinxcontrib.apidoc, python3-unittest2, python3-yaml, testrepository, Standards-Version: 4.1.0 Homepage: https://github.com/stackforge/senlin-dashboard Vcs-Git: https://salsa.debian.org/openstack-team/services/senlin-dashboard.git Vcs-Browser: https://salsa.debian.org/openstack-team/services/senlin-dashboard Package: python3-senlin-dashboard Architecture: all Depends: openstack-dashboard (>= 3:14.0.0~rc1), python3-babel, python3-django (<< 2:2), python3-django-compressor, python3-iso8601, python3-pbr (>= 2.0.0), python3-senlinclient (>= 1.1.0), python3-yaml, ${misc:Depends}, ${python3:Depends}, Description: clustering service for OpenStack clouds - dashboard plugin Senlin is a clustering service for OpenStack clouds. It creates and operates clusters of homogenous objects exposed by other OpenStack services. The goal is to make the orchestration of collections of similar objects easier. . Senlin provides RESTful APIs to users so that they can associate various policies to a cluster. Sample policies include placement policy, load balancing policy, health policy, scaling policy, update policy and so on. . Senlin is designed to be capable of managing different types of objects. An object's lifecycle is managed using profile type implementations, which are themselves plugins. . This package contains the OpenStack dashboard (aka Horizon) plugin.