charm-nova-cloud-controller/tests
Sahid Orentino Ferdjaoui 9092ab6367 service: updates nova-api-os-compute service to use apache wsgi
Due to an issue in python3 oslo_cache+eventlet when using
memcached. As workaroud for Rocky it has been decided to run service
nova-api-os-compute from systemd to apache2.

Conflicts:
  hooks/nova_cc_hooks.py
    in upgrade_charm() the conflict were because i did not
    cherrypicked the template update for placement api
    (131497868f) which does not make
    sens for the purpose of a backport to stable. I removed the
    comment.

  hooks/nova_cc_utils.py
    in disable_package_apache_site() the conflict where also related
    to (131497868f).

Closes-Bug: #1812672
Change-Id: I3bf279638c5decf1020345f3d2e876e379144997
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
(cherry picked from commit 13eca55803)
2019-02-15 09:47:39 +00:00
..
README.md Use bundletester for amulet test execution 2016-07-19 10:21:50 +01:00
basic_deployment.py service: updates nova-api-os-compute service to use apache wsgi 2019-02-15 09:47:39 +00:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:37:32 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-11 16:12:20 -07:00
gate-basic-bionic-rocky Sync charm helpers and enable Rocky func test 2018-08-29 09:02:23 -05:00
gate-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-xenial-ocata Enable SSL termination for nova-placement-api 2017-03-01 14:27:35 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-16 15:41:44 +13:00
gate-basic-xenial-queens Fix up amulet for queens 2018-02-27 09:01:48 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:27:52 -06:00

README.md

Overview

This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.