Add support for cloudkitty-dashboard
cloudkitty-dashboard has a few config options. Introduced the specific class to manage these.
Note that current cloudkitty-dashboard has no policy handling, so the portion to manage policy settings is not imported.
Closes-Bug: #2083320 Change-Id: Id20d214c2e4ad9adf3aa6e42982fbb2ba2ca4b75 Signed-off-by: Takashi Kajinami kajinamit@oss.nttdata.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Team and repository tags
horizon
Table of Contents
Overview
The horizon module is a part of OpenStack, an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects as part of the core software. The module its self is used to flexibly configure and manage the dashboard service for OpenStack.
Module Description
The horizon module is a thorough attempt to make Puppet capable of managing the entirety of horizon. Horizon is a fairly classic django application, which results in a fairly simply Puppet module.
This module is tested in combination with other modules needed to build and leverage an entire OpenStack software stack.
Setup
What the horizon module affects
Installing horizon
Beginning with horizon
To utilize the horizon module’s functionality you will need to declare multiple resources but you’ll find that doing so is much less complicated than the other OpenStack component modules. We recommend you consult and understand the core openstack documentation.
Define a horizon dashboard
Implementation
horizon
Horizon is a simple module using the combination of a package, template, and the file_line type. Most all the configuration lives inside the included local_settings template and the file_line type is for selectively inserting needed lines into configuration files that aren’t explicitly managed by the horizon module.
Limitations
Development
Developer documentation for the entire puppet-openstack project.
Release Notes
Contributors
Repository