charm-nova-cell-controller/src
Alex Kavanagh 8a9b34e89f Updates for testing period for 23.10 release
* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: Ia1fa41475be1b4c1c17569b43a50a5eb8a4addb8
2023-11-02 15:28:30 -03:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:27 -05:00
lib/charm/openstack Add focal-ussuri and bionic-ussuri bundle 2020-05-07 12:36:09 +01:00
reactive Update peers with API addresses 2020-03-27 15:00:43 -07:00
templates Fix database connection section 2022-07-19 06:34:35 +00:00
tests Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
build.lock Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
config.yaml Add 2023.2 Bobcat support 2023-08-02 14:21:48 -04:00
icon.svg Add README and icon 2020-05-18 16:21:11 +00:00
layer.yaml Add train template and train functional tests 2019-11-06 17:59:28 +00:00
metadata.yaml Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
test-requirements-py38.txt Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
test-requirements.in Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
tox.ini Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00
wheelhouse.txt Updates for testing period for 23.10 release 2023-11-02 15:28:30 -03:00

README.md

Overview

OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable.

OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API.

This charm provides the cloud controller service for the OpenStack Nova cell and includes the nova-conductor service.

OpenStack Rocky or later is required for the Nova cells feature.

Please refer to the Additional Nova Cells appendix in the OpenStack Charms Deployment Guide for details.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.